public function EmailInterface::getEventId in Commerce Email 8
Gets the email event ID.
Return value
string The email event ID.
1 method overrides EmailInterface::getEventId()
- Email::getEventId in src/
Entity/ Email.php - Gets the email event ID.
File
- src/
Entity/ EmailInterface.php, line 28
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 getEventId();