You are here

drush.services.yml in Views Bulk Operations (VBO) 8.3

Same filename and directory in other branches
  1. 8.2 drush.services.yml
  2. 4.0.x 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. - '@views_bulk_operations.data'
  7. - '@plugin.manager.views_bulk_operations_action'
  8. tags:
  9. - { name: drush.command }