You are here

public function EasyEmailInterface::getPlainBody in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/EasyEmailInterface.php \Drupal\easy_email\Entity\EasyEmailInterface::getPlainBody()

Returns the Plain Text body render array

Return value

string|null

1 method overrides EasyEmailInterface::getPlainBody()
EasyEmail::getPlainBody in src/Entity/EasyEmail.php
@inheritDoc

File

src/Entity/EasyEmailInterface.php, line 416

Class

EasyEmailInterface
Provides an interface for defining Email entities.

Namespace

Drupal\easy_email\Entity

Code

public function getPlainBody();