You are here

public function GroupContentInterface::getGroupContentType in Group 2.0.x

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

Returns the group content type entity the group content uses.

Return value

\Drupal\group\Entity\GroupContentTypeInterface

1 method overrides GroupContentInterface::getGroupContentType()
GroupContent::getGroupContentType in src/Entity/GroupContent.php
Returns the group content type entity the group content uses.

File

src/Entity/GroupContentInterface.php, line 21

Class

GroupContentInterface
Provides an interface defining a Group content entity.

Namespace

Drupal\group\Entity

Code

public function getGroupContentType();