You are here

public function GroupContentTypeInterface::getGroupTypeId in Group 2.0.x

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

Gets the group type ID the content type was created for.

Return value

string The group type ID for which the content type was created.

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

File

src/Entity/GroupContentTypeInterface.php, line 27

Class

GroupContentTypeInterface
Provides an interface defining a group content type entity.

Namespace

Drupal\group\Entity

Code

public function getGroupTypeId();