You are here

public function GroupRoleInterface::getGroupTypeId in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/GroupRoleInterface.php \Drupal\group\Entity\GroupRoleInterface::getGroupTypeId()

Returns the ID of the group type this role belongs to.

Return value

string The ID of the group type this role belongs to.

1 method overrides GroupRoleInterface::getGroupTypeId()
GroupRole::getGroupTypeId in src/Entity/GroupRole.php
Returns the ID of the group type this role belongs to.

File

src/Entity/GroupRoleInterface.php, line 77

Class

GroupRoleInterface
Provides an interface defining a group role entity.

Namespace

Drupal\group\Entity

Code

public function getGroupTypeId();