You are here

constant EventManagerInterface::FIELD_CAPACITY in RNG - Events and Registrations 8

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

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

File

src/EventManagerInterface.php, line 41

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_CAPACITY = 'rng_capacity';