You are here

public function GroupRelationInterface::getEntityReferenceSettings in Group 2.0.x

Returns a list of entity reference field settings.

This allows you to provide some handler settings for the entity reference field pointing to the entity that is to become group content. You could even change the handler being used, all without having to alter the bundle field settings yourself through an alter hook.

Return value

array An associative array where the keys are valid entity reference field setting names and the values are the corresponding setting for each key. Often used keys are 'target_type', 'handler' and 'handler_settings'.

1 method overrides GroupRelationInterface::getEntityReferenceSettings()
GroupRelationBase::getEntityReferenceSettings in src/Plugin/Group/Relation/GroupRelationBase.php
Returns a list of entity reference field settings.

File

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

Class

GroupRelationInterface
Defines an interface for pluggable GroupRelation back-ends.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getEntityReferenceSettings();