You are here

public function GroupRelationInterface::getEntityBundle in Group 2.0.x

Returns the entity bundle the plugin supports.

Return value

string|false The bundle name or FALSE in case it supports all bundles.

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

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getEntityBundle();