You are here

service image_effects.uninstall_validator in Image Effects 8.3

Same name and namespace in other branches
  1. 8 image_effects.services.yml \image_effects.uninstall_validator
  2. 8.2 image_effects.services.yml \image_effects.uninstall_validator

Class

Drupal\image_effects\ImageEffectsUninstallValidator

Tags

  • module_install.uninstall_validator

File

./image_effects.services.yml
image_effects.services.yml

View source
  1. class: Drupal\image_effects\ImageEffectsUninstallValidator
  2. tags:
  3. - { name: module_install.uninstall_validator }
  4. arguments:
  5. - '@config.factory'
  6. - '@string_translation'
  7. lazy: true