Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ResultRow.php

function ResultRow::resetEntityData

Resets the _entity and _relationship_entities properties.

File

core/modules/views/src/ResultRow.php, line 49

Class

ResultRow
A class representing a view result row.

Namespace

Drupal\views

Code

public function resetEntityData() {
    $this->_entity = NULL;
    $this->_relationship_entities = [];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal