You are here

public function GroupRelationBase::getDescription in Group 2.0.x

Returns the administrative description for the plugin.

Return value

string The plugin description.

Overrides GroupRelationInterface::getDescription

1 call to GroupRelationBase::getDescription()
GroupRelationBase::getContentTypeDescription in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the administrative description for a group content type.

File

src/Plugin/Group/Relation/GroupRelationBase.php, line 70

Class

GroupRelationBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getDescription() {
  return $this->pluginDefinition['description'];
}