You are here

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

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

Gets configuration for maximum permitted registrants on this event.

Return value

int|EventMetaInterfaceCAPACITY_UNLIMITED Maximum amount of registrants (>= 0), or unlimited.

1 method overrides EventMetaInterface::getRegistrantCapacity()
EventMeta::getRegistrantCapacity in src/EventMeta.php
Gets configuration for maximum permitted registrants on this event.

File

src/EventMetaInterface.php, line 129

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getRegistrantCapacity();