Home
last modified time | relevance | path

Searched refs:addSubForm (Results 1 – 13 of 13) sorted by relevance

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/forms/Config/
H A DGeneralConfigForm.php35 $this->addSubForm($appConfigForm->create($formData));
36 $this->addSubForm($loggingConfigForm->create($formData));
37 $this->addSubForm($themingConfigForm->create($formData));
38 $this->addSubForm($domainConfigForm->create($formData));
H A DUserBackendConfigForm.php301 $this->addSubForm($this->getBackendForm($backendType)->create($formData), 'backend_form');
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/
H A DChoiceType.php77 $this->addSubForm($builder, 'placeholder', $placeholderView, $options);
379 $this->addSubForm($builder, $name, $choiceView, $options);
383 …private function addSubForm(FormBuilderInterface $builder, $name, ChoiceView $choiceView, array $o… function in Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/
H A DChoiceType.php77 $this->addSubForm($builder, 'placeholder', $placeholderView, $options);
379 $this->addSubForm($builder, $name, $choiceView, $options);
383 …private function addSubForm(FormBuilderInterface $builder, $name, ChoiceView $choiceView, array $o… function in Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/forms/Setup/
H A DTransportPage.php24 $this->addSubForm($transportConfigForm, 'transport_form');
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/setup/application/forms/
H A DUserGroupBackendPage.php111 $this->addSubForm($backendForm, 'backend_form');
H A DAuthBackendPage.php127 $this->addSubForm($backendForm, 'backend_form');
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/application/forms/
H A DBasketForm.php72 $this->addSubForm($sub, 'objects');
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/forms/Config/UserGroup/
H A DUserGroupBackendForm.php202 $this->addSubForm($this->getBackendForm($backendType)->create($formData), 'backend_form');
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/monitoring/application/forms/Config/
H A DTransportConfigForm.php258 … $this->addSubForm($this->getTransportForm($transportType)->create($formData), 'transport_form');
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Web/
H A DForm.php871 public function addSubForm(Zend_Form $form, $name = null, $order = null) function in Icinga\\Web\\Form
885 return parent::addSubForm($form, $name, $order);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/
H A DForm.php1615 public function addSubForm(Zend_Form $form, $name, $order = null) function in Zend_Form
1670 $this->addSubForm($spec, $name);
1691 $this->addSubForm($subForm, $name, $order);
3158 $this->addSubForm($value, $name);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/forms/Navigation/
H A DNavigationConfigForm.php673 $this->addSubForm($itemForm, 'item_form');