You are here

public function PetInterface::getBodyHtml in Previewable email templates 8.3

Get HTML body text.

Return value

string HTML body text.

1 method overrides PetInterface::getBodyHtml()
Pet::getBodyHtml in src/Entity/Pet.php
Get HTML body text.

File

src/Entity/PetInterface.php, line 48

Class

PetInterface
Provides an interface for defining Pet entities.

Namespace

Drupal\pet\Entity

Code

public function getBodyHtml();