You are here

service maestro_form_approval_example.uninstall_validator in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 modules/examples/maestro_form_approval_example/maestro_form_approval_example.services.yml \maestro_form_approval_example.uninstall_validator

Class

Drupal\maestro_form_approval_example\MaestroFormApprovalExampleUninstallValidator

Tags

  • module_install.uninstall_validator

File

modules/examples/maestro_form_approval_example/maestro_form_approval_example.services.yml
modules/examples/maestro_form_approval_example/maestro_form_approval_example.services.yml

View source
  1. class: Drupal\maestro_form_approval_example\MaestroFormApprovalExampleUninstallValidator
  2. tags:
  3. - { name: module_install.uninstall_validator }
  4. arguments:
  5. - '@string_translation'
  6. lazy: true