Search for module_list

  1. Search 7.x for module_list
  2. Search 9.5.x for module_list
  3. Search 8.9.x for module_list
  4. Search 11.x for module_list
  5. Search main for module_list
  6. Other projects
Title Object type File name Summary
DRUPAL_CORE_REMOVED_MODULE_LIST constant core/modules/system/system.install An array of machine names of modules that were removed from Drupal core.
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 this class.
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.
ModulesListForm::$currentUser property core/modules/system/src/Form/ModulesListForm.php The current user.
ModulesListForm::$keyValueExpirable property core/modules/system/src/Form/ModulesListForm.php The expirable key value store.
ModulesListForm::$moduleExtensionList property core/modules/system/src/Form/ModulesListForm.php The module extension list.
ModulesListForm::$moduleHandler property core/modules/system/src/Form/ModulesListForm.php The module handler service.
ModulesListForm::$moduleInstaller property core/modules/system/src/Form/ModulesListForm.php The module installer.
ModulesListForm::$permissionHandler property core/modules/system/src/Form/ModulesListForm.php The permission handler.
ModulesListForm::buildForm function core/modules/system/src/Form/ModulesListForm.php Form constructor.
ModulesListForm::buildModuleList function core/modules/system/src/Form/ModulesListForm.php Helper function for building a list of modules to install.
ModulesListForm::buildRow function core/modules/system/src/Form/ModulesListForm.php Builds a table row for the system modules page.
ModulesListForm::create function core/modules/system/src/Form/ModulesListForm.php Instantiates a new instance of this class.
ModulesListForm::getFormId function core/modules/system/src/Form/ModulesListForm.php Returns a unique string identifying the form.
ModulesListForm::submitForm function core/modules/system/src/Form/ModulesListForm.php Form submission handler.
ModulesListForm::__construct function core/modules/system/src/Form/ModulesListForm.php Constructs a ModulesListForm object.
ModulesListFormWebTest class core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests \Drupal\system\Form\ModulesListForm.
ModulesListFormWebTest.php file core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
ModulesListFormWebTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php The theme to install as the default for testing.
ModulesListFormWebTest::$modules property core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Modules to install.
ModulesListFormWebTest::setUp function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
ModulesListFormWebTest::testInstalledIncompatibleModule function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests that incompatible modules message is shown.
ModulesListFormWebTest::testModuleListForm function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module list form.
ModulesListFormWebTest::testModulesListFormStatusMessage function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the status message when enabling one or more modules.
ModulesListFormWebTest::testModulesListFormWithEmptyDescriptionInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an empty description in info.yml.
ModulesListFormWebTest::testModulesListFormWithInvalidInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an invalid info.yml file.
ModulesListFormWebTest::testRequiredByThemeMessage function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Confirm that module 'Required By' descriptions include dependent themes.
ModulesListNonStableConfirmForm class core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Builds a confirmation form for enabling experimental and deprecated modules.
ModulesListNonStableConfirmForm.php file core/modules/system/src/Form/ModulesListNonStableConfirmForm.php
ModulesListNonStableConfirmForm::$contribDeprecatedModules property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Boolean indicating a contrib deprecated module is being enabled.
ModulesListNonStableConfirmForm::$coreDeprecatedModules property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Boolean indicating a core deprecated module is being enabled.
ModulesListNonStableConfirmForm::$groupedModuleInfo property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php An array of module names to be enabled, keyed by lifecycle.
ModulesListNonStableConfirmForm::$moduleExtensionList property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Module extension list.

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