You are here

consumers.services.yml in Consumers 8

File

consumers.services.yml
View source
  1. services:
  2. consumer.negotiator:
  3. class: Drupal\consumers\Negotiator
  4. arguments: ['@request_stack', '@entity.repository']
  5. calls:
  6. - [setLogger, ['@logger.channel.consumers']]
  7. - [setEntityStorage, ['@entity_type.manager']]
  8. logger.channel.consumers:
  9. parent: logger.channel_base
  10. arguments: ['consumers']