You are here

protected property SearchApiFieldTrait::$overriddenValues in Search API 8

Contains overridden values to be returned on the next getValue() call.

The values are keyed by the field given as $field in the call, so that it's possible to return different values based on the field.

Type: array

See also

SearchApiFieldTrait::getValue()

File

src/Plugin/views/field/SearchApiFieldTrait.php, line 75

Class

SearchApiFieldTrait
Provides a trait to use for Search API Views field handlers.

Namespace

Drupal\search_api\Plugin\views\field

Code

protected $overriddenValues = [];