You are here

public function GroupRelationBase::getContentTypeDescription in Group 2.0.x

Returns the administrative description for a group content type.

Return value

string The group content type description.

Overrides GroupRelationInterface::getContentTypeDescription

File

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

Class

GroupRelationBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin\Group\Relation

Code

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