service content_uninstall_validator in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \content_uninstall_validator
- 9 core/core.services.yml \content_uninstall_validator
Class
Drupal\Core\Entity\ContentUninstallValidatorTags
- module_install.uninstall_validator
1 string reference to content_uninstall_validator
- KeyValueContentEntityStorageTest::testUninstall in core/
tests/ Drupal/ KernelTests/ Core/ KeyValueStore/ KeyValueContentEntityStorageTest.php - Tests uninstallation of a module that does not use the SQL entity storage.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Entity\ContentUninstallValidator
- tags:
- - { name: module_install.uninstall_validator }
- arguments:
- - '@entity_type.manager'
- - '@string_translation'
- lazy: true