You are here

public function GroupContentTypeInterface::getGroupType in Group 2.0.x

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

Gets the group type the content type was created for.

Return value

\Drupal\group\Entity\GroupTypeInterface The group type for which the content type was created.

1 method overrides GroupContentTypeInterface::getGroupType()
GroupContentType::getGroupType in src/Entity/GroupContentType.php
Gets the group type the content type was created for.

File

src/Entity/GroupContentTypeInterface.php, line 19

Class

GroupContentTypeInterface
Provides an interface defining a group content type entity.

Namespace

Drupal\group\Entity

Code

public function getGroupType();