You are here

public function GroupContentType::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.

Overrides GroupContentTypeInterface::getRelationPluginId

2 calls to GroupContentType::getRelationPluginId()
GroupContentType::getRelationPlugin in src/Entity/GroupContentType.php
Gets the group relation plugin the content type uses.
GroupContentType::postSave in src/Entity/GroupContentType.php
Acts on a saved entity before the insert or update hook is invoked.

File

src/Entity/GroupContentType.php, line 162

Class

GroupContentType
Defines the Group content type configuration entity.

Namespace

Drupal\group\Entity

Code

public function getRelationPluginId() {
  return $this->content_plugin;
}