You are here

cms_blog.services.yml in Glazed CMS Blog 8

File

cms_blog.services.yml
View source
  1. services:
  2. cms_blog.uninstall_validator:
  3. class: Drupal\cms_blog\CmsBlogUninstallValidator
  4. tags:
  5. - { name: module_install.uninstall_validator }
  6. arguments: ['@entity.query']
  7. lazy: true