You are here

public function EmailInterface::getBodyFormat in Courier 2.x

Same name and namespace in other branches
  1. 8 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 94

Class

EmailInterface
Provides an interface defining a courier_email entity.

Namespace

Drupal\courier

Code

public function getBodyFormat();