public function GroupContentEnablerInterface::getEntityReferenceSettings in Group 8
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 GroupContentEnablerInterface::getEntityReferenceSettings()
- GroupContentEnablerBase::getEntityReferenceSettings in src/
Plugin/ GroupContentEnablerBase.php - Returns a list of entity reference field settings.
File
- src/
Plugin/ GroupContentEnablerInterface.php, line 341
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function getEntityReferenceSettings();