You are here

public function GroupRelationInterface::getEntityTypeId in Group 2.0.x

Returns the entity type ID the plugin supports.

Return value

string The entity type ID.

1 method overrides GroupRelationInterface::getEntityTypeId()
GroupRelationBase::getEntityTypeId in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the entity type ID the plugin supports.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getEntityTypeId();