diff --git a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php b/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php index 7a00200..93e8c4a 100644 --- a/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php +++ b/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php @@ -2309,7 +2309,7 @@ public function buildRenderable(array $args = []) { '#arguments' => $args, '#embed' => FALSE, '#pre_render' => ['views_pre_render_view_element', [$this, 'elementPreRender']], - '#view_executable' => $this->view, + '#view' => $this->view, ]; }