You are here

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

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

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

The absolute maximum number of registrants that can be signed up for an event. A negative or missing value indicates unlimited capacity.

File

src/EventManagerInterface.php, line 42

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_REGISTRANTS_CAPACITY = 'rng_registrants_capacity';