public function RngEventType::getRegistrantEmailField in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::getRegistrantEmailField()
@inheritDoc
Overrides EventTypeInterface::getRegistrantEmailField
File
- src/
Entity/ RngEventType.php, line 606
Class
- RngEventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
public function getRegistrantEmailField() {
return $this->registrant_email_field;
}