PHP Class Sylius\Bundle\CoreBundle\Form\EventSubscriber\ChannelFormSubscriber

Author: Grzegorz Sadowski ([email protected])
Inheritance: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Datei anzeigen Open project: sylius/sylius

Public Methods

Method Description
getSubscribedEvents ( )
preSubmit ( Symfony\Component\Form\FormEvent $event )

Private Methods

Method Description
resolveCurrencies ( array $currencies, string $baseCurrency ) : string[]
resolveLocales ( array $locales, string $defaultLocale ) : string[]

Method Details

getSubscribedEvents() public static method

public static getSubscribedEvents ( )

preSubmit() public method

public preSubmit ( Symfony\Component\Form\FormEvent $event )
$event Symfony\Component\Form\FormEvent