You are here

service webform_node.uninstall_validator in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_node/webform_node.services.yml \webform_node.uninstall_validator

Class

Drupal\webform_node\WebformNodeUninstallValidator

Tags

  • module_install.uninstall_validator

File

modules/webform_node/webform_node.services.yml
modules/webform_node/webform_node.services.yml

View source
  1. class: Drupal\webform_node\WebformNodeUninstallValidator
  2. tags:
  3. - { name: module_install.uninstall_validator }
  4. arguments:
  5. - '@entity_type.manager'
  6. - '@string_translation'
  7. lazy: true