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 |
---|---|---|---|
FieldUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FieldUninstallValidator::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
FieldUninstallValidator::validateConfigImport | function | core/ |
Determines reasons a module can not be uninstalled prior to config import. |
FieldUninstallValidator::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
FieldUninstallValidator::__construct | function | core/ |
Constructs a new FieldUninstallValidator. |
FieldUninstallValidatorTest | class | core/ |
@coversDefaultClass \Drupal\field\FieldUninstallValidator @group field |
FieldUninstallValidatorTest.php | file | core/ |
|
FieldUninstallValidatorTest::$fieldTypePluginManager | property | core/ |
The mock field type plugin manager. |
FieldUninstallValidatorTest::$fieldUninstallValidator | property | core/ |
|
FieldUninstallValidatorTest::setUp | function | core/ |
|
FieldUninstallValidatorTest::testValidateDeleted | function | core/ |
@covers ::validate |
FieldUninstallValidatorTest::testValidateNoDeleted | function | core/ |
@covers ::validate |
FieldUninstallValidatorTest::testValidateNoStorages | function | core/ |
@covers ::validate |
field_layout_uninstall | function | core/ |
Implements hook_uninstall(). |
filter.uninstall_validator | service | core/ |
Drupal\filter\FilterUninstallValidator |
FilterUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\filter\FilterUninstallValidator. |
FilterUninstallValidator | class | core/ |
Prevents uninstallation of modules providing used filter plugins. |
FilterUninstallValidator.php | file | core/ |
|
FilterUninstallValidator.php | file | core/ |
|
FilterUninstallValidator::$container | property | core/ |
The service container. |
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. |
ForumUninstallTest::testForumUninstallWithoutForumVocabulary | function | core/ |
Tests uninstallation of forum module when vocabulary is deleted. |
ForumUninstallValidator | class | core/ |
Provides a proxy class for \Drupal\forum\ForumUninstallValidator. |
ForumUninstallValidator | class | core/ |
Prevents forum module from being uninstalled under certain conditions. |
ForumUninstallValidator.php | file | core/ |
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.