public EntityViewBuilderInterface::viewFieldItem(FieldItemInterface $item, $display_options = array())
Builds a renderable array for a single field item.
\Drupal\Core\Field\FieldItemInterface $item: FieldItem to be displayed.
string|array $display_options: Can be either the name of a view mode, or an array of display settings. See EntityViewBuilderInterface::viewField() for more information.
array A renderable array for the field item.
\Drupal\Core\Entity\EntityViewBuilderInterface::viewField()
public function viewFieldItem(FieldItemInterface $item, $display_options = array());
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityViewBuilderInterface.php/function/EntityViewBuilderInterface::viewFieldItem/8.1.x