You are here

public function GroupRelationInterface::getLabel in Group 2.0.x

Returns the administrative label for the plugin.

Return value

string The plugin label.

1 method overrides GroupRelationInterface::getLabel()
GroupRelationBase::getLabel in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the administrative label for the plugin.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getLabel();