You are here

service bootstrap_layouts_uninstall_validator in Bootstrap Layouts 8.4

Same name and namespace in other branches
  1. 8.5 bootstrap_layouts.services.yml \bootstrap_layouts_uninstall_validator

Class

\Drupal\bootstrap_layouts\BootstrapLayoutsUninstallValidator

Tags

  • module_install.uninstall_validator

File

./bootstrap_layouts.services.yml
bootstrap_layouts.services.yml

View source
  1. class: \Drupal\bootstrap_layouts\BootstrapLayoutsUninstallValidator
  2. tags:
  3. - { name: module_install.uninstall_validator }
  4. arguments:
  5. - '@plugin.manager.bootstrap_layouts'
  6. lazy: true