You are here

public function GroupContentEnablerBase::getDescription in Group 8

Returns the administrative description for the plugin.

Return value

string The plugin description.

Overrides GroupContentEnablerInterface::getDescription

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

File

src/Plugin/GroupContentEnablerBase.php, line 73

Class

GroupContentEnablerBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin

Code

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