You are here

public function EmailEventInterface::getEntityTypeId in Commerce Email 8

Gets the email event entity type ID.

This is the entity type ID of the entity the event is fired for.

Return value

string The email event entity type ID.

1 method overrides EmailEventInterface::getEntityTypeId()
EmailEventBase::getEntityTypeId in src/Plugin/Commerce/EmailEvent/EmailEventBase.php
Gets the email event entity type ID.

File

src/Plugin/Commerce/EmailEvent/EmailEventInterface.php, line 37

Class

EmailEventInterface
Defines the interface for email events.

Namespace

Drupal\commerce_email\Plugin\Commerce\EmailEvent

Code

public function getEntityTypeId();