You are here

public function EmailInterface::getBody in Courier 2.x

Same name and namespace in other branches
  1. 8 src/EmailInterface.php \Drupal\courier\EmailInterface::getBody()

Returns the email body.

Return value

string Body of the email.

1 method overrides EmailInterface::getBody()
Email::getBody in src/Entity/Email.php
Returns the email body.

File

src/EmailInterface.php, line 75

Class

EmailInterface
Provides an interface defining a courier_email entity.

Namespace

Drupal\courier

Code

public function getBody();