You are here

public function GroupRelationInterface::getContentTypeLabel in Group 2.0.x

Returns the administrative label for a group content type.

Return value

string The group content type label.

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

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getContentTypeLabel();