You are here

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

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

Gets the template reply-to.

Return value

string Template reply-to.

1 method overrides TemplateInterface::getReplyTo()
Template::getReplyTo in src/Entity/Template.php
Gets the template reply-to.

File

src/TemplateInterface.php, line 36

Class

TemplateInterface
Provides an interface for defining Email Template entities.

Namespace

Drupal\workbench_email

Code

public function getReplyTo();