Method | Description | |
---|---|---|
it_adds_user_form_type_and_create_user_check ( Symfony\Component\Form\FormEvent $event, |
||
it_does_not_remove_user_form_type_if_users_data_is_not_submitted_and_user_is_created ( Symfony\Component\Form\FormEvent $event, |
||
it_does_not_remove_user_form_type_if_users_data_is_submitted_and_user_data_is_created ( Symfony\Component\Form\FormEvent $event, |
||
it_does_not_remove_user_form_type_if_users_data_is_submitted_and_user_is_not_created ( Symfony\Component\Form\FormEvent $event, |
||
it_is_event_subscriber_instance ( ) | ||
it_is_initializable ( ) | ||
it_remove_user_form_type_if_users_data_is_not_submitted_and_user_is_not_created ( Symfony\Component\Form\FormEvent $event, |
||
it_removes_user_form_type_by_default ( Symfony\Component\Form\FormEvent $event, |
||
it_throws_invalid_argument_exception_when_forms_normalized_data_does_not_implement_user_aware_interface ( Symfony\Component\Form\FormEvent $event, |
||
let ( ) |
public it_adds_user_form_type_and_create_user_check ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form |
public it_does_not_remove_user_form_type_if_users_data_is_not_submitted_and_user_is_created ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form | ||
$customer | Sylius\Component\User\Model\UserAwareInterface | |
$user | Sylius\Component\User\Model\UserInterface |
public it_does_not_remove_user_form_type_if_users_data_is_submitted_and_user_data_is_created ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form | ||
$customer | Sylius\Component\User\Model\UserAwareInterface | |
$user | Sylius\Component\User\Model\UserInterface |
public it_does_not_remove_user_form_type_if_users_data_is_submitted_and_user_is_not_created ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form | ||
$customer | Sylius\Component\User\Model\UserAwareInterface |
public it_remove_user_form_type_if_users_data_is_not_submitted_and_user_is_not_created ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form | ||
$customer | Sylius\Component\User\Model\UserAwareInterface |
public it_removes_user_form_type_by_default ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form | ||
$customer | Sylius\Component\User\Model\UserAwareInterface |
public it_throws_invalid_argument_exception_when_forms_normalized_data_does_not_implement_user_aware_interface ( Symfony\Component\Form\FormEvent $event, |
||
$event | Symfony\Component\Form\FormEvent | |
$form | ||
$user | Sylius\Component\User\Model\UserInterface |