Search for modules
- Search 7.x for modules
- Search 9.5.x for modules
- Search 8.9.x for modules
- Search 10.3.x for modules
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModulesListForm | class | core/ |
Provides module installation interface. |
| ModulesListForm.php | file | core/ |
|
| ModulesListForm::$accessManager | property | core/ |
The access manager. |
| 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. |
| ModulesListForm::submitForm | function | core/ |
Form submission handler. |
| ModulesListForm::__construct | function | core/ |
Constructs a ModulesListForm object. |
| ModulesListFormTest | class | core/ |
Tests the modules list form. |
| ModulesListFormTest.php | file | core/ |
|
| ModulesListFormTest::$modules | property | core/ |
Modules to install. |
| ModulesListFormTest::testModuleVersionDependencies | function | core/ |
Test module checkboxes for various version dependencies. |
| ModulesListFormWebTest | class | core/ |
Tests \Drupal\system\Form\ModulesListForm. |
| ModulesListFormWebTest.php | file | core/ |
|
| ModulesListFormWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ModulesListFormWebTest::$modules | property | core/ |
Modules to install. |
| ModulesListFormWebTest::setUp | function | core/ |
|
| ModulesListFormWebTest::testInstalledIncompatibleModule | function | core/ |
Tests that incompatible modules message is shown. |
| ModulesListFormWebTest::testModuleListForm | function | core/ |
Tests the module list form. |
| ModulesListFormWebTest::testModulesListFormStatusMessage | function | core/ |
Tests the status message when enabling one or more modules. |
| ModulesListFormWebTest::testModulesListFormWithEmptyDescriptionInfoFile | function | core/ |
Tests the module form with a module with an empty description in info.yml. |
| ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile | function | core/ |
Tests the module form with a module with an invalid info.yml file. |
| ModulesListFormWebTest::testRequiredByThemeMessage | function | core/ |
Confirm that module 'Required By' descriptions include dependent themes. |
| ModulesListNonStableConfirmForm | class | core/ |
Builds a confirmation form for enabling experimental and deprecated modules. |
| ModulesListNonStableConfirmForm.php | file | core/ |
|
| ModulesListNonStableConfirmForm::$contribDeprecatedModules | property | core/ |
Boolean indicating a contrib deprecated module is being enabled. |
| ModulesListNonStableConfirmForm::$coreDeprecatedModules | property | core/ |
Boolean indicating a core deprecated module is being enabled. |
| ModulesListNonStableConfirmForm::$groupedModuleInfo | property | core/ |
An array of module names to be enabled, keyed by lifecycle. |
| ModulesListNonStableConfirmForm::$moduleExtensionList | property | core/ |
Module extension list. |
| ModulesListNonStableConfirmForm::buildDeprecatedMessage | function | core/ |
Builds a message to be displayed to the user enabling deprecated modules. |
| ModulesListNonStableConfirmForm::buildMessageList | function | core/ |
Builds the message list for the confirmation form. |
| ModulesListNonStableConfirmForm::buildNonStableInfo | function | core/ |
Sets properties with information about non-stable modules being enabled. |
| ModulesListNonStableConfirmForm::create | function | core/ |
Instantiates a new instance of this class. |
| ModulesListNonStableConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ModulesListNonStableConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ModulesListNonStableConfirmForm::__construct | function | core/ |
Constructs a new ModulesListNonStableConfirmForm. |
| ModuleStream | class | core/ |
Defines the read-only module:// stream wrapper for module files. |
| ModuleStream.php | file | core/ |
|
| ModuleStream::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| ModuleStream::getExtension | function | core/ |
Gets the extension object. |
| ModuleStream::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| ModulesUninstallConfirmForm | class | core/ |
Builds a confirmation form to uninstall selected modules. |
Pagination
- Previous page
- Page 34
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.