You are here

public function RegistrationInterface::canAddRegistrants 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::canAddRegistrants()

Check to determine whether all registrants have been set on a registration.

Return value

bool Whether a registration can add new registrants.

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

File

src/Entity/RegistrationInterface.php, line 173

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng\Entity

Code

public function canAddRegistrants();