public function GroupInterface::isUserGenerated in RNG - Events and Registrations 8
Determine if a module created the group.
Return value
boolean Whether the group is user created.
1 method overrides GroupInterface::isUserGenerated()
- Group::isUserGenerated in src/
Entity/ Group.php - Determine if a module created the group.
File
- src/
GroupInterface.php, line 36
Class
- GroupInterface
- Provides an interface defining a registration group entity.
Namespace
Drupal\rngCode
public function isUserGenerated();