PHP Class Sylius\Bundle\AddressingBundle\Controller\ProvinceController

Author: Paweł Jędrzejewski ([email protected])
Inheritance: extends Sylius\Bundle\ResourceBundle\Controller\ResourceController
Afficher le fichier Open project: sylius/sylius

Méthodes publiques

Méthode Description
choiceOrTextFieldFormAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse

Méthodes protégées

Méthode Description
createProvinceChoiceForm ( Sylius\Component\Addressing\Model\CountryInterface $country ) : Symfony\Component\Form\FormInterface
createProvinceTextForm ( ) : Symfony\Component\Form\FormInterface

Method Details

choiceOrTextFieldFormAction() public méthode

public choiceOrTextFieldFormAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\JsonResponse

createProvinceChoiceForm() protected méthode

protected createProvinceChoiceForm ( Sylius\Component\Addressing\Model\CountryInterface $country ) : Symfony\Component\Form\FormInterface
$country Sylius\Component\Addressing\Model\CountryInterface
Résultat Symfony\Component\Form\FormInterface

createProvinceTextForm() protected méthode

protected createProvinceTextForm ( ) : Symfony\Component\Form\FormInterface
Résultat Symfony\Component\Form\FormInterface