You are here

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

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

public function getEventId() {
  return $this->event;
}