You are here

public function GroupType::getCreatorRoleIds in Group 8

Same name and namespace in other branches
  1. 2.0.x 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\Entity

Code

public function getCreatorRoleIds() {
  return $this->creator_roles;
}