Overrides BlockPluginTrait::blockForm
public function blockForm($form, FormStateInterface $form_state) { if ($this->displaySet) { return $this->view->display_handler ->blockForm($this, $form, $form_state); } return []; }