diff --git a/core/modules/rest/src/Plugin/views/row/DataEntityRow.php b/core/modules/rest/src/Plugin/views/row/DataEntityRow.php index 8c628fe..0d5f36b 100644 --- a/core/modules/rest/src/Plugin/views/row/DataEntityRow.php +++ b/core/modules/rest/src/Plugin/views/row/DataEntityRow.php @@ -112,4 +112,11 @@ protected function getView() { return $this->view; } + /** + * {@inheritdoc} + */ + public function query() { + parent::query(); + $this->getEntityTranslationRenderer()->query($this->view->getQuery()); + } }