/**
  * {@inheritdoc}
  */
 public function getForm(ViewStorageInterface $view, $display_id, $js, $type = NULL)
 {
     $this->setType($type);
     return parent::getForm($view, $display_id, $js);
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function getForm(ViewEntityInterface $view, $display_id, $js, $type = NULL, $id = NULL)
 {
     $this->setType($type);
     $this->setID($id);
     return parent::getForm($view, $display_id, $js);
 }