public function GroupInterface::getConflictingGroups in RNG - Events and Registrations 8
Get conflicting groups.
Groups which cannot exist on a registration for this for this group to be added.
Return value
\Drupal\rng\GroupInterface[] Groups that conflict with this group.
1 method overrides GroupInterface::getConflictingGroups()
- Group::getConflictingGroups in src/
Entity/ Group.php - Get conflicting groups.
File
- src/
GroupInterface.php, line 95
Class
- GroupInterface
- Provides an interface defining a registration group entity.
Namespace
Drupal\rngCode
public function getConflictingGroups();