You are here

public function Pet::setReplyTo in Previewable email templates 8.3

Overrides PetInterface::setReplyTo

File

src/Entity/Pet.php, line 540

Class

Pet
Defines the pet entity.

Namespace

Drupal\pet\Entity

Code

public function setReplyTo($reply_to) {
  $this
    ->set('reply_to', $reply_to);
  return $this;
}