You are here

public function HtmlMailMime::getHtmlBody in HTML Mail 8.3

Same name and namespace in other branches
  1. 8 src/Utility/HTMLMailMime.php \Drupal\htmlmail\Utility\HTMLMailMime::getHtmlBody()

Returns the text/html message part.

Return value

string|null The text/html message part, or NULL if it has not been set.

File

src/Utility/HtmlMailMime.php, line 710

Class

HtmlMailMime
Class HtmlMailMime.

Namespace

Drupal\htmlmail\Utility

Code

public function getHtmlBody() {
  return parent::getHTMLBody();
}