You are here

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

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

ID of a 'boolean' field attached to an event bundle.

Whether FIELD_REGISTRANTS_CAPACITY include confirmed registrations only (TRUE) or all registrations, including unconfirmed (FALSE).

File

src/EventManagerInterface.php, line 51

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_CAPACITY_CONFIRMED_ONLY = 'rng_capacity_confirmed_only';