You are here

public function EventMetaInterface::allowWaitList in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::allowWaitList()

Checks if a registrant is allowed to register on a wait list on this event.

Return value

bool Whether wait list registrations are allowed.

1 method overrides EventMetaInterface::allowWaitList()
EventMeta::allowWaitList in src/EventMeta.php
Checks if a registrant is allowed to register on a wait list on this event.

File

src/EventMetaInterface.php, line 147

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function allowWaitList();