Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ModuleRequiredTestHooks class core/modules/system/tests/modules/module_required_test/src/Hook/ModuleRequiredTestHooks.php Hook implementations for module_required_test.
ModuleRequiredTestHooks.php file core/modules/system/tests/modules/module_required_test/src/Hook/ModuleRequiredTestHooks.php
ModuleRequiredTestHooks::systemInfoAlter function core/modules/system/tests/modules/module_required_test/src/Hook/ModuleRequiredTestHooks.php Implements hook_system_info_alter().
ModuleRouteSubscriber class core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php A route subscriber to remove routes that depend on modules being enabled.
ModuleRouteSubscriber.php file core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php
ModuleRouteSubscriber::$moduleHandler property core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php The module handler.
ModuleRouteSubscriber::alterRoutes function core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php Alters existing routes for a specific collection.
ModuleRouteSubscriber::explodeString function core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php Explodes a string based on a separator.
ModuleRouteSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php Constructs a ModuleRouteSubscriber object.
ModuleRouteSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php Tests Drupal\Core\EventSubscriber\ModuleRouteSubscriber.
ModuleRouteSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php
ModuleRouteSubscriberTest::$moduleHandler property core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php The module handler.
ModuleRouteSubscriberTest::providerTestRemoveRoute function core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php Data provider for testRemoveRoute().
ModuleRouteSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php
ModuleRouteSubscriberTest::testRemoveRoute function core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php Tests that removeRoute() removes routes when the module is not enabled.
ModuleRuntimeRequirementsHooks class core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php Hook implementations for module_runtime_requirements.
ModuleRuntimeRequirementsHooks.php file core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php
ModuleRuntimeRequirementsHooks::runtimeRequirements function core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php Implements hook_runtime_requirements().
ModuleRuntimeRequirementsHooks::runtimeRequirementsAlter function core/modules/system/tests/modules/module_runtime_requirements/src/Hook/ModuleRuntimeRequirementsHooks.php Implements hook_runtime_requirements_alter().
modules-page.css file core/themes/admin/css/components/modules-page.css Styles for the Modules page.
modules-page.css file core/themes/default_admin/css/components/modules-page.css Styles for the Modules page.
modules-page.css file core/themes/claro/css/components/modules-page.css Styles for the Modules page.
modules-page.pcss.css file core/themes/claro/css/components/modules-page.pcss.css Styles for the Modules page.
modules-page.pcss.css file core/themes/default_admin/css/components/modules-page.pcss.css Styles for the Modules page.
modules-page.pcss.css file core/themes/admin/css/components/modules-page.pcss.css Styles for the Modules page.
modules.README.txt file core/assets/scaffold/files/modules.README.txt Modules extend your site functionality beyond Drupal core.

WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------

Placing downloaded and custom modules in this directory separates downloaded and
custom modules from Drupal core's…
ModulesEnabledTrait trait core/modules/system/src/Form/ModulesEnabledTrait.php Provides helpers for enabling modules.
ModulesEnabledTrait.php file core/modules/system/src/Form/ModulesEnabledTrait.php
ModulesEnabledTrait::currentUser function core/modules/system/src/Form/ModulesEnabledTrait.php Gets the current user.
ModulesEnabledTrait::modulesEnabledConfirmationMessage function core/modules/system/src/Form/ModulesEnabledTrait.php Provides a confirmation message after modules have been enabled.
ModulesEnabledTrait::modulesFailToEnableMessage function core/modules/system/src/Form/ModulesEnabledTrait.php Provides a fail message after attempt to install a module.
ModulesListConfirmForm class core/modules/system/src/Form/ModulesListConfirmForm.php Builds a confirmation form for enabling modules with dependencies.
ModulesListConfirmForm.php file core/modules/system/src/Form/ModulesListConfirmForm.php
ModulesListConfirmForm::$keyValueExpirable property core/modules/system/src/Form/ModulesListConfirmForm.php The expirable key value store.
ModulesListConfirmForm::$moduleHandler property core/modules/system/src/Form/ModulesListConfirmForm.php The module handler service.
ModulesListConfirmForm::$moduleInstaller property core/modules/system/src/Form/ModulesListConfirmForm.php The module installer.
ModulesListConfirmForm::$modules property core/modules/system/src/Form/ModulesListConfirmForm.php An associative list of modules to install or uninstall.
ModulesListConfirmForm::buildForm function core/modules/system/src/Form/ModulesListConfirmForm.php Form constructor.
ModulesListConfirmForm::buildMessageList function core/modules/system/src/Form/ModulesListConfirmForm.php Builds the message list for the confirmation form.
ModulesListConfirmForm::create function core/modules/system/src/Form/ModulesListConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ModulesListConfirmForm::getCancelUrl function core/modules/system/src/Form/ModulesListConfirmForm.php Returns the route to go to if the user cancels the action.
ModulesListConfirmForm::getConfirmText function core/modules/system/src/Form/ModulesListConfirmForm.php Returns a caption for the button that confirms the action.
ModulesListConfirmForm::getDescription function core/modules/system/src/Form/ModulesListConfirmForm.php Returns additional text to display as a description.
ModulesListConfirmForm::getFormId function core/modules/system/src/Form/ModulesListConfirmForm.php Returns a unique string identifying the form.
ModulesListConfirmForm::getQuestion function core/modules/system/src/Form/ModulesListConfirmForm.php Returns the question to ask the user.
ModulesListConfirmForm::submitForm function core/modules/system/src/Form/ModulesListConfirmForm.php Form submission handler.
ModulesListConfirmForm::__construct function core/modules/system/src/Form/ModulesListConfirmForm.php Constructs a ModulesListConfirmForm object.
ModulesListForm class core/modules/system/src/Form/ModulesListForm.php Provides module installation interface.
ModulesListForm.php file core/modules/system/src/Form/ModulesListForm.php
ModulesListForm::$accessManager property core/modules/system/src/Form/ModulesListForm.php The access manager.

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