You are here

drush.services.yml in Views Bulk Operations (VBO) 4.0.x

Same filename and directory in other branches
  1. 8.3 drush.services.yml
  2. 8.2 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. views_bulk_operations.commands:
  3. class: \Drupal\views_bulk_operations\Commands\ViewsBulkOperationsCommands
  4. arguments:
  5. - '@current_user'
  6. - '@entity_type.manager'
  7. - '@views_bulk_operations.data'
  8. - '@plugin.manager.views_bulk_operations_action'
  9. tags:
  10. - { name: drush.command }