public function GroupTypeInterface::getCreatorRoleIds in Group 2.0.x
Same name and namespace in other branches
- 8 src/Entity/GroupTypeInterface.php \Drupal\group\Entity\GroupTypeInterface::getCreatorRoleIds()
Gets the IDs of the group roles a group creator should receive.
Return value
string The IDs of the group role the group creator should receive.
1 method overrides GroupTypeInterface::getCreatorRoleIds()
- GroupType::getCreatorRoleIds in src/
Entity/ GroupType.php - Gets the IDs of the group roles a group creator should receive.
File
- src/
Entity/ GroupTypeInterface.php, line 125
Class
- GroupTypeInterface
- Provides an interface defining a group type entity.
Namespace
Drupal\group\EntityCode
public function getCreatorRoleIds();