You are here

taxonomy_term_depth.services.yml in Taxonomy Term Depth 8.2

Same filename and directory in other branches
  1. 8 taxonomy_term_depth.services.yml

File

taxonomy_term_depth.services.yml
View source
  1. services:
  2. taxonomy_term_depth.queue_service:
  3. class: Drupal\taxonomy_term_depth\QueueManager\Manager
  4. taxonomy_term_depth.uninstall_validator:
  5. class: Drupal\taxonomy_term_depth\DepthUninstallValidator
  6. tags:
  7. - { name: module_install.uninstall_validator }
  8. arguments: ['@entity_type.manager', '@entity_field.manager', '@string_translation']
  9. lazy: true