You are here

entity_share_cron.services.yml in Entity Share Cron 3.0.x

Same filename and directory in other branches
  1. 8.2 entity_share_cron.services.yml
  2. 8 entity_share_cron.services.yml

File

entity_share_cron.services.yml
View source
  1. services:
  2. logger.channel.entity_share_cron:
  3. parent: logger.channel_base
  4. arguments: ['entity_share_cron']
  5. entity_share_cron:
  6. class: Drupal\entity_share_cron\EntityShareCronService
  7. arguments:
  8. - '@config.factory'
  9. - '@queue'
  10. - '@entity_type.manager'
  11. - '@entity_share_client.import_service'