Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleRouteSubscriber | class | core/ |
A route subscriber to remove routes that depend on modules being enabled. |
| ModuleRouteSubscriber.php | file | core/ |
|
| ModuleRouteSubscriber::$moduleHandler | property | core/ |
The module handler. |
| ModuleRouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
| ModuleRouteSubscriber::explodeString | function | core/ |
Explodes a string based on a separator. |
| ModuleRouteSubscriber::__construct | function | core/ |
Constructs a ModuleRouteSubscriber object. |
| ModuleRouteSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\ModuleRouteSubscriber[[api-linebreak]] @group EventSubscriber |
| ModuleRouteSubscriberTest.php | file | core/ |
|
| ModuleRouteSubscriberTest::$moduleHandler | property | core/ |
The mock module handler. |
| ModuleRouteSubscriberTest::providerTestRemoveRoute | function | core/ |
Data provider for testRemoveRoute(). |
| ModuleRouteSubscriberTest::setUp | function | core/ |
|
| ModuleRouteSubscriberTest::testRemoveRoute | function | core/ |
Tests that removeRoute() removes routes when the module is not enabled. |
| modules-page.css | file | core/ |
/* Modules page */ .system-modules fieldset { border: 0; border-top: 1px solid #ccc; } .system-modules .seven-details { margin: 0; padding: 0; border: 0; background: none; } .system-modules .seven-details__summary { padding: 0.95em… |
| modules-page.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ /* Modules page */ .system-modules fieldset { border: 0; border-top: 1px solid #ccc; } .system-modules… |
| modules-page.pcss.css | file | core/ |
/* Modules page */ .system-modules fieldset { border: 0; border-top: 1px solid #ccc; } .system-modules .fieldset-wrapper { padding: 0; } .system-modules table, .locale-translation-status-form table { border: 0; } .system-modules… |
| modules.README.txt | file | core/ |
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… |
| ModulesListConfirmForm | class | core/ |
Builds a confirmation form for enabling modules with dependencies. |
| ModulesListConfirmForm.php | file | core/ |
|
| ModulesListConfirmForm::$keyValueExpirable | property | core/ |
The expirable key value store. |
| ModulesListConfirmForm::$moduleHandler | property | core/ |
The module handler service. |
| ModulesListConfirmForm::$moduleInstaller | property | core/ |
The module installer. |
| ModulesListConfirmForm::$modules | property | core/ |
An associative list of modules to enable or disable. |
| ModulesListConfirmForm::buildForm | function | core/ |
Form constructor. |
| ModulesListConfirmForm::buildMessageList | function | core/ |
Builds the message list for the confirmation form. |
| ModulesListConfirmForm::create | function | core/ |
Instantiates a new instance of this class. |
| ModulesListConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ModulesListConfirmForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ModulesListConfirmForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| ModulesListConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ModulesListConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ModulesListConfirmForm::submitForm | function | core/ |
Form submission handler. |
| ModulesListConfirmForm::__construct | function | core/ |
Constructs a ModulesListConfirmForm object. |
| ModulesListExperimentalConfirmForm | class | core/ |
Builds a confirmation form for enabling experimental modules. |
| ModulesListExperimentalConfirmForm.php | file | core/ |
|
| ModulesListExperimentalConfirmForm::buildMessageList | function | core/ |
Builds the message list for the confirmation form. |
| ModulesListExperimentalConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ModulesListExperimentalConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ModulesListForm | class | core/ |
Provides module installation interface. |
| ModulesListForm.php | file | core/ |
|
| ModulesListForm::$currentUser | property | core/ |
The current user. |
| ModulesListForm::$keyValueExpirable | property | core/ |
The expirable key value store. |
| ModulesListForm::$moduleExtensionList | property | core/ |
The module extension list. |
| ModulesListForm::$moduleHandler | property | core/ |
The module handler service. |
| ModulesListForm::$moduleInstaller | property | core/ |
The module installer. |
| ModulesListForm::$permissionHandler | property | core/ |
The permission handler. |
| ModulesListForm::buildForm | function | core/ |
Form constructor. |
| ModulesListForm::buildModuleList | function | core/ |
Helper function for building a list of modules to install. |
| ModulesListForm::buildRow | function | core/ |
Builds a table row for the system modules page. |
| ModulesListForm::create | function | core/ |
Instantiates a new instance of this class. |
| ModulesListForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
Pagination
- Previous page
- Page 863
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.