You are here

public static function RegistrantInterface::getRegistrantsIdsForIdentity in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RegistrantInterface.php \Drupal\rng\Entity\RegistrantInterface::getRegistrantsIdsForIdentity()

Get registrants belonging to an identity.

Parameters

\Drupal\Core\Entity\EntityInterface $identity: An identity entity.

Return value

int[] An array of registrant entity IDs.

1 method overrides RegistrantInterface::getRegistrantsIdsForIdentity()
Registrant::getRegistrantsIdsForIdentity in src/Entity/Registrant.php
Get registrants belonging to an identity.

File

src/Entity/RegistrantInterface.php, line 88

Class

RegistrantInterface
Provides an interface defining a Registrant entity.

Namespace

Drupal\rng\Entity

Code

public static function getRegistrantsIdsForIdentity(EntityInterface $identity);