You are here

service courier.manager in Courier 8

Same name and namespace in other branches
  1. 2.x courier.services.yml \courier.manager

Class

Drupal\courier\Service\CourierManager
6 string references to courier.manager
CourierManagerTest::setUp in tests/src/Kernel/CourierManagerTest.php
CourierTest::setUp in src/Tests/CourierTest.php
Sets up the test.
courier_system_mail_alter in courier_system/courier_system.module
Implements hook_mail_alter().
MessageForm::create in courier_message_composer/src/Form/MessageForm.php
Instantiates a new instance of this class.
Settings::create in courier_system/src/Form/Settings.php
Instantiates a new instance of this class.

... See full list

File

./courier.services.yml
courier.services.yml

View source
  1. class: Drupal\courier\Service\CourierManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@logger.factory'
  6. - '@plugin.manager.identity_channel'
  7. - '@courier.manager.message_queue'