You are here

public function GroupRelationInterface::getContentTypeDescription in Group 2.0.x

Returns the administrative description for a group content type.

Return value

string The group content type description.

1 method overrides GroupRelationInterface::getContentTypeDescription()
GroupRelationBase::getContentTypeDescription in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the administrative description for a group content type.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getContentTypeDescription();