public function GroupContentInterface::getContentPlugin in Group 8
Returns the content enabler plugin that handles the group content.
Return value
\Drupal\group\Plugin\GroupContentEnablerInterface
1 method overrides GroupContentInterface::getContentPlugin()
- GroupContent::getContentPlugin in src/
Entity/ GroupContent.php - Returns the content enabler plugin that handles the group content.
File
- src/
Entity/ GroupContentInterface.php, line 42
Class
- GroupContentInterface
- Provides an interface defining a Group content entity.
Namespace
Drupal\group\EntityCode
public function getContentPlugin();