Search for uninstall

  1. Search 7.x for uninstall
  2. Search 9.5.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
FilterUninstallValidator::validate function core/modules/filter/src/ProxyClass/FilterUninstallValidator.php Determines the reasons a module can not be uninstalled.
FilterUninstallValidator::__construct function core/modules/filter/src/ProxyClass/FilterUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
forum.uninstall_validator service core/modules/forum/forum.services.yml Drupal\forum\ForumUninstallValidator
ForumUninstallTest class core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests forum module uninstallation.
ForumUninstallTest.php file core/modules/forum/tests/src/Functional/ForumUninstallTest.php
ForumUninstallTest::$defaultTheme property core/modules/forum/tests/src/Functional/ForumUninstallTest.php The theme to install as the default for testing.
ForumUninstallTest::$modules property core/modules/forum/tests/src/Functional/ForumUninstallTest.php Modules to enable.
ForumUninstallTest::testForumUninstallWithField function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests if forum module uninstallation properly deletes the field.
ForumUninstallTest::testForumUninstallWithoutFieldStorage function core/modules/forum/tests/src/Functional/ForumUninstallTest.php Tests uninstallation if the field storage has been deleted beforehand.
ForumUninstallValidator class core/modules/forum/src/ProxyClass/ForumUninstallValidator.php Provides a proxy class for \Drupal\forum\ForumUninstallValidator.
ForumUninstallValidator class core/modules/forum/src/ForumUninstallValidator.php Prevents forum module from being uninstalled whilst any forum nodes exist
or there are any terms in the forum vocabulary.
ForumUninstallValidator.php file core/modules/forum/src/ProxyClass/ForumUninstallValidator.php
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[[api-linebreak]]
@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[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasForumNodes function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
ForumUninstallValidatorTest::testValidateNotForum function core/modules/forum/tests/src/Unit/ForumUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
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.
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.
InstallProfileDependenciesBcTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php Tests that the install profile BC layer for dependencies key works.
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.

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