You are here

public function Email::setBody in Commerce Email 8

Sets the body.

Parameters

string $body: The body.

Return value

$this

Overrides EmailInterface::setBody

File

src/Entity/Email.php, line 282

Class

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

public function setBody($body) {
  return $this->body = $body;
}