You are here

public function Pet::setMailbodyPlain in Previewable email templates 8.4

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

Overrides PetInterface::setMailbodyPlain

File

src/Entity/Pet.php, line 349

Class

Pet
Defines pet entity class.

Namespace

Drupal\pet\Entity

Code

public function setMailbodyPlain($mail_body_plain) {
  $this
    ->set('mail_body_plain', $mail_body_plain);
  return $this;
}