You are here

public function GroupContentTypeInterface::getRelationPlugin in Group 2.0.x

Gets the group relation plugin the content type uses.

Return value

\Drupal\group\Plugin\Group\Relation\GroupRelationInterface The group relation plugin the content type uses.

1 method overrides GroupContentTypeInterface::getRelationPlugin()
GroupContentType::getRelationPlugin in src/Entity/GroupContentType.php
Gets the group relation plugin the content type uses.

File

src/Entity/GroupContentTypeInterface.php, line 35

Class

GroupContentTypeInterface
Provides an interface defining a group content type entity.

Namespace

Drupal\group\Entity

Code

public function getRelationPlugin();