You are here

public function TemplateInterface::setReplyTo in Workbench Email 8

Same name and namespace in other branches
  1. 2.x src/TemplateInterface.php \Drupal\workbench_email\TemplateInterface::setReplyTo()

Sets the reply-to.

Parameters

string $replyTo: Template reply-to.

Return value

self Called instance.

1 method overrides TemplateInterface::setReplyTo()
Template::setReplyTo in src/Entity/Template.php
Sets the reply-to.

File

src/TemplateInterface.php, line 69

Class

TemplateInterface
Provides an interface for defining Email Template entities.

Namespace

Drupal\workbench_email

Code

public function setReplyTo($replyTo);