public property ResultRow::$_relationship_parent_indices in Search API 8
Array keeping track of the reference tree followed to obtain properties.
Keyed by combined property path.
Type: int[][]
File
- src/
Plugin/ views/ ResultRow.php, line 61
Class
- ResultRow
- A class representing a result row of a Search API-based view.
Namespace
Drupal\search_api\Plugin\viewsCode
public $_relationship_parent_indices = [];