drush.services.yml in Entity Share 8
Same filename and directory in other branches
modules/entity_share_client/drush.services.yml
File
modules/entity_share_client/drush.services.ymlView source
- services:
- entity_share_client.commands:
- class: \Drupal\entity_share_client\Commands\EntityShareClientCommands
- arguments: ['@entity_share_client.cli']
- tags:
- - { name: drush.command }