You are here

protected property CallbackFieldRow::$rawOutputOptions in Search Autocomplete 8

Same name and namespace in other branches
  1. 2.x src/Plugin/views/row/CallbackFieldRow.php \Drupal\search_autocomplete\Plugin\views\row\CallbackFieldRow::rawOutputOptions

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

Type: array

File

src/Plugin/views/row/CallbackFieldRow.php, line 41

Class

CallbackFieldRow
Plugin which displays fields as raw data.

Namespace

Drupal\search_autocomplete\Plugin\views\row

Code

protected $rawOutputOptions = [];