You are here

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

Same name and namespace in other branches
  1. 8 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_REGISTRATION_GROUPS
  2. 3.x src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_REGISTRATION_GROUPS

ID of an `entity_reference` field attached to an event bundle.

Specifies the groups that are applied to new registrations. This field references registration_group entities.

File

src/EventManagerInterface.php, line 27

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_REGISTRATION_GROUPS = 'rng_registration_groups';