You are here

public function GroupContentTypeInterface::getRelationPluginId in Group 2.0.x

Gets the group relation plugin ID the content type uses.

Return value

string The group relation plugin ID the content type uses.

1 method overrides GroupContentTypeInterface::getRelationPluginId()
GroupContentType::getRelationPluginId in src/Entity/GroupContentType.php
Gets the group relation 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\Entity

Code

public function getRelationPluginId();