console.services.yml in Entity Share 8
Same filename and directory in other branches
modules/entity_share_client/console.services.yml
File
modules/entity_share_client/console.services.ymlView source
- services:
- entity_share_client.entity_share_client_pull:
- class: Drupal\entity_share_client\Command\PullCommand
- arguments: ['@entity_share_client.cli']
- tags:
- - { name: drupal.command }