summaryrefslogtreecommitdiff
path: root/modules/mansimran/research_centers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mansimran/research_centers')
-rw-r--r--modules/mansimran/research_centers/composer.json14
-rw-r--r--modules/mansimran/research_centers/config/install/core.entity_form_display.node.research_centers.default.yml84
-rw-r--r--modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.default.yml31
-rw-r--r--modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.teaser.yml33
-rw-r--r--modules/mansimran/research_centers/config/install/field.field.node.research_centers.body.yml24
-rw-r--r--modules/mansimran/research_centers/config/install/migrate_plus.migration.research_center_1.yml45
-rw-r--r--modules/mansimran/research_centers/config/install/node.type.research_centers.yml20
-rw-r--r--modules/mansimran/research_centers/research_centers.info.yml10
-rw-r--r--modules/mansimran/research_centers/research_centers.module35
-rw-r--r--modules/mansimran/research_centers/templates/research-centers.html.twig1
-rw-r--r--modules/mansimran/research_centers/tests/src/Functional/LoadTest.php46
11 files changed, 343 insertions, 0 deletions
diff --git a/modules/mansimran/research_centers/composer.json b/modules/mansimran/research_centers/composer.json
new file mode 100644
index 0000000..d1be1cc
--- /dev/null
+++ b/modules/mansimran/research_centers/composer.json
@@ -0,0 +1,14 @@
+{
+ "name": "drupal/research_centers",
+ "type": "drupal-module",
+ "description": "Research centers content type",
+ "keywords": ["Drupal"],
+ "license": "GPL-2.0+",
+ "homepage": "https://www.drupal.org/project/research_centers",
+ "minimum-stability": "dev",
+ "support": {
+ "issues": "https://www.drupal.org/project/issues/research_centers",
+ "source": "http://cgit.drupalcode.org/research_centers"
+ },
+ "require": { }
+}
diff --git a/modules/mansimran/research_centers/config/install/core.entity_form_display.node.research_centers.default.yml b/modules/mansimran/research_centers/config/install/core.entity_form_display.node.research_centers.default.yml
new file mode 100644
index 0000000..4d1a00a
--- /dev/null
+++ b/modules/mansimran/research_centers/config/install/core.entity_form_display.node.research_centers.default.yml
@@ -0,0 +1,84 @@
+langcode: en
+status: true
+dependencies:
+ config:
+ - field.field.node.research_centers.body
+ - node.type.research_centers
+ module:
+ - path
+ - text
+ enforced:
+ module:
+ - research_centers
+id: node.research_centers.default
+targetEntityType: node
+bundle: research_centers
+mode: default
+content:
+ body:
+ type: text_textarea_with_summary
+ weight: 121
+ settings:
+ rows: 9
+ summary_rows: 3
+ placeholder: ''
+ third_party_settings: { }
+ region: content
+ created:
+ type: datetime_timestamp
+ weight: 10
+ region: content
+ settings: { }
+ third_party_settings: { }
+ langcode:
+ type: language_select
+ weight: 2
+ region: content
+ settings:
+ include_locked: true
+ third_party_settings: { }
+ path:
+ type: path
+ weight: 30
+ region: content
+ settings: { }
+ third_party_settings: { }
+ promote:
+ type: boolean_checkbox
+ settings:
+ display_label: true
+ weight: 15
+ region: content
+ third_party_settings: { }
+ status:
+ type: boolean_checkbox
+ settings:
+ display_label: true
+ weight: 120
+ region: content
+ third_party_settings: { }
+ sticky:
+ type: boolean_checkbox
+ settings:
+ display_label: true
+ weight: 16
+ region: content
+ third_party_settings: { }
+ title:
+ type: string_textfield
+ weight: -5
+ region: content
+ settings:
+ size: 60
+ placeholder: ''
+ third_party_settings: { }
+ uid:
+ type: entity_reference_autocomplete
+ weight: 5
+ settings:
+ match_operator: CONTAINS
+ size: 60
+ placeholder: ''
+ region: content
+ third_party_settings: { }
+hidden: { }
diff --git a/modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.default.yml b/modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.default.yml
new file mode 100644
index 0000000..cc5ce4f
--- /dev/null
+++ b/modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.default.yml
@@ -0,0 +1,31 @@
+langcode: en
+status: true
+dependencies:
+ config:
+ - field.field.node.research_centers.body
+ - node.type.research_centers
+ module:
+ - text
+ - user
+ enforced:
+ module:
+ - research_centers
+id: node.research_centers.default
+targetEntityType: node
+bundle: research_centers
+mode: default
+content:
+ body:
+ label: hidden
+ type: text_default
+ weight: 101
+ settings: { }
+ third_party_settings: { }
+ region: content
+ links:
+ weight: 100
+ settings: { }
+ third_party_settings: { }
+ region: content
+hidden:
+ langcode: true
diff --git a/modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.teaser.yml b/modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.teaser.yml
new file mode 100644
index 0000000..209e923
--- /dev/null
+++ b/modules/mansimran/research_centers/config/install/core.entity_view_display.node.research_centers.teaser.yml
@@ -0,0 +1,33 @@
+langcode: en
+status: true
+dependencies:
+ config:
+ - core.entity_view_mode.node.teaser
+ - field.field.node.research_centers.body
+ - node.type.research_centers
+ module:
+ - text
+ - user
+ enforced:
+ module:
+ - research_centers
+id: node.research_centers.teaser
+targetEntityType: node
+bundle: research_centers
+mode: teaser
+content:
+ body:
+ label: hidden
+ type: text_summary_or_trimmed
+ weight: 100
+ settings:
+ trim_length: 600
+ third_party_settings: { }
+ region: content
+ links:
+ weight: 101
+ region: content
+ settings: { }
+ third_party_settings: { }
+hidden:
+ langcode: true
diff --git a/modules/mansimran/research_centers/config/install/field.field.node.research_centers.body.yml b/modules/mansimran/research_centers/config/install/field.field.node.research_centers.body.yml
new file mode 100644
index 0000000..47e04d8
--- /dev/null
+++ b/modules/mansimran/research_centers/config/install/field.field.node.research_centers.body.yml
@@ -0,0 +1,24 @@
+langcode: en
+status: true
+dependencies:
+ config:
+ - field.storage.node.body
+ - node.type.research_centers
+ module:
+ - text
+ enforced:
+ module:
+ - research_centers
+id: node.research_centers.body
+field_name: body
+entity_type: node
+bundle: research_centers
+label: Body
+description: 'Description about the functionality of the research center'
+required: false
+translatable: true
+default_value: { }
+default_value_callback: ''
+settings:
+ display_summary: true
+field_type: text_with_summary
diff --git a/modules/mansimran/research_centers/config/install/migrate_plus.migration.research_center_1.yml b/modules/mansimran/research_centers/config/install/migrate_plus.migration.research_center_1.yml
new file mode 100644
index 0000000..313b730
--- /dev/null
+++ b/modules/mansimran/research_centers/config/install/migrate_plus.migration.research_center_1.yml
@@ -0,0 +1,45 @@
+uuid: 7668fb9e-4358-4d30-b9e1-1cb8071ceba0
+langcode: en
+id: research_center_1
+status: true
+class: null
+field_plugin_method: null
+cck_plugin_method: null
+migration_tags:
+ - CSV
+migration_group: default
+label: 'research_center_csv_import1'
+source:
+ plugin: csv
+ path: /home/mansimran/Desktop/mansimran1/research_centers.csv
+ delimiter: ','
+ enclosure: '"'
+ header_row_count: 1
+ keys:
+ - id
+process:
+ type:
+ plugin: default_value
+ default_value: research_centers
+ source_path:
+ -
+ plugin: skip_on_empty
+ method: process
+ source: logo
+ -
+ plugin: concat
+ delimiter: /
+ source:
+ - constants/file_source
+ - logo
+ title: title
+ body/value: body
+ body/format:
+ plugin: default_value
+ default_value: basic_html
+destination:
+ plugin: 'entity:node'
+ bundle: club_and_chapter
+migration_dependencies:
+ required: { }
+ optional: { }
diff --git a/modules/mansimran/research_centers/config/install/node.type.research_centers.yml b/modules/mansimran/research_centers/config/install/node.type.research_centers.yml
new file mode 100644
index 0000000..032c16a
--- /dev/null
+++ b/modules/mansimran/research_centers/config/install/node.type.research_centers.yml
@@ -0,0 +1,20 @@
+langcode: en
+status: true
+dependencies:
+ module:
+ - menu_ui
+ enforced:
+ module:
+ - research_centers
+third_party_settings:
+ menu_ui:
+ available_menus:
+ - main
+ parent: 'main:'
+name: 'Research Centers'
+type: research_centers
+description: 'The different Research Centers of VIT'
+help: ''
+new_revision: true
+preview_mode: 1
+display_submitted: false
diff --git a/modules/mansimran/research_centers/research_centers.info.yml b/modules/mansimran/research_centers/research_centers.info.yml
new file mode 100644
index 0000000..35b4f19
--- /dev/null
+++ b/modules/mansimran/research_centers/research_centers.info.yml
@@ -0,0 +1,10 @@
+name: 'research centers'
+type: module
+description: 'Research centers content type'
+core: 8.x
+package: 'Custom'
+dependencies:
+ - drupal:text
+ - drupal:user
+ - drupal:menu_ui
+ - drupal:path \ No newline at end of file
diff --git a/modules/mansimran/research_centers/research_centers.module b/modules/mansimran/research_centers/research_centers.module
new file mode 100644
index 0000000..ea01abc
--- /dev/null
+++ b/modules/mansimran/research_centers/research_centers.module
@@ -0,0 +1,35 @@
+<?php
+
+/**
+ * @file
+ * Contains research_centers.module.
+ */
+
+use Drupal\Core\Routing\RouteMatchInterface;
+
+/**
+ * Implements hook_help().
+ */
+function research_centers_help($route_name, RouteMatchInterface $route_match) {
+ switch ($route_name) {
+ // Main module help for the research_centers module.
+ case 'help.page.research_centers':
+ $output = '';
+ $output .= '<h3>' . t('About') . '</h3>';
+ $output .= '<p>' . t('Research centers content type') . '</p>';
+ return $output;
+
+ default:
+ }
+}
+
+/**
+ * Implements hook_theme().
+ */
+function research_centers_theme() {
+ return [
+ 'research_centers' => [
+ 'render element' => 'children',
+ ],
+ ];
+}
diff --git a/modules/mansimran/research_centers/templates/research-centers.html.twig b/modules/mansimran/research_centers/templates/research-centers.html.twig
new file mode 100644
index 0000000..91e43c8
--- /dev/null
+++ b/modules/mansimran/research_centers/templates/research-centers.html.twig
@@ -0,0 +1 @@
+<!-- Add you custom twig html here --> \ No newline at end of file
diff --git a/modules/mansimran/research_centers/tests/src/Functional/LoadTest.php b/modules/mansimran/research_centers/tests/src/Functional/LoadTest.php
new file mode 100644
index 0000000..42318ed
--- /dev/null
+++ b/modules/mansimran/research_centers/tests/src/Functional/LoadTest.php
@@ -0,0 +1,46 @@
+<?php
+
+namespace Drupal\Tests\research_centers\Functional;
+
+use Drupal\Core\Url;
+use Drupal\Tests\BrowserTestBase;
+
+/**
+ * Simple test to ensure that main page loads with module enabled.
+ *
+ * @group research_centers
+ */
+class LoadTest extends BrowserTestBase {
+
+ /**
+ * Modules to enable.
+ *
+ * @var array
+ */
+ public static $modules = ['research_centers'];
+
+ /**
+ * A user with permission to administer site configuration.
+ *
+ * @var \Drupal\user\UserInterface
+ */
+ protected $user;
+
+ /**
+ * {@inheritdoc}
+ */
+ protected function setUp() {
+ parent::setUp();
+ $this->user = $this->drupalCreateUser(['administer site configuration']);
+ $this->drupalLogin($this->user);
+ }
+
+ /**
+ * Tests that the home page loads with a 200 response.
+ */
+ public function testLoad() {
+ $this->drupalGet(Url::fromRoute('<front>'));
+ $this->assertSession()->statusCodeEquals(200);
+ }
+
+}