public function EmailInterface::getBodyFormat in Courier 8
Same name and namespace in other branches
- 2.x src/EmailInterface.php \Drupal\courier\EmailInterface::getBodyFormat()
Returns the email body format.
Return value
string Format of the email body.
1 method overrides EmailInterface::getBodyFormat()
- Email::getBodyFormat in src/
Entity/ Email.php - Returns the email body format.
File
- src/
EmailInterface.php, line 99 - Contains \Drupal\courier\EmailInterface.
Class
- EmailInterface
- Provides an interface defining a courier_email entity.
Namespace
Drupal\courierCode
public function getBodyFormat();