public function EventTypeInterface::getDefaultRegistrantType in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getDefaultRegistrantType()
Registrant type for new registrants associated with this event type.
Return value
string|null The Registrant type used for new registrants associated with this event type.
1 method overrides EventTypeInterface::getDefaultRegistrantType()
- RngEventType::getDefaultRegistrantType in src/
Entity/ RngEventType.php - Registrant type for new registrants associated with this event type.
File
- src/
Entity/ EventTypeInterface.php, line 194
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getDefaultRegistrantType();