Метод | Описание | |
---|---|---|
__construct ( Doctrine\Common\Persistence\ObjectRepository $countryRepository, Symfony\Component\Form\FormFactoryInterface $factory ) | ||
getSubscribedEvents ( ) | ||
preSetData ( Symfony\Component\Form\FormEvent $event ) | ||
preSubmit ( Symfony\Component\Form\FormEvent $event ) |
Метод | Описание | |
---|---|---|
createProvinceCodeChoiceForm ( Sylius\Component\Addressing\Model\CountryInterface $country, string | null $provinceCode = null ) : Symfony\Component\Form\FormInterface | ||
createProvinceNameTextForm ( string | null $provinceName = null ) : Symfony\Component\Form\FormInterface |
public __construct ( Doctrine\Common\Persistence\ObjectRepository $countryRepository, Symfony\Component\Form\FormFactoryInterface $factory ) | ||
$countryRepository | Doctrine\Common\Persistence\ObjectRepository | |
$factory | Symfony\Component\Form\FormFactoryInterface |
public preSetData ( Symfony\Component\Form\FormEvent $event ) | ||
$event | Symfony\Component\Form\FormEvent |
public preSubmit ( Symfony\Component\Form\FormEvent $event ) | ||
$event | Symfony\Component\Form\FormEvent |