You are here

public function GroupContentEnablerInterface::getContentTypeLabel in Group 8

Returns the administrative label for a group content type.

Return value

string The group content type label.

1 method overrides GroupContentEnablerInterface::getContentTypeLabel()
GroupContentEnablerBase::getContentTypeLabel in src/Plugin/GroupContentEnablerBase.php
Returns the administrative label for a group content type.

File

src/Plugin/GroupContentEnablerInterface.php, line 163

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getContentTypeLabel();