You are here

public function HtmlMailMime::getTxtBody in HTML Mail 8.3

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

Returns the text/plain message part.

Return value

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

File

src/Utility/HtmlMailMime.php, line 720

Class

HtmlMailMime
Class HtmlMailMime.

Namespace

Drupal\htmlmail\Utility

Code

public function getTxtBody() {
  return parent::getTXTBody();
}