public function Email::getEventId in Commerce Email 8
Gets the email event ID.
Return value
string The email event ID.
Overrides EmailInterface::getEventId
File
- src/
Entity/ Email.php, line 170
Class
- Defines the email entity class.
Namespace
Drupal\commerce_email\EntityCode
public function getEventId() {
return $this->event;
}