Gets the current display plugin.
\Drupal\views\Plugin\views\display\DisplayPluginBase The current display plugin.
public function getDisplay() { if (!isset($this->display_handler)) { $this->initDisplay(); } return $this->display_handler; }