You are here

protected property DataFieldRow::$replacementAliases in Zircon Profile 8

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

Stores an array of prepared field aliases from options.

Type: array

File

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

Class

DataFieldRow
Plugin which displays fields as raw data.

Namespace

Drupal\rest\Plugin\views\row

Code

protected $replacementAliases = array();