Search for uninstall

  1. Search 7.x for uninstall
  2. Search 9.5.x for uninstall
  3. Search 8.9.x for uninstall
  4. Search 10.3.x for uninstall
  5. Other projects
Title Object type File name Summary
BlockTest::testUninstallTheme function core/modules/block/tests/src/Functional/BlockTest.php Tests that uninstalling a theme removes its block configuration.
BreakpointHooks::themesUninstalled function core/modules/breakpoint/src/Hook/BreakpointHooks.php Implements hook_themes_uninstalled().
ClaroTest::testIsUninstallable function core/tests/Drupal/FunctionalTests/Theme/ClaroTest.php Tests that the Claro theme can be uninstalled.
CommentUninstallTest class core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests comment module uninstall.
CommentUninstallTest.php file core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUninstallTest::$modules property core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Modules to install.
CommentUninstallTest::setUp function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUninstallTest::testCommentUninstallWithField function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests if comment module uninstall fails if the field exists.
CommentUninstallTest::testCommentUninstallWithoutField function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests if uninstallation succeeds if the field has been deleted beforehand.
comment_uninstall function core/modules/comment/comment.install Implements hook_uninstall().
ComposerPatches::uninstall function core/modules/package_manager/tests/fixtures/path_repos/cweagans--composer-patches/src/ComposerPatches.php
ComposerPluginImplementsScaffoldEvents::uninstall function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-implements-scaffold-events/src/ComposerPluginImplementsScaffoldEvents.php
ConfigDependencyTest::providerConfigEntityUninstallComplex function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Data provider for self::testConfigEntityUninstallComplex().
ConfigDependencyTest::testConfigEntityUninstall function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testConfigEntityUninstallComplex function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php Tests complex configuration entity dependency handling during uninstall.
ConfigDependencyTest::testConfigEntityUninstallThirdParty function core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php @covers ::uninstall[[api-linebreak]]
@covers ::getConfigEntitiesToChangeOnDependencyRemoval[[api-linebreak]]
ConfigEntityBase::$isUninstalling property core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Whether the config is being deleted by the uninstall process.
ConfigEntityBase::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Returns whether this entity is being changed during the uninstall process.
ConfigEntityBase::setUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
ConfigEntityInterface::isUninstalling function core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php Returns whether this entity is being changed during the uninstall process.
ConfigImportAllTest::testInstallUninstall function core/modules/config/tests/src/Functional/ConfigImportAllTest.php Tests that a fixed set of modules can be installed and uninstalled.
ConfigImporterTest::testUninstallThemeIncrementsCount function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that uninstall a theme in config import correctly imports all config.
ConfigImportModuleUninstallValidatorInterface interface core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Special interface for module uninstall validators for configuration import.
ConfigImportModuleUninstallValidatorInterface.php file core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php
ConfigImportModuleUninstallValidatorInterface::validateConfigImport function core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Determines reasons a module can not be uninstalled prior to config import.
ConfigImportUITest::testConfigUninstallConfigException function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests that the Configuration module cannot be uninstalled during config sync.
ConfigManager::uninstall function core/lib/Drupal/Core/Config/ConfigManager.php Uninstalls the configuration of a given extension.
ConfigManagerInterface::uninstall function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Uninstalls the configuration of a given extension.
ConfigOtherModuleTest::testUninstall function core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php Tests uninstalling Node module removes views which are dependent on it.
ConfigOtherModuleTest::uninstallModule function core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php Uninstalls a module.
ConfigTranslationHooks::themesUninstalled function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_themes_uninstalled().
ConfigUninstallViaCliImportTest class core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php Tests importing configuration from files into active configuration.
ConfigUninstallViaCliImportTest.php file core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ConfigUninstallViaCliImportTest::$configImporter property core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php Config Importer object used for testing.
ConfigUninstallViaCliImportTest::$modules property core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php Modules to install.
ConfigUninstallViaCliImportTest::setUp function core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php
ConfigUninstallViaCliImportTest::testConfigUninstallViaCli function core/modules/config/tests/src/Kernel/ConfigUninstallViaCliImportTest.php Tests that the config module can be uninstalled via CLI config import.
ContentUninstallValidator class core/lib/Drupal/Core/Entity/ContentUninstallValidator.php Validates module uninstall readiness based on existing content entities.
ContentUninstallValidator.php file core/lib/Drupal/Core/Entity/ContentUninstallValidator.php
ContentUninstallValidator::$entityTypeManager property core/lib/Drupal/Core/Entity/ContentUninstallValidator.php The entity type manager service.
ContentUninstallValidator::validate function core/lib/Drupal/Core/Entity/ContentUninstallValidator.php Determines the reasons a module can not be uninstalled.
ContentUninstallValidator::__construct function core/lib/Drupal/Core/Entity/ContentUninstallValidator.php Constructs a new ContentUninstallValidator.
content_uninstall_validator service core/core.services.yml Drupal\Core\Entity\ContentUninstallValidator
DatabaseDriverUninstallValidator class core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Ensures installed modules providing a database driver are not uninstalled.
DatabaseDriverUninstallValidator.php file core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator::$connection property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The database connection.
DatabaseDriverUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The module extension list.
DatabaseDriverUninstallValidator::validate function core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Determines the reasons a module can not be uninstalled.
DatabaseDriverUninstallValidator::__construct function core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Constructs a new DatabaseDriverUninstallValidator.
database_driver_uninstall_validator service core/core.services.yml Drupal\Core\Extension\DatabaseDriverUninstallValidator

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