You are here

protected property ResourceFieldEntity::$formatter in RESTful 7.2

Used for rendering the value of a configurable field using Drupal field API's formatter. The value is the $display value that is passed to field_view_field().

Type: array

File

src/Plugin/resource/Field/ResourceFieldEntity.php, line 62
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

protected $formatter;