Example #1
0
 public function setActions(FieldList $actions)
 {
     $this->_actions = $actions;
     $this->_actions->setName('_actions');
     $this->_actions->setForm($this);
     $this->fireEvent('form.actions-setted', [$this->_actions]);
     $this->selectActions();
     return $this;
 }