You are here

public function RegistrationInterface::getRegistrantQty in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getRegistrantQty()

Get the number of registrants assigned to this registration.

Returns the number of registrants with or without identities.

Return value

int The value of the RegistrantQty field.

1 method overrides RegistrationInterface::getRegistrantQty()
Registration::getRegistrantQty in src/Entity/Registration.php
@inheritDoc

File

src/Entity/RegistrationInterface.php, line 149

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function getRegistrantQty();