You are here

constant EventManagerInterface::FIELD_REGISTRATION_TYPE in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 8 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_REGISTRATION_TYPE
  2. 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 19

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_REGISTRATION_TYPE = 'rng_registration_type';