You are here

public property ResultRow::$_relationship_entities in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/ResultRow.php \Drupal\views\ResultRow::_relationship_entities

An array of relationship entities.

Type: \Drupal\Core\Entity\EntityInterface[]

File

core/modules/views/src/ResultRow.php, line 27
Contains \Drupal\views\ResultRow.

Class

ResultRow
A class representing a view result row.

Namespace

Drupal\views

Code

public $_relationship_entities = [];