You are here

constant EventManagerInterface::FIELD_EMAIL_REPLY_TO in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 8 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_EMAIL_REPLY_TO
  2. 3.x src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_EMAIL_REPLY_TO

ID of an `email` field attached to an event bundle.

Reply-to address for e-mails sent from an event.

File

src/EventManagerInterface.php, line 65

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_EMAIL_REPLY_TO = 'rng_reply_to';