public function EventMetaInterface::getCapacity in RNG - Events and Registrations 8
Gets configuration for maximum permitted registrations on this event.
Return value
integer|EventMetaInterface::CAPACITY_UNLIMITED Maximum amount of registrations (>= 0), or unlimited.
1 method overrides EventMetaInterface::getCapacity()
- EventMeta::getCapacity in src/
EventMeta.php - Gets configuration for maximum permitted registrations on this event.
File
- src/
EventMetaInterface.php, line 128
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
public function getCapacity();