maestro_form_approval_example.services.yml in Maestro 8.2
Same filename and directory in other branches
modules/examples/maestro_form_approval_example/maestro_form_approval_example.services.yml
File
modules/examples/maestro_form_approval_example/maestro_form_approval_example.services.ymlView source
- services:
- maestro_form_approval_example.uninstall_validator:
- class: Drupal\maestro_form_approval_example\MaestroFormApprovalExampleUninstallValidator
- tags:
- - { name: module_install.uninstall_validator }
- arguments: ['@string_translation']
- lazy: true