public function FieldGroupFormatterInterface::settingsSummary in Field Group 8
Same name and namespace in other branches
- 8.3 src/FieldGroupFormatterInterface.php \Drupal\field_group\FieldGroupFormatterInterface::settingsSummary()
Returns a short summary for the current formatter settings.
If an empty result is returned, a UI can still be provided to display a settings form in case the formatter has configurable settings.
Return value
array() A short summary of the formatter settings.
1 method overrides FieldGroupFormatterInterface::settingsSummary()
- FieldGroupFormatterBase::settingsSummary in src/
FieldGroupFormatterBase.php - Returns a short summary for the current formatter settings.
File
- src/
FieldGroupFormatterInterface.php, line 45
Class
- FieldGroupFormatterInterface
- Interface definition for fieldgroup formatter plugins.
Namespace
Drupal\field_groupCode
public function settingsSummary();