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