You are here

public function PetInterface::setBodyHtml in Previewable email templates 8.3

Set the HTML body text.

Parameters

string $mail_body_html: HTML body text.

Return value

\Drupal\pet\Entity\PetInterface The called Pet entity.

1 method overrides PetInterface::setBodyHtml()
Pet::setBodyHtml in src/Entity/Pet.php
Set the HTML body text.

File

src/Entity/PetInterface.php, line 59

Class

PetInterface
Provides an interface for defining Pet entities.

Namespace

Drupal\pet\Entity

Code

public function setBodyHtml($mail_body_html);