You are here

public function Pet::getMailbody in Previewable email templates 8

Same name and namespace in other branches
  1. 8.4 src/Entity/Pet.php \Drupal\pet\Entity\Pet::getMailbody()

Overrides PetInterface::getMailbody

File

src/Entity/Pet.php, line 327

Class

Pet
Defines pet entity class.

Namespace

Drupal\pet\Entity

Code

public function getMailbody() {
  return $this
    ->get('mail_body')->value;
}