Search for uninstall
- Search 7.x for uninstall
- Search 9.5.x for uninstall
- Search 8.9.x for uninstall
- Search 10.3.x for uninstall
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ModuleRequiredByThemesUninstallValidator::getThemesDependingOnModule | function | core/ |
Returns themes that depend on a module. |
ModuleRequiredByThemesUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ModuleRequiredByThemesUninstallValidator::setStringTranslation | function | core/ |
|
ModuleRequiredByThemesUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
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::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
ModuleRequiredByThemesUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ModuleRequiredByThemesUninstallValidator::__construct | function | core/ |
Constructs a new ModuleRequiredByThemesUninstallValidator. |
ModuleRequiredByThemesUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\ModuleRequiredByThemesUninstallValidator @group Extension |
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/ |
@covers ::validate |
ModuleRequiredByThemesUninstallValidatorTest::testValidateOneThemeDependency | function | core/ |
@covers ::validate |
ModuleRequiredByThemesUninstallValidatorTest::testValidateTwoThemeDependencies | function | core/ |
@covers ::validate |
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. |
ModulesUninstallForm::buildForm | function | core/ |
Form constructor. |
ModulesUninstallForm::create | function | core/ |
Instantiates a new instance of this class. |
ModulesUninstallForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ModulesUninstallForm::submitForm | function | core/ |
Form submission handler. |
ModulesUninstallForm::validateForm | function | core/ |
Form validation handler. |
ModulesUninstallForm::__construct | function | core/ |
Constructs a ModulesUninstallForm object. |
ModuleUninstallFilterTest | class | core/ |
Tests the JavaScript functionality of the module uninstall filter. |
ModuleUninstallFilterTest.php | file | core/ |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.