You are here

public function ContactEmailInterface::getReplyTo in Contact Emails 8

Get the reply-to email address.

Parameters

\Drupal\contact\MessageInterface $message: The contact message.

Return value

string The reply-to email address.

1 method overrides ContactEmailInterface::getReplyTo()
ContactEmail::getReplyTo in src/Entity/ContactEmail.php
Get the reply-to email address.

File

src/Entity/ContactEmailInterface.php, line 69

Class

ContactEmailInterface
Provides an interface defining a Contact Email entity.

Namespace

Drupal\contact_emails\Entity

Code

public function getReplyTo(MessageInterface $message);