You are here

public function GroupTypeInterface::getCreatorRoleIds in Group 8

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

Code

public function getCreatorRoleIds();