You are here

service node_revision_delete.commands in Node Revision Delete 8

Class

\Drupal\node_revision_delete\Commands\NodeRevisionDeleteCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

View source
  1. class: \Drupal\node_revision_delete\Commands\NodeRevisionDeleteCommands
  2. arguments:
  3. - '@config.factory'
  4. - '@node_revision_delete'
  5. - '@date.formatter'
  6. - '@state'
  7. - '@entity_type.manager'
  8. tags:
  9. - { name: drush.command }