You are here

public function GroupInterface::getDependentGroups in RNG - Events and Registrations 8

Get required groups.

Groups required for this group to be added to a registration.

Return value

\Drupal\rng\GroupInterface[] Groups required for this group.

1 method overrides GroupInterface::getDependentGroups()
Group::getDependentGroups in src/Entity/Group.php
Get required groups.

File

src/GroupInterface.php, line 84

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng

Code

public function getDependentGroups();