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
FieldImportDeleteUninstallTest::setUp function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Set the default field storage backend for fields created during tests.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests purging already deleted field storages and fields during a config
import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest class core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Delete field storages and fields during config synchronization and uninstall
module that provides the field type through the UI.
FieldImportDeleteUninstallUiTest.php file core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php The theme to install as the default for testing.
FieldImportDeleteUninstallUiTest::$modules property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Modules to enable.
FieldImportDeleteUninstallUiTest::setUp function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storages and fields as part of config import.
FieldLayoutUninstallTest class core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php @group field_layout
FieldLayoutUninstallTest.php file core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php
FieldLayoutUninstallTest::testFieldLayoutUninstall function core/modules/field_layout/tests/src/Kernel/FieldLayoutUninstallTest.php Ensures field layout can be uninstalled with layout builder enabled.
FieldSchemaDataUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FieldSchemaDataUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php
FieldSchemaDataUninstallUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php The theme to install as the default for testing.
FieldSchemaDataUninstallUpdateTest::assertFieldSchemaData function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Asserts that field schema data to be purged is found.
FieldSchemaDataUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Set database dump files to be used.
FieldSchemaDataUninstallUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FieldUninstallValidator class core/modules/field/src/FieldUninstallValidator.php Prevents uninstallation of modules providing active field storage.
FieldUninstallValidator class core/modules/field/src/ProxyClass/FieldUninstallValidator.php Provides a proxy class for \Drupal\field\FieldUninstallValidator.
FieldUninstallValidator.php file core/modules/field/src/ProxyClass/FieldUninstallValidator.php
FieldUninstallValidator.php file core/modules/field/src/FieldUninstallValidator.php
FieldUninstallValidator::$container property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The service container.
FieldUninstallValidator::$drupalProxyOriginalServiceId property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The id of the original proxied service.
FieldUninstallValidator::$fieldStorageConfigStorage property core/modules/field/src/FieldUninstallValidator.php The field storage config storage.
FieldUninstallValidator::$fieldTypeManager property core/modules/field/src/FieldUninstallValidator.php The field type plugin manager.
FieldUninstallValidator::$service property core/modules/field/src/ProxyClass/FieldUninstallValidator.php The real proxied service, after it was lazy loaded.
FieldUninstallValidator::getFieldStoragesByModule function core/modules/field/src/FieldUninstallValidator.php Returns all field storages for a specified module.
FieldUninstallValidator::getFieldTypeLabel function core/modules/field/src/FieldUninstallValidator.php Returns the label for a specified field type.
FieldUninstallValidator::lazyLoadItself function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Lazy loads the real service from the container.
FieldUninstallValidator::setStringTranslation function core/modules/field/src/ProxyClass/FieldUninstallValidator.php
FieldUninstallValidator::validate function core/modules/field/src/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::validate function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Determines the reasons a module can not be uninstalled.
FieldUninstallValidator::__construct function core/modules/field/src/FieldUninstallValidator.php Constructs a new FieldUninstallValidator.
FieldUninstallValidator::__construct function core/modules/field/src/ProxyClass/FieldUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
FieldUninstallValidatorTest class core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @coversDefaultClass \Drupal\field\FieldUninstallValidator
@group field
FieldUninstallValidatorTest.php file core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field type plugin manager;
FieldUninstallValidatorTest::$fieldUninstallValidator property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::setUp function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::testValidateDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUninstallValidatorTest::testValidateNoDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate
field_layout_uninstall function core/modules/field_layout/field_layout.install Implements hook_uninstall().
filter.uninstall_validator service core/modules/filter/filter.services.yml Drupal\filter\FilterUninstallValidator
FilterUninstallValidator class core/modules/filter/src/ProxyClass/FilterUninstallValidator.php Provides a proxy class for \Drupal\filter\FilterUninstallValidator.
FilterUninstallValidator class core/modules/filter/src/FilterUninstallValidator.php Prevents uninstallation of modules providing used filter plugins.
FilterUninstallValidator.php file core/modules/filter/src/ProxyClass/FilterUninstallValidator.php
FilterUninstallValidator.php file core/modules/filter/src/FilterUninstallValidator.php
FilterUninstallValidator::$container property core/modules/filter/src/ProxyClass/FilterUninstallValidator.php The service container.

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