You are here

public function EmailInterface::setEventId in Commerce Email 8

Sets the email event ID.

Parameters

string $event_id: The email event ID.

Return value

$this

1 method overrides EmailInterface::setEventId()
Email::setEventId in src/Entity/Email.php
Sets the email event ID.

File

src/Entity/EmailInterface.php, line 38

Class

EmailInterface
@todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?

Namespace

Drupal\commerce_email\Entity

Code

public function setEventId($event_id);