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
Plugin::uninstall function composer/Plugin/RecipeUnpack/Plugin.php
PrepareModulesEntityUninstallForm class core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Provides a form removing module content entities data before uninstallation.
PrepareModulesEntityUninstallForm.php file core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php
PrepareModulesEntityUninstallForm::$entityTypeId property core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php The entity type ID of the entities to delete.
PrepareModulesEntityUninstallForm::$entityTypeManager property core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php The entity type manager.
PrepareModulesEntityUninstallForm::buildForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form constructor.
PrepareModulesEntityUninstallForm::checkAccess function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Checks access based on the validity of the entity type ID.
PrepareModulesEntityUninstallForm::create function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Instantiates a new instance of this class.
PrepareModulesEntityUninstallForm::deleteContentEntities function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Deletes the content entities of the specified entity type.
PrepareModulesEntityUninstallForm::formTitle function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Gets the form title.
PrepareModulesEntityUninstallForm::getCancelUrl function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the route to go to if the user cancels the action.
PrepareModulesEntityUninstallForm::getConfirmText function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a caption for the button that confirms the action.
PrepareModulesEntityUninstallForm::getDescription function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns additional text to display as a description.
PrepareModulesEntityUninstallForm::getFormId function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a unique string identifying the form.
PrepareModulesEntityUninstallForm::getQuestion function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the question to ask the user.
PrepareModulesEntityUninstallForm::moduleBatchFinished function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Implements callback_batch_finished().
PrepareModulesEntityUninstallForm::submitForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form submission handler.
PrepareModulesEntityUninstallForm::__construct function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Constructs a PrepareModulesEntityUninstallForm object.
PrepareModulesEntityUninstallFormTest class core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Tests PrepareModulesEntityUninstallForm.
PrepareModulesEntityUninstallFormTest.php file core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
PrepareModulesEntityUninstallFormTest::$modules property core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Modules to install.
PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle function core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Tests PrepareModulesEntityUninstallForm::formTitle.
PrepareUninstallTest class core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Tests that modules which provide entity types can be uninstalled.
PrepareUninstallTest.php file core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
PrepareUninstallTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php The theme to install as the default for testing.
PrepareUninstallTest::$modules property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Modules to install.
PrepareUninstallTest::$nodes property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php An array of node objects.
PrepareUninstallTest::$terms property core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php An array of taxonomy term objects.
PrepareUninstallTest::setUp function core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
PrepareUninstallTest::testUninstall function core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php Tests that Node and Taxonomy can be uninstalled.
RequiredModuleUninstallValidator class core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php Ensures that required modules cannot be uninstalled.
RequiredModuleUninstallValidator.php file core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php
RequiredModuleUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php The module extension list.
RequiredModuleUninstallValidator::getModuleInfoByModule function core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php Returns the module info for a specific module.
RequiredModuleUninstallValidator::validate function core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php Determines the reasons a module can not be uninstalled.
RequiredModuleUninstallValidator::__construct function core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php Constructs a new RequiredModuleUninstallValidator.
RequiredModuleUninstallValidatorTest class core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @coversDefaultClass \Drupal\Core\Extension\RequiredModuleUninstallValidator[[api-linebreak]]
@group Extension
RequiredModuleUninstallValidatorTest.php file core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequiredModuleUninstallValidatorTest::$uninstallValidator property core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequiredModuleUninstallValidatorTest::setUp function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php
RequiredModuleUninstallValidatorTest::testValidateNoModule function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
RequiredModuleUninstallValidatorTest::testValidateNotRequired function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
RequiredModuleUninstallValidatorTest::testValidateRequired function core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
required_module_uninstall_validator service core/core.services.yml Drupal\Core\Extension\RequiredModuleUninstallValidator
respond_install_uninstall_hook_test.info.yml file core/modules/system/tests/modules/respond_install_uninstall_hook_test/respond_install_uninstall_hook_test.info.yml core/modules/system/tests/modules/respond_install_uninstall_hook_test/respond_install_uninstall_hook_test.info.yml
respond_install_uninstall_hook_test_cache_flush function core/modules/system/tests/modules/hook_collector_on_behalf_procedural/hook_collector_on_behalf_procedural.module This implements a hook on behalf of another module.
RouterTest::testRouterUninstallInstall function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that routes no longer exist for a module that has been uninstalled.
ShortcutClaroIntegrationTest::testInstallUninstall function core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php Tests shortcut_install() and shortcut_uninstall().
shortcut_uninstall function core/modules/shortcut/shortcut.install Implements hook_uninstall().
StageConflictTest::testUninstallModuleDuringApply function core/modules/package_manager/tests/src/Kernel/StageConflictTest.php Test uninstalling any module while the staged changes are being applied.

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