You are here

public function GroupContentInterface::getRelationPlugin in Group 2.0.x

Returns the group relation plugin that handles the group content.

Return value

\Drupal\group\Plugin\Group\Relation\GroupRelationInterface

1 method overrides GroupContentInterface::getRelationPlugin()
GroupContent::getRelationPlugin in src/Entity/GroupContent.php
Returns the group relation 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\Entity

Code

public function getRelationPlugin();