You are here

public function GroupContentEnablerInterface::getEntityReferenceDescription in Group 8

Returns the description for the entity reference field.

This allows you to specify the description for the entity reference field pointing to the entity that is to become group content.

Return value

string|null The description for the entity reference field or NULL if none was set.

1 method overrides GroupContentEnablerInterface::getEntityReferenceDescription()
GroupContentEnablerBase::getEntityReferenceDescription in src/Plugin/GroupContentEnablerBase.php
Returns the description for the entity reference field.

File

src/Plugin/GroupContentEnablerInterface.php, line 326

Class

GroupContentEnablerInterface
Defines an interface for pluggable GroupContentEnabler back-ends.

Namespace

Drupal\group\Plugin

Code

public function getEntityReferenceDescription();