You are here

protected property SearchApiFieldTrait::$retrievedProperties in Search API 8

Contains the properties needed by this field handler.

The array is keyed by datasource ID (which might be NULL) and property path, the values are the combined property paths.

Type: string[][]

File

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

Class

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

Namespace

Drupal\search_api\Plugin\views\field

Code

protected $retrievedProperties = [];