You are here

service views_bulk_operations.commands in Views Bulk Operations (VBO) 8.3

Same name and namespace in other branches
  1. 8.2 drush.services.yml \views_bulk_operations.commands
  2. 4.0.x drush.services.yml \views_bulk_operations.commands

Class

\Drupal\views_bulk_operations\Commands\ViewsBulkOperationsCommands

Tags

  • drush.command

File

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

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