Overrides \Drupal\views\Plugin\views\display\DisplayPluginBase::execute().
Overrides PathPluginBase::execute
public function execute() {
parent::execute();
$output = $this->view
->render();
return new Response(drupal_render($output), 200, array(
'Content-type' => $this
->getMimeType(),
));
}