You are here

public function GroupRelationInterface::getEntityReferenceDescription in Group 2.0.x

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 GroupRelationInterface::getEntityReferenceDescription()
GroupRelationBase::getEntityReferenceDescription in src/Plugin/Group/Relation/GroupRelationBase.php
Returns the description for the entity reference field.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getEntityReferenceDescription();