You are here

constant EventMetaInterface::CAPACITY_UNLIMITED in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::CAPACITY_UNLIMITED
  2. 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::CAPACITY_UNLIMITED

Value indicating unlimited registration capacity for an event.

File

src/EventMetaInterface.php, line 17

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

const CAPACITY_UNLIMITED = -1;