Exemplo n.º 1
0
 /**
  * @return Forms\SettingForm
  */
 protected function createComponentSettingForm()
 {
     $form = $this->settingFormFactory->create($this->settingFacade->getAvailableSetting(), $this->getDefaultValues());
     $form->onSuccess[] = $this->presenter->lazyLink('this');
     return $form;
 }