You are here

public function GroupContentEnablerBase::getContentTypeDescription in Group 8

Returns the administrative description for a group content type.

Return value

string The group content type description.

Overrides GroupContentEnablerInterface::getContentTypeDescription

File

src/Plugin/GroupContentEnablerBase.php, line 191

Class

GroupContentEnablerBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin

Code

public function getContentTypeDescription() {
  return $this
    ->getDescription();
}