public function GroupContentTypeInterface::getGroupType in Group 8
Same name and namespace in other branches
- 2.0.x 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\EntityCode
public function getGroupType();