PHP Класс spec\Sylius\Bundle\CoreBundle\Form\EventSubscriber\ChannelFormSubscriberSpec

Автор: Grzegorz Sadowski ([email protected])
Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_adds_a_base_currency_to_currencies_when_it_is_not_there ( Symfony\Component\Form\FormEvent $event )
it_adds_a_default_locale_and_a_base_currency_when_they_are_not_there ( Symfony\Component\Form\FormEvent $event )
it_adds_a_default_locale_to_locales_when_it_is_not_there ( Symfony\Component\Form\FormEvent $event )
it_appends_a_base_currency_to_currencies_when_it_is_not_there ( Symfony\Component\Form\FormEvent $event )
it_appends_a_default_locale_to_locales_when_it_is_not_there ( Symfony\Component\Form\FormEvent $event )
it_is_an_event_subscriber_instance ( )
it_is_initializable ( )
it_listens_on_pre_submit_data_event ( )

Описание методов

it_adds_a_base_currency_to_currencies_when_it_is_not_there() публичный Метод

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

it_adds_a_default_locale_and_a_base_currency_when_they_are_not_there() публичный Метод

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

it_adds_a_default_locale_to_locales_when_it_is_not_there() публичный Метод

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

it_appends_a_base_currency_to_currencies_when_it_is_not_there() публичный Метод

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

it_appends_a_default_locale_to_locales_when_it_is_not_there() публичный Метод

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

it_is_an_event_subscriber_instance() публичный Метод

it_is_initializable() публичный Метод

public it_is_initializable ( )

it_listens_on_pre_submit_data_event() публичный Метод