You are here

public function GroupContentEnablerInterface::getContentTypeDescription in Group 8

Returns the administrative description for a group content type.

Return value

string The group content type description.

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

File

src/Plugin/GroupContentEnablerInterface.php, line 171

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getContentTypeDescription();