You are here

function EventTypeInterface::getDefaultRegistrantType in RNG - Events and Registrations 8

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()
EventType::getDefaultRegistrantType in src/Entity/EventType.php
Registrant type for new registrants associated with this event type.

File

src/EventTypeInterface.php, line 85

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng

Code

function getDefaultRegistrantType();