You are here

postmark.services.yml in Postmark 8

File

postmark.services.yml
View source
  1. services:
  2. postmark.mail_handler:
  3. class: Drupal\postmark\PostmarkHandler
  4. arguments: ['@config.factory', '@logger.channel.postmark']
  5. logger.channel.postmark:
  6. class: Drupal\Core\Logger\LoggerChannel
  7. factory: logger.factory:get
  8. arguments: ['postmark']