Gets the current style plugin.
\Drupal\views\Plugin\views\style\StylePluginBase The current style plugin.
public function getStyle() { if (!isset($this->style_plugin)) { $this->initStyle(); } return $this->style_plugin; }