commerce_amws-8.x-1.x-dev/modules/order/drush.services.yml
modules/order/drush.services.yml
services:
commerce_amws_order.commands:
class: \Drupal\commerce_amws_order\Commands\Commands
arguments:
- '@entity_type.manager'
- '@entity_sync.import.manager'
- '@commerce_amws_order.order_purger'
tags:
- { name: drush.command }
commerce_amws_order.dev_commands:
class: \Drupal\commerce_amws_order\Commands\DevCommands
arguments:
- '@entity_type.manager'
tags:
- { name: drush.command }
