You are here

mob_queue.services.yml in Drush Queue Handling 8

File

mob_queue.services.yml
View source
  1. services:
  2. mob_queue.operator:
  3. class: Drupal\mob_queue\QueueJobOperator
  4. arguments: ['@module_handler', '@queue', '@plugin.manager.queue_worker', '@config.factory']