public function GroupType::getCreatorRoleIds in Group 2.0.x
Same name and namespace in other branches
- 8 src/Entity/GroupType.php \Drupal\group\Entity\GroupType::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.
Overrides GroupTypeInterface::getCreatorRoleIds
File
- src/
Entity/ GroupType.php, line 245
Class
- GroupType
- Defines the Group type configuration entity.
Namespace
Drupal\group\EntityCode
public function getCreatorRoleIds() {
return $this->creator_roles;
}