You are here

drush.services.yml in Node Revisions Autoclean 8

File

drush.services.yml
View source
  1. services:
  2. node_revisions_autoclean.commands:
  3. class: Drupal\node_revisions_autoclean\Commands\NodeRevisionsAutocleanCommands
  4. arguments: ['@entity_type.manager','@node_revisions_autoclean.revisions_manager']
  5. tags:
  6. - { name: drush.command }