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

Breadcrumb

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

function DataEntityRow::query

Overrides RowPluginBase::query

File

core/modules/rest/src/Plugin/views/row/DataEntityRow.php, line 152

Class

DataEntityRow
Plugin which displays entities as raw data.

Namespace

Drupal\rest\Plugin\views\row

Code

public function query() {
    parent::query();
    $this->getEntityTranslationRenderer()
        ->query($this->view
        ->getQuery());
}

API Navigation

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