constant EventManagerInterface::FIELD_REGISTRATION_TYPE in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_REGISTRATION_TYPE
- 3.x src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_REGISTRATION_TYPE
ID of an `entity_reference` field attached to an event bundle.
Specifies the registration type of registrations that can be created for an event. This field references registration_type entities.
File
- src/
EventManagerInterface.php, line 18
Class
- EventManagerInterface
- Event manager for RNG.
Namespace
Drupal\rngCode
const FIELD_REGISTRATION_TYPE = 'rng_registration_type';