public function EventTypeInterface::setRegistrantEmailField in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::setRegistrantEmailField()
Set the machine name of an email field on the registrant to use for sync.
Parameters
string $registrant_email_field:
Return value
static Return this event type for chaining.
1 method overrides EventTypeInterface::setRegistrantEmailField()
- RngEventType::setRegistrantEmailField in src/
Entity/ RngEventType.php - @inheritDoc
File
- src/
Entity/ EventTypeInterface.php, line 130
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function setRegistrantEmailField($registrant_email_field);