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 |
---|---|---|---|
ForumUninstallValidator.php | file | core/ |
|
ForumUninstallValidator::$configFactory | property | core/ |
The config factory. |
ForumUninstallValidator::$container | property | core/ |
The service container. |
ForumUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
ForumUninstallValidator::$entityTypeManager | property | core/ |
The entity type manager. |
ForumUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
ForumUninstallValidator::getForumVocabulary | function | core/ |
Returns the vocabulary configured for forums. |
ForumUninstallValidator::hasForumNodes | function | core/ |
Determines if there are any forum nodes or not. |
ForumUninstallValidator::hasTermsForVocabulary | function | core/ |
Determines if there are any taxonomy terms for a specified vocabulary. |
ForumUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
ForumUninstallValidator::setStringTranslation | function | core/ |
|
ForumUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ForumUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
ForumUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
ForumUninstallValidator::__construct | function | core/ |
Constructs a new ForumUninstallValidator. |
ForumUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\forum\ForumUninstallValidator @group forum |
ForumUninstallValidatorTest.php | file | core/ |
|
ForumUninstallValidatorTest::$forumUninstallValidator | property | core/ |
|
ForumUninstallValidatorTest::setUp | function | core/ |
|
ForumUninstallValidatorTest::testValidate | function | core/ |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasForumNodes | function | core/ |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyAccess | function | core/ |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyNoAccess | function | core/ |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesAccess | function | core/ |
@covers ::validate |
ForumUninstallValidatorTest::testValidateHasTermsForVocabularyWithNodesNoAccess | function | core/ |
@covers ::validate |
ForumUninstallValidatorTest::testValidateNotForum | function | core/ |
@covers ::validate |
forum_uninstall | function | core/ |
Implements hook_uninstall(). |
HelpTopicSearchTest::testUninstall | function | core/ |
Tests uninstalling the help_topics module. |
HelpTopicSearchTest::testUninstallSearch | function | core/ |
Tests uninstalling the search module. |
help_topics_modules_uninstalled | function | core/ |
Implements hook_modules_uninstalled(). |
help_topics_themes_uninstalled | function | core/ |
Implements hook_themes_uninstalled(). |
hook_modules_uninstalled | function | core/ |
Perform necessary actions after modules are uninstalled. |
hook_module_preuninstall | function | core/ |
Perform necessary actions before a module is uninstalled. |
hook_themes_uninstalled | function | core/ |
Respond to themes being uninstalled. |
hook_uninstall | function | core/ |
Remove any information that the module sets. |
image_uninstall | function | core/ |
Implements hook_uninstall(). |
InstallProfileDependenciesTest::testUninstallingModules | function | core/ |
Tests that an install profile can require modules. |
InstallTest::testUninstallPostUpdateFunctions | function | core/ |
Ensures that post update functions are removed on uninstall. |
InstallUninstallTest | class | core/ |
Install/uninstall core module and confirm table creation/deletion. |
InstallUninstallTest.php | file | core/ |
|
InstallUninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
InstallUninstallTest::$modules | property | core/ |
Modules to enable. |
InstallUninstallTest::assertHelp | function | core/ |
Verifies a module's help. |
InstallUninstallTest::assertInstallModuleUpdates | function | core/ |
Asserts the module post update functions after install. |
InstallUninstallTest::assertModuleNotInstalled | function | core/ |
Asserts that a module is not yet installed. |
InstallUninstallTest::assertModuleSuccessfullyInstalled | function | core/ |
Asserts that a module was successfully installed. |
InstallUninstallTest::assertSuccessfulUninstall | function | core/ |
Uninstalls a module and asserts that it was done correctly. |
InstallUninstallTest::assertUninstallModuleUpdates | function | core/ |
Asserts the module post update functions after uninstall. |
InstallUninstallTest::preUninstallForum | function | core/ |
Deletes forum taxonomy terms, so Forum can be uninstalled. |
InstallUninstallTest::testInstallUninstall | function | core/ |
Tests that a fixed set of modules can be installed and uninstalled. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.