You are here

public function GroupRelationInterface::getDescription in Group 2.0.x

Returns the administrative description for the plugin.

Return value

string The plugin description.

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

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getDescription();