You are here

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

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

Checks if a registrant is allowed to register more than once on this event.

Return value

bool Whether duplicate registrants are allowed.

1 method overrides EventMetaInterface::duplicateRegistrantsAllowed()
EventMeta::duplicateRegistrantsAllowed in src/EventMeta.php
Checks if a registrant is allowed to register more than once on this event.

File

src/EventMetaInterface.php, line 72

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function duplicateRegistrantsAllowed();