Search for uninstall
- Search 7.x for uninstall
- Search 8.9.x for uninstall
- Search 10.3.x for uninstall
- Search 11.x for uninstall
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PrepareModulesEntityUninstallForm.php | file | core/ |
|
PrepareModulesEntityUninstallForm::$entityTypeId | property | core/ |
The entity type ID of the entities to delete. |
PrepareModulesEntityUninstallForm::$entityTypeManager | property | core/ |
The entity type manager. |
PrepareModulesEntityUninstallForm::buildForm | function | core/ |
Form constructor. |
PrepareModulesEntityUninstallForm::create | function | core/ |
Instantiates a new instance of this class. |
PrepareModulesEntityUninstallForm::deleteContentEntities | function | core/ |
Deletes the content entities of the specified entity type. |
PrepareModulesEntityUninstallForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
PrepareModulesEntityUninstallForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
PrepareModulesEntityUninstallForm::getDescription | function | core/ |
Returns additional text to display as a description. |
PrepareModulesEntityUninstallForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
PrepareModulesEntityUninstallForm::getQuestion | function | core/ |
Returns the question to ask the user. |
PrepareModulesEntityUninstallForm::moduleBatchFinished | function | core/ |
Implements callback_batch_finished(). |
PrepareModulesEntityUninstallForm::submitForm | function | core/ |
Form submission handler. |
PrepareModulesEntityUninstallForm::__construct | function | core/ |
Constructs a PrepareModulesEntityUninstallForm object. |
PrepareUninstallTest | class | core/ |
Tests that modules which provide entity types can be uninstalled. |
PrepareUninstallTest.php | file | core/ |
|
PrepareUninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PrepareUninstallTest::$modules | property | core/ |
Modules to enable. |
PrepareUninstallTest::$nodes | property | core/ |
An array of node objects. |
PrepareUninstallTest::$terms | property | core/ |
An array of taxonomy term objects. |
PrepareUninstallTest::setUp | function | core/ |
|
PrepareUninstallTest::testUninstall | function | core/ |
Tests that Node and Taxonomy can be uninstalled. |
RequiredModuleUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\Core\Extension\RequiredModuleUninstallValidator. |
RequiredModuleUninstallValidator | class | core/ |
Ensures that required modules cannot be uninstalled. |
RequiredModuleUninstallValidator.php | file | core/ |
|
RequiredModuleUninstallValidator.php | file | core/ |
|
RequiredModuleUninstallValidator::$container | property | core/ |
The service container. |
RequiredModuleUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
RequiredModuleUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
RequiredModuleUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
RequiredModuleUninstallValidator::getModuleInfoByModule | function | core/ |
Returns the module info for a specific module. |
RequiredModuleUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
RequiredModuleUninstallValidator::setStringTranslation | function | core/ |
|
RequiredModuleUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
RequiredModuleUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
RequiredModuleUninstallValidator::__construct | function | core/ |
Constructs a new RequiredModuleUninstallValidator. |
RequiredModuleUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
RequiredModuleUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\Core\Extension\RequiredModuleUninstallValidator @group Extension |
RequiredModuleUninstallValidatorTest.php | file | core/ |
|
RequiredModuleUninstallValidatorTest::$uninstallValidator | property | core/ |
|
RequiredModuleUninstallValidatorTest::setUp | function | core/ |
|
RequiredModuleUninstallValidatorTest::testValidateNoModule | function | core/ |
@covers ::validate |
RequiredModuleUninstallValidatorTest::testValidateNotRequired | function | core/ |
@covers ::validate |
RequiredModuleUninstallValidatorTest::testValidateRequired | function | core/ |
@covers ::validate |
required_module_uninstall_validator | service | core/ |
Drupal\Core\Extension\RequiredModuleUninstallValidator |
RouterTest::testRouterUninstallInstall | function | core/ |
Tests that routes no longer exist for a module that has been uninstalled. |
SCHEMA_UNINSTALLED | constant | core/ |
Indicates that a module has not been installed yet. |
ShortcutClaroIntegrationTest::testInstallUninstall | function | core/ |
Tests shortcut_install() and shortcut_uninstall(). |
shortcut_uninstall | function | core/ |
Implements hook_uninstall(). |
simpletest_uninstall | function | core/ |
Implements hook_uninstall(). |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.