You are here

public function RegistrationInterface::getGroups in RNG - Events and Registrations 8

Get groups for the registration.

Return value

\Drupal\rng\GroupInterface[] An array of registration_group entities.

1 method overrides RegistrationInterface::getGroups()
Registration::getGroups in src/Entity/Registration.php
Get groups for the registration.

File

src/RegistrationInterface.php, line 96

Class

RegistrationInterface
Provides an interface defining a Registration entity.

Namespace

Drupal\rng

Code

public function getGroups();