public function EmailInterface::getBody in Courier 8
Same name and namespace in other branches
- 2.x 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 80 - Contains \Drupal\courier\EmailInterface.
Class
- EmailInterface
- Provides an interface defining a courier_email entity.
Namespace
Drupal\courierCode
public function getBody();