You are here

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

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

Builds a entity query for registrants associated to registrations referencing this event.

Parameters

string $entity_type_id: The registrant entity type, or NULL to get all.

Return value

\Drupal\Core\Entity\Query\QueryInterface An entity query.

1 method overrides EventMetaInterface::buildRegistrantQuery()
EventMeta::buildRegistrantQuery in src/EventMeta.php
Builds a entity query for registrants associated to registrations referencing this event.

File

src/EventMetaInterface.php, line 289

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function buildRegistrantQuery($entity_type_id = NULL);