function DefaultFileFormatter::viewValue
Same name in other branches
- 9 core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php \Drupal\file\Plugin\Field\FieldFormatter\DefaultFileFormatter::viewValue()
- 8.9.x core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php \Drupal\file\Plugin\Field\FieldFormatter\DefaultFileFormatter::viewValue()
- 11.x core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php \Drupal\file\Plugin\Field\FieldFormatter\DefaultFileFormatter::viewValue()
Overrides BaseFieldFileFormatterBase::viewValue
File
-
core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ DefaultFileFormatter.php, line 43
Class
- DefaultFileFormatter
- Formatter for a text field on a file entity that links the field to the file.
Namespace
Drupal\file\Plugin\Field\FieldFormatterCode
protected function viewValue(FieldItemInterface $item) {
return $item->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.