public function ContactEmailInterface::getFormat in Contact Emails 8
Get the email body format.
Parameters
\Drupal\contact\MessageInterface $message: The contact message.
Return value
string The email body format.
1 method overrides ContactEmailInterface::getFormat()
- ContactEmail::getFormat in src/
Entity/ ContactEmail.php - Get the email body format.
File
- src/
Entity/ ContactEmailInterface.php, line 47
Class
- ContactEmailInterface
- Provides an interface defining a Contact Email entity.
Namespace
Drupal\contact_emails\EntityCode
public function getFormat(MessageInterface $message);