public function GroupTypeInterface::getRoleIds in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupTypeInterface.php \Drupal\group\Entity\GroupTypeInterface::getRoleIds()
Gets the role IDs.
Parameters
bool $include_internal: (optional) Whether to include internal roles in the result. Defaults to TRUE.
Return value
string[] The ids of the group roles this group type uses.
1 method overrides GroupTypeInterface::getRoleIds()
- GroupType::getRoleIds in src/
Entity/ GroupType.php - Gets the role IDs.
File
- src/
Entity/ GroupTypeInterface.php, line 45
Class
- GroupTypeInterface
- Provides an interface defining a group type entity.
Namespace
Drupal\group\EntityCode
public function getRoleIds($include_internal = TRUE);