You are here

public function EmailInterface::setBody in Commerce Email 8

Sets the body.

Parameters

string $body: The body.

Return value

$this

1 method overrides EmailInterface::setBody()
Email::setBody in src/Entity/Email.php
Sets the body.

File

src/Entity/EmailInterface.php, line 167

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 setBody($body);