drush.services.yml 296 B

123456789
  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 }