You are here

service commerce.mail_handler in Commerce Core 8.2

Class

Drupal\commerce\MailHandler
3 string references to commerce.mail_handler
MailHandlerTest::setUp in tests/src/Kernel/MailHandlerTest.php
MailHandlerThemeTest::setUp in tests/src/Kernel/MailHandlerThemeTest.php
OrderIntegrationTest::testEmailLog in modules/log/tests/src/Kernel/OrderIntegrationTest.php
Tests that a log is generated when any order email is sent.

File

./commerce.services.yml
commerce.services.yml

View source
  1. class: Drupal\commerce\MailHandler
  2. arguments:
  3. - '@language.default'
  4. - '@language_manager'
  5. - '@plugin.manager.mail'
  6. - '@event_dispatcher'