public function EmailInterface::getEvent in Commerce Email 8
Gets the email event.
Return value
\Drupal\commerce_email\Plugin\Commerce\EmailEvent\EmailEventInterface The email event.
1 method overrides EmailInterface::getEvent()
- Email::getEvent in src/
Entity/ Email.php - Gets the email event.
File
- src/
Entity/ EmailInterface.php, line 20
Class
- EmailInterface
- @todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?
Namespace
Drupal\commerce_email\EntityCode
public function getEvent();