You are here

public function GroupInterface::getConflictingGroups 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::getConflictingGroups()

Get conflicting groups.

Groups which cannot exist on a registration for this for this group to be added.

Return value

\Drupal\rng\Entity\GroupInterface[] Groups that conflict with this group.

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

File

src/Entity/GroupInterface.php, line 95

Class

GroupInterface
Provides an interface defining a registration group entity.

Namespace

Drupal\rng\Entity

Code

public function getConflictingGroups();