You are here

public function Template::getReplyTo in Workbench Email 2.x

Same name and namespace in other branches
  1. 8 src/Entity/Template.php \Drupal\workbench_email\Entity\Template::getReplyTo()

Gets the template reply-to.

Return value

string Template reply-to.

Overrides TemplateInterface::getReplyTo

File

src/Entity/Template.php, line 139

Class

Template
Defines the Email Template entity.

Namespace

Drupal\workbench_email\Entity

Code

public function getReplyTo() {
  return $this->replyTo;
}