You are here

drush.services.yml in Entity Share 8

modules/entity_share_client/drush.services.yml

File

modules/entity_share_client/drush.services.yml
View source
  1. services:
  2. entity_share_client.commands:
  3. class: \Drupal\entity_share_client\Commands\EntityShareClientCommands
  4. arguments: ['@entity_share_client.cli']
  5. tags:
  6. - { name: drush.command }