You are here

public function GroupInterface::getDependentGroups in RNG - Events and Registrations 3.x

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

Get required groups.

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

Return value

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

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

File

src/Entity/GroupInterface.php, line 84

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng\Entity

Code

public function getDependentGroups();