Search for uninstall
- Search 7.x for uninstall
- Search 9.5.x for uninstall
- Search 10.3.x for uninstall
- Search 11.x for uninstall
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FilterUninstallValidator::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
FilterUninstallValidator::$filterManager | property | core/ |
The filter plugin manager. |
FilterUninstallValidator::$filterStorage | property | core/ |
The filter entity storage. |
FilterUninstallValidator::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
FilterUninstallValidator::getEnabledFilterFormats | function | core/ |
Returns all enabled filter formats. |
FilterUninstallValidator::getFilterDefinitionsByProvider | function | core/ |
Returns all filter definitions that are provided by the specified provider. |
FilterUninstallValidator::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
FilterUninstallValidator::setStringTranslation | function | core/ |
|
FilterUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FilterUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
FilterUninstallValidator::__construct | function | core/ |
Constructs a new FilterUninstallValidator. |
FilterUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\filter\FilterUninstallValidator @group filter |
FilterUninstallValidatorTest.php | file | core/ |
|
FilterUninstallValidatorTest::$filterUninstallValidator | property | core/ |
|
FilterUninstallValidatorTest::setUp | function | core/ |
|
FilterUninstallValidatorTest::testValidateNoFormats | function | core/ |
@covers ::validate |
FilterUninstallValidatorTest::testValidateNoMatchingFormats | function | core/ |
@covers ::validate |
FilterUninstallValidatorTest::testValidateNoPlugins | function | core/ |
@covers ::validate |
forum.uninstall_validator | service | core/ |
Drupal\forum\ForumUninstallValidator |
ForumUninstallTest | class | core/ |
Tests forum module uninstallation. |
ForumUninstallTest.php | file | core/ |
|
ForumUninstallTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ForumUninstallTest::$modules | property | core/ |
Modules to enable. |
ForumUninstallTest::testForumUninstallWithField | function | core/ |
Tests if forum module uninstallation properly deletes the field. |
ForumUninstallTest::testForumUninstallWithoutFieldStorage | function | core/ |
Tests uninstallation if the field storage has been deleted beforehand. |
ForumUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\forum\ForumUninstallValidator. |
ForumUninstallValidator | class | core/ |
Prevents forum module from being uninstalled whilst any forum nodes exist or there are any terms in the forum vocabulary. |
ForumUninstallValidator.php | file | core/ |
|
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 |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.