You are here

service plugin.manager.commerce_email_event in Commerce Email 8

Class

Drupal\commerce_email\EmailEventManager
3 string references to plugin.manager.commerce_email_event
Email::getEvent in src/Entity/Email.php
Gets the email event.
EmailForm::create in src/Form/EmailForm.php
Instantiates a new instance of this class.
EmailSubscriber::getSubscribedEvents in src/EventSubscriber/EmailSubscriber.php
Returns an array of event names this subscriber wants to listen to.

File

./commerce_email.services.yml
commerce_email.services.yml

View source
  1. class: Drupal\commerce_email\EmailEventManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@entity_type.manager'