Search for uninstall

  1. Search 7.x for uninstall
  2. Search 8.9.x for uninstall
  3. Search 10.3.x for uninstall
  4. Search 11.x for uninstall
  5. Other projects
Title Object type File name Summary
ForumUninstallValidator.php file core/modules/forum/src/ForumUninstallValidator.php
ForumUninstallValidator::$configFactory property core/modules/forum/src/ForumUninstallValidator.php The config factory.
ForumUninstallValidator::$container property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The service container.
ForumUninstallValidator::$drupalProxyOriginalServiceId property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The id of the original proxied service.
ForumUninstallValidator::$entityTypeManager property core/modules/forum/src/ForumUninstallValidator.php The entity type manager.
ForumUninstallValidator::$service property core/modules/forum/src/ProxyClass/ForumUninstallValidator.php The real proxied service, after it was lazy loaded.
ForumUninstallValidator::getForumVocabulary function core/modules/forum/src/ForumUninstallValidator.php Returns the vocabulary configured for forums.
ForumUninstallValidator::hasForumNodes function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any forum nodes or not.
ForumUninstallValidator::hasTermsForVocabulary function core/modules/forum/src/ForumUninstallValidator.php Determines if there are any taxonomy terms for a specified vocabulary.
ForumUninstallValidator::lazyLoadItself function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Lazy loads the real service from the container.
ForumUninstallValidator::setStringTranslation function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php
ForumUninstallValidator::validate function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Determines the reasons a module can not be uninstalled.
ForumUninstallValidator::validate function core/modules/forum/src/ForumUninstallValidator.php Determines the reasons a module can not be uninstalled.
ForumUninstallValidator::__construct function core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
ForumUninstallValidator::__construct function core/modules/forum/src/ForumUninstallValidator.php Constructs a new ForumUninstallValidator.
ForumUninstallValidatorTest class core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @coversDefaultClass \Drupal\forum\ForumUninstallValidator
@group forum
ForumUninstallValidatorTest.php file core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::$forumUninstallValidator property core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::setUp function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php
ForumUninstallValidatorTest::testValidate function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasForumNodes function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
ForumUninstallValidatorTest::testValidateNotForum function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate
forum_uninstall function core/modules/forum/forum.install Implements hook_uninstall().
HelpTopicSearchTest::testUninstall function core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php Tests uninstalling the help_topics module.
HelpTopicSearchTest::testUninstallSearch function core/modules/help_topics/tests/src/Functional/HelpTopicSearchTest.php Tests uninstalling the search module.
help_topics_modules_uninstalled function core/modules/help_topics/help_topics.module Implements hook_modules_uninstalled().
help_topics_themes_uninstalled function core/modules/help_topics/help_topics.module Implements hook_themes_uninstalled().
hook_modules_uninstalled function core/lib/Drupal/Core/Extension/module.api.php Perform necessary actions after modules are uninstalled.
hook_module_preuninstall function core/lib/Drupal/Core/Extension/module.api.php Perform necessary actions before a module is uninstalled.
hook_themes_uninstalled function core/lib/Drupal/Core/Render/theme.api.php Respond to themes being uninstalled.
hook_uninstall function core/lib/Drupal/Core/Extension/module.api.php Remove any information that the module sets.
image_uninstall function core/modules/image/image.install Implements hook_uninstall().
InstallProfileDependenciesTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallTest::testUninstallPostUpdateFunctions function core/modules/system/tests/src/Functional/Module/InstallTest.php Ensures that post update functions are removed on uninstall.
InstallUninstallTest class core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Install/uninstall core module and confirm table creation/deletion.
InstallUninstallTest.php file core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
InstallUninstallTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php The theme to install as the default for testing.
InstallUninstallTest::$modules property core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Modules to enable.
InstallUninstallTest::assertHelp function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Verifies a module's help.
InstallUninstallTest::assertInstallModuleUpdates function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Asserts the module post update functions after install.
InstallUninstallTest::assertModuleNotInstalled function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Asserts that a module is not yet installed.
InstallUninstallTest::assertModuleSuccessfullyInstalled function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Asserts that a module was successfully installed.
InstallUninstallTest::assertSuccessfulUninstall function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Uninstalls a module and asserts that it was done correctly.
InstallUninstallTest::assertUninstallModuleUpdates function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Asserts the module post update functions after uninstall.
InstallUninstallTest::preUninstallForum function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Deletes forum taxonomy terms, so Forum can be uninstalled.
InstallUninstallTest::testInstallUninstall function core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php Tests that a fixed set of modules can be installed and uninstalled.

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