drush.services.yml in Entity Share 8.3
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'
- - '@entity_type.manager'
- - '@entity_share_client.remote_manager'
- tags:
- - { name: drush.command }