You are here

public function GroupRelationInterface::getGroupTypeId in Group 2.0.x

Returns the ID of the group type the plugin was instantiated for.

Return value

string|null The group type ID, if set in the plugin configuration.

1 method overrides GroupRelationInterface::getGroupTypeId()
GroupRelationBase::getGroupTypeId in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the ID of the group type the plugin was instantiated for.

File

src/Plugin/Group/Relation/GroupRelationInterface.php, line 101

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getGroupTypeId();