You are here

console.services.yml in Entity Share 8

Same filename and directory in other branches
  1. 8.2 modules/entity_share_client/console.services.yml
modules/entity_share_client/console.services.yml

File

modules/entity_share_client/console.services.yml
View source
  1. services:
  2. entity_share_client.entity_share_client_pull:
  3. class: Drupal\entity_share_client\Command\PullCommand
  4. arguments: ['@entity_share_client.cli']
  5. tags:
  6. - { name: drupal.command }