public function EventTypeInterface::getRegistrantEmailField in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getRegistrantEmailField()
Gets the machine name of field containing email on registrant to use for sync.
Return value
string The setting.
1 method overrides EventTypeInterface::getRegistrantEmailField()
- RngEventType::getRegistrantEmailField in src/
Entity/ RngEventType.php - @inheritDoc
File
- src/
Entity/ EventTypeInterface.php, line 120
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getRegistrantEmailField();