public function ResultRow::resetEntityData in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/ResultRow.php \Drupal\views\ResultRow::resetEntityData()
Resets the _entity and _relationship_entities properties.
File
- core/
modules/ views/ src/ ResultRow.php, line 51 - Contains \Drupal\views\ResultRow.
Class
- ResultRow
- A class representing a view result row.
Namespace
Drupal\viewsCode
public function resetEntityData() {
$this->_entity = NULL;
$this->_relationship_entities = [];
}