service book.uninstall_validator in Drupal 9
Same name and namespace in other branches
- 8 core/modules/book/book.services.yml \book.uninstall_validator
Class
Drupal\book\BookUninstallValidatorTags
- module_install.uninstall_validator
File
- core/
modules/ book/ book.services.yml - core/modules/book/book.services.yml
View source
- class: Drupal\book\BookUninstallValidator
- tags:
- - { name: module_install.uninstall_validator }
- arguments:
- - '@book.outline_storage'
- - '@entity_type.manager'
- - '@string_translation'
- lazy: true