You are here

public function EventMetaInterface::getReplyTo in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getReplyTo()
  2. 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getReplyTo()

Get the reply-to e-mail address for mails sent from this event.

Return value

string

1 method overrides EventMetaInterface::getReplyTo()
EventMeta::getReplyTo in src/EventMeta.php
Get the reply-to e-mail address for mails sent from this event.

File

src/EventMetaInterface.php, line 64

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getReplyTo();