Initialize the plugin.
\Drupal\views\ViewExecutable $view: The view object.
\Drupal\views\Plugin\views\display\DisplayPluginBase $display: The display handler.
array $options: The options configured for this plugin.
public function init(ViewExecutable $view, DisplayPluginBase $display, array &$options = NULL) {
$this
->setOptionDefaults($this->options, $this
->defineOptions());
$this->view = $view;
$this->displayHandler = $display;
$this
->unpackOptions($this->options, $options);
}