public function EmailInterface::getBody in Commerce Email 8
Gets the body.
Return value
string The body.
1 method overrides EmailInterface::getBody()
- Email::getBody in src/
Entity/ Email.php - Gets the body.
File
- src/
Entity/ EmailInterface.php, line 157
Class
- EmailInterface
- @todo Add CC and BCC (and support multiple). @todo Support a plain-text version of the body?
Namespace
Drupal\commerce_email\EntityCode
public function getBody();