Search for install
- Search 7.x for install
- Search 9.5.x for install
- Search 8.9.x for install
- Search 10.3.x for install
- Search 11.x for install
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModuleInstallRequirements | class | core/ |
Provides method for checking requirements during install time. |
| ModuleInstallRequirements.php | file | core/ |
|
| ModuleInstallRequirements::getRequirements | function | core/ |
Check installation requirements. |
| ModuleInstallUnmetRequirementsRequirements | class | core/ |
Provides method for checking requirements during install time. |
| ModuleInstallUnmetRequirementsRequirements.php | file | core/ |
|
| ModuleInstallUnmetRequirementsRequirements::getRequirements | function | core/ |
Check installation requirements. |
| ModuleRequiredByThemesUninstallValidator | class | core/ |
Ensures modules cannot be uninstalled if enabled themes depend on them. |
| ModuleRequiredByThemesUninstallValidator.php | file | core/ |
|
| ModuleRequiredByThemesUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
| ModuleRequiredByThemesUninstallValidator::$themeExtensionList | property | core/ |
The theme extension list. |
| ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule | function | core/ |
Returns themes that depend on a module. |
| ModuleRequiredByThemesUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
| ModuleRequiredByThemesUninstallValidator::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
| ModuleRequiredByThemesUninstallValidator::__construct | function | core/ |
Constructs a new ModuleRequiredByThemesUninstallValidator. |
| ModuleRequiredByThemesUninstallValidatorTest | class | core/ |
Tests Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator. |
| ModuleRequiredByThemesUninstallValidatorTest.php | file | core/ |
|
| ModuleRequiredByThemesUninstallValidatorTest::$moduleExtensionList | property | core/ |
Mock of ModuleExtensionList. |
| ModuleRequiredByThemesUninstallValidatorTest::$moduleRequiredByThemeUninstallValidator | property | core/ |
Instance of ModuleRequiredByThemesUninstallValidator. |
| ModuleRequiredByThemesUninstallValidatorTest::$themeExtensionList | property | core/ |
Mock of ThemeExtensionList. |
| ModuleRequiredByThemesUninstallValidatorTest::setUp | function | core/ |
|
| ModuleRequiredByThemesUninstallValidatorTest::testValidateNoThemeDependency | function | core/ |
Tests validate no theme dependency. |
| ModuleRequiredByThemesUninstallValidatorTest::testValidateOneThemeDependency | function | core/ |
Tests validate one theme dependency. |
| ModuleRequiredByThemesUninstallValidatorTest::testValidateTwoThemeDependencies | function | core/ |
Tests validate two theme dependencies. |
| ModulesListConfirmForm::$moduleInstaller | property | core/ |
The module installer. |
| ModulesListForm::$moduleInstaller | property | core/ |
The module installer. |
| ModulesListFormWebTest::testInstalledIncompatibleModule | function | core/ |
Tests that incompatible modules message is shown. |
| ModulesUninstallConfirmForm | class | core/ |
Builds a confirmation form to uninstall selected modules. |
| ModulesUninstallConfirmForm.php | file | core/ |
|
| ModulesUninstallConfirmForm::$configManager | property | core/ |
The configuration manager. |
| ModulesUninstallConfirmForm::$entityTypeManager | property | core/ |
The entity type manager. |
| ModulesUninstallConfirmForm::$keyValueExpirable | property | core/ |
The expirable key value store. |
| ModulesUninstallConfirmForm::$moduleExtensionList | property | core/ |
The module extension list. |
| ModulesUninstallConfirmForm::$moduleInstaller | property | core/ |
The module installer service. |
| ModulesUninstallConfirmForm::$modules | property | core/ |
An array of modules to uninstall. |
| ModulesUninstallConfirmForm::buildForm | function | core/ |
Form constructor. |
| ModulesUninstallConfirmForm::create | function | core/ |
Instantiates a new instance of this class. |
| ModulesUninstallConfirmForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ModulesUninstallConfirmForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ModulesUninstallConfirmForm::getDescription | function | core/ |
Returns additional text to display as a description. |
| ModulesUninstallConfirmForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ModulesUninstallConfirmForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ModulesUninstallConfirmForm::submitForm | function | core/ |
Form submission handler. |
| ModulesUninstallConfirmForm::__construct | function | core/ |
Constructs a ModulesUninstallConfirmForm object. |
| ModulesUninstallForm | class | core/ |
Provides a form for uninstalling modules. |
| ModulesUninstallForm.php | file | core/ |
|
| ModulesUninstallForm::$keyValueExpirable | property | core/ |
The expirable key value store. |
| ModulesUninstallForm::$moduleExtensionList | property | core/ |
The module extension list. |
| ModulesUninstallForm::$moduleHandler | property | core/ |
The module handler service. |
| ModulesUninstallForm::$moduleInstaller | property | core/ |
The module installer service. |
| ModulesUninstallForm::$updateRegistry | property | core/ |
The update registry service. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.