You are here

protected property DataFieldRow::$rawOutputOptions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/rest/src/Plugin/views/row/DataFieldRow.php \Drupal\rest\Plugin\views\row\DataFieldRow::rawOutputOptions

Stores an array of options to determine if the raw field output is used.

Type: array

File

core/modules/rest/src/Plugin/views/row/DataFieldRow.php, line 46
Contains \Drupal\rest\Plugin\views\row\DataFieldRow.

Class

DataFieldRow
Plugin which displays fields as raw data.

Namespace

Drupal\rest\Plugin\views\row

Code

protected $rawOutputOptions = array();