You are here

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

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

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

Whether an event allows a wait list.

File

src/EventManagerInterface.php, line 58

Class

EventManagerInterface
Event manager for RNG.

Namespace

Drupal\rng

Code

const FIELD_WAIT_LIST = 'rng_wait_list';