You are here

public function Email::getBody in Commerce Email 8

Gets the body.

Return value

string The body.

Overrides EmailInterface::getBody

File

src/Entity/Email.php, line 275

Class

Email
Defines the email entity class.

Namespace

Drupal\commerce_email\Entity

Code

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