public function Email::setBody in Commerce Email 8
Sets the body.
Parameters
string $body: The body.
Return value
$this
Overrides EmailInterface::setBody
File
- src/
Entity/ Email.php, line 282
Class
- Defines the email entity class.
Namespace
Drupal\commerce_email\EntityCode
public function setBody($body) {
return $this->body = $body;
}