You are here

public function ContactEmailInterface::getBody in Contact Emails 8

Get the email body.

Parameters

\Drupal\contact\MessageInterface $message: The contact message.

Return value

string The body of the email.

1 method overrides ContactEmailInterface::getBody()
ContactEmail::getBody in src/Entity/ContactEmail.php
Get the email body.

File

src/Entity/ContactEmailInterface.php, line 36

Class

ContactEmailInterface
Provides an interface defining a Contact Email entity.

Namespace

Drupal\contact_emails\Entity

Code

public function getBody(MessageInterface $message);