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 |
---|---|---|---|
BlockTest::testUninstallTheme | function | core/ |
Tests that uninstalling a theme removes its block configuration. |
ClaroTest::testIsUninstallable | function | core/ |
Tests that the Claro theme can be uninstalled. |
ClassyUninstallUpdateTest | class | core/ |
Ensures that update hook uninstalls Classy when it's no longer needed. |
ClassyUninstallUpdateTest.php | file | core/ |
|
ClassyUninstallUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
ClassyUninstallUpdateTest::testUpdate | function | core/ |
Ensures that Classy is disabled if it's no longer needed. |
ClassyUninstallUpdateTest::testUpdateClassyNeeded | function | core/ |
Ensures that updates run without errors when Classy is still needed. |
ClassyUninstallUpdateTest::testUpdateClassyNotInstalled | function | core/ |
Ensures that updates run without errors when Classy is not installed. |
CommentUninstallTest | class | core/ |
Tests comment module uninstall. |
CommentUninstallTest.php | file | core/ |
|
CommentUninstallTest::$modules | property | core/ |
Modules to enable. |
CommentUninstallTest::setUp | function | core/ |
|
CommentUninstallTest::testCommentUninstallWithField | function | core/ |
Tests if comment module uninstall fails if the field exists. |
CommentUninstallTest::testCommentUninstallWithoutField | function | core/ |
Tests if uninstallation succeeds if the field has been deleted beforehand. |
comment_uninstall | function | core/ |
Implements hook_uninstall(). |
ConfigDependencyTest::providerConfigEntityUninstallComplex | function | core/ |
Data provider for self::testConfigEntityUninstallComplex(). |
ConfigDependencyTest::testConfigEntityUninstall | function | core/ |
Tests ConfigManager::uninstall() and config entity dependency management. |
ConfigDependencyTest::testConfigEntityUninstallComplex | function | core/ |
Tests complex configuration entity dependency handling during uninstall. |
ConfigDependencyTest::testConfigEntityUninstallThirdParty | function | core/ |
@covers ::uninstall[[api-linebreak]] @covers ::getConfigEntitiesToChangeOnDependencyRemoval[[api-linebreak]] |
ConfigEntityBase::$isUninstalling | property | core/ |
Whether the config is being deleted by the uninstall process. |
ConfigEntityBase::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
ConfigEntityBase::setUninstalling | function | core/ |
|
ConfigEntityInterface::isUninstalling | function | core/ |
Returns whether this entity is being changed during the uninstall process. |
ConfigImporterTest::testUninstallThemeIncrementsCount | function | core/ |
Tests that uninstall a theme in config import correctly imports all config. |
ConfigImportModuleUninstallValidatorInterface | interface | core/ |
Special interface for module uninstall validators for configuration import. |
ConfigImportModuleUninstallValidatorInterface.php | file | core/ |
|
ConfigImportModuleUninstallValidatorInterface::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
ConfigImportSubscriber::$uninstallValidators | property | core/ |
The uninstall validators. |
ConfigImportSubscriber::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
ConfigManager::uninstall | function | core/ |
Uninstalls the configuration of a given extension. |
ConfigManagerInterface::uninstall | function | core/ |
Uninstalls the configuration of a given extension. |
ContentUninstallValidator | class | core/ |
Validates module uninstall readiness based on existing content entities. |
ContentUninstallValidator.php | file | core/ |
|
ContentUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager service. |
ContentUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ContentUninstallValidator::__construct | function | core/ |
Constructs a new ContentUninstallValidator. |
content_uninstall_validator | service | core/ |
Drupal\Core\Entity\ContentUninstallValidator |
DatabaseDriverUninstallValidator | class | core/ |
Ensures installed modules providing a database driver are not uninstalled. |
DatabaseDriverUninstallValidator.php | file | core/ |
|
DatabaseDriverUninstallValidator::$connection | property | core/ |
The database connection. |
DatabaseDriverUninstallValidator::$moduleExtensionList | property | core/ |
The module extension list. |
DatabaseDriverUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
DatabaseDriverUninstallValidator::__construct | function | core/ |
Constructs a new DatabaseDriverUninstallValidator. |
database_driver_uninstall_validator | service | core/ |
Drupal\Core\Extension\DatabaseDriverUninstallValidator |
DependencyTest::testUninstallDependents | function | core/ |
Tests attempting to uninstall a module that has installed dependents. |
drupal_uninstall_schema | function | core/ |
Removes all tables defined in a module's hook_schema(). |
EntityDefinitionUpdateManager::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
EntityDefinitionUpdateManager::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
EntityDefinitionUpdateManagerInterface::uninstallEntityType | function | core/ |
Uninstalls an entity type definition. |
EntityDefinitionUpdateManagerInterface::uninstallFieldStorageDefinition | function | core/ |
Uninstalls a field storage definition. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.