Search for module

  1. Search 7.x for module
  2. Search 9.5.x for module
  3. Search 8.9.x for module
  4. Search 10.3.x for module
  5. Search 11.x for module
  6. Other projects
Title Object type File name Summary
system-admin--modules.pcss.css file core/themes/admin/css/components/system-admin--modules.pcss.css System admin module: modules page.
system-admin--modules.pcss.css file core/themes/default_admin/css/components/system-admin--modules.pcss.css System admin module: modules page.
system-admin--modules.pcss.css file core/themes/claro/css/components/system-admin--modules.pcss.css System admin module: modules page.
system-modules-details.html.twig file core/themes/stable9/templates/admin/system-modules-details.html.twig Theme override for the modules listing page.
system-modules-details.html.twig file core/themes/claro/templates/admin/system-modules-details.html.twig Default theme implementation for the modules listing page.
system-modules-details.html.twig file core/themes/admin/templates/admin/system-modules-details.html.twig Default theme implementation for the modules listing page.
system-modules-details.html.twig file core/themes/default_admin/templates/admin/system-modules-details.html.twig Default theme implementation for the modules listing page.
system-modules-details.html.twig file core/modules/system/templates/system-modules-details.html.twig Default theme implementation for the modules listing page.
system-modules-uninstall.html.twig file core/modules/system/templates/system-modules-uninstall.html.twig Default theme implementation for the modules uninstall page.
system-modules-uninstall.html.twig file core/themes/stable9/templates/admin/system-modules-uninstall.html.twig Theme override for the modules uninstall page.
system.module file core/modules/system/system.module
system.module.css file core/modules/system/tests/css/system.module.css /**
* This file is for testing CSS file override in
* CascadingStylesheetsTestCase::testRenderOverride().
* No contents are necessary.
*/
system.module_admin_links_helper service core/modules/system/system.services.yml Drupal\system\ModuleAdminLinksHelper
system.module_install.html.twig file core/modules/system/help_topics/system.module_install.html.twig ---
label: 'Installing a module'
related:
- core.extending
- system.module_uninstall
---
{% set extend_link_text %}{% trans %}Extend{% endtrans %}{% endset %}
{% set extend_link = render_var(help_route_link(extend_link_text,…
system.module_uninstall.html.twig file core/modules/system/help_topics/system.module_uninstall.html.twig ---
label: 'Uninstalling a module'
related:
- core.extending
- system.module_install
- system.maintenance_mode
---
{% set uninstall_link_text %}{% trans %}Uninstall{% endtrans %}{% endset %}
{% set uninstall_link =…
SystemAdminThemePreprocess::preprocessSystemModulesDetails function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for the module details templates.
SystemAdminThemePreprocess::preprocessSystemModulesUninstall function core/modules/system/src/Theme/SystemAdminThemePreprocess.php Prepares variables for module uninstall templates.
SystemConfigFormTest::$modules property core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
SystemHooks::modulesUninstalled function core/modules/system/src/Hook/SystemHooks.php Implements hook_modules_uninstalled().
SystemListingCrossProfileCompatibleTest::$modules property core/profiles/tests/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php Attempt to enable a module from the Testing profile.
SystemManager::$moduleHandler property core/modules/system/src/SystemManager.php Module handler service.
SystemMenuBlockTest::$modules property core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
SystemMenuBlockUiTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Block/SystemMenuBlockUiTest.php
SystemModuleTestHooks class core/modules/system/tests/modules/system_module_test/src/Hook/SystemModuleTestHooks.php Hook implementations for system_module_test.
SystemModuleTestHooks.php file core/modules/system/tests/modules/system_module_test/src/Hook/SystemModuleTestHooks.php
SystemModuleTestHooks::pageAttachmentsAlter function core/modules/system/tests/modules/system_module_test/src/Hook/SystemModuleTestHooks.php Implements hook_page_attachments_alter().
SystemRequirements::DRUPAL_CORE_REMOVED_MODULE_LIST constant core/modules/system/src/Install/Requirements/SystemRequirements.php An array of machine names of modules that were removed from Drupal core.
SystemTestHooks::modulePreinstall function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_module_preinstall().
SystemTestHooks::modulePreuninstall function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_module_preuninstall().
SystemTestHooks::modulesInstalled function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_modules_installed().
SystemTestHooks::modulesUninstalled function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_modules_uninstalled().
system_incompatible_module_version_dependencies_test.info.yml file core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml core/modules/system/tests/modules/system_incompatible_module_version_dependencies_test/system_incompatible_module_version_dependencies_test.info.yml
system_incompatible_module_version_test.info.yml file core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml core/modules/system/tests/modules/system_incompatible_module_version_test/system_incompatible_module_version_test.info.yml
system_module_test.info.yml file core/modules/system/tests/modules/system_module_test/system_module_test.info.yml core/modules/system/tests/modules/system_module_test/system_module_test.info.yml
system_module_test.install file core/modules/system/tests/modules/system_module_test/system_module_test.install
system_module_test_install function core/modules/system/tests/modules/system_module_test/system_module_test.install Implements hook_install().
system_test.module file core/modules/system/tests/modules/system_test/system_test.module
tabledrag.module.css file core/misc/components/tabledrag.module.css Table drag behavior.
tabledrag.module.css file core/themes/stable9/css/core/components/tabledrag.module.css Table drag behavior.
TableDragTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
tablesort.module.css file core/misc/components/tablesort.module.css Table sort indicator.
tablesort.module.css file core/themes/stable9/css/core/components/tablesort.module.css Table sort indicator.
TableTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php
TableTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php
TaggedWithTest::$modules property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php
TagTest::$modules property core/modules/views_ui/tests/src/Kernel/TagTest.php
taxonomy.module file core/modules/taxonomy/taxonomy.module
TaxonomyFieldFilterTest::$modules property core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
TaxonomyFieldTidTest::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php
TaxonomyFieldVidTest::$modules property core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.