protected static property ResultRow::$lazyLoad in Search API 8
The lazy-loaded properties, as property names mapped to item methods.
Type: string[]
File
- src/
Plugin/ views/ ResultRow.php, line 23
Class
- ResultRow
- A class representing a result row of a Search API-based view.
Namespace
Drupal\search_api\Plugin\viewsCode
protected static $lazyLoad = [
'search_api_id' => 'getId',
'search_api_datasource' => 'getDatasourceId',
'search_api_language' => 'getLanguage',
'search_api_relevance' => 'getScore',
'search_api_excerpt' => 'getExcerpt',
];