public function GroupContentTypeInterface::getContentPluginId in Group 8
Gets the content enabler plugin ID the content type uses.
Return value
string The content enabler plugin ID the content type uses.
1 method overrides GroupContentTypeInterface::getContentPluginId()
- GroupContentType::getContentPluginId in src/
Entity/ GroupContentType.php - Gets the content enabler plugin ID the content type uses.
File
- src/
Entity/ GroupContentTypeInterface.php, line 43
Class
- GroupContentTypeInterface
- Provides an interface defining a group content type entity.
Namespace
Drupal\group\EntityCode
public function getContentPluginId();