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