You are here

public function GroupInterface::getGroupType in Group 8

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

Returns the group type entity the group uses.

Return value

\Drupal\group\Entity\GroupTypeInterface

1 method overrides GroupInterface::getGroupType()
Group::getGroupType in src/Entity/Group.php
Returns the group type entity the group uses.

File

src/Entity/GroupInterface.php, line 33

Class

GroupInterface
Provides an interface defining a Group entity.

Namespace

Drupal\group\Entity

Code

public function getGroupType();