Ejemplo n.º 1
0
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath(dirname(__FILE__));
     return $form;
 }
Ejemplo n.º 2
0
 public function getConfigForm()
 {
     return parent::getConfigForm()->addElementPath(dirname(__FILE__));
 }
Ejemplo n.º 3
0
 public function getConfigForm()
 {
     $form = parent::getConfigForm();
     $form->addElementPath($this->app->path->path('elements:fluniversalform/fields'));
     return $form;
 }