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
- Defines the email entity class.
Namespace
Drupal\commerce_email\EntityCode
public function getBody() {
return $this->body;
}