Method | Description | |
---|---|---|
it_adds_code_with_label_sylius_ui_code_by_default ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
it_adds_code_with_specified_type ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
it_adds_code_with_specified_type_and_label ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
it_adds_code_with_type_text_by_default ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
it_implements_event_subscriber_interface ( ) | ||
it_is_initializable ( ) | ||
it_sets_code_as_disabled_when_resource_is_not_new ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
it_sets_code_as_enabled_when_resource_is_new ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
it_sets_code_as_enabled_when_there_is_no_resource ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form ) | ||
it_subscribes_to_event ( ) | ||
it_throws_exception_when_resource_does_not_implement_code_aware_interface ( Symfony\Component\Form\FormEvent $event, $object ) |
public it_adds_code_with_label_sylius_ui_code_by_default ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface | |
$resource | Sylius\Component\Resource\Model\CodeAwareInterface |
public it_adds_code_with_specified_type ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface | |
$resource | Sylius\Component\Resource\Model\CodeAwareInterface |
public it_adds_code_with_specified_type_and_label ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface | |
$resource | Sylius\Component\Resource\Model\CodeAwareInterface |
public it_adds_code_with_type_text_by_default ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface | |
$resource | Sylius\Component\Resource\Model\CodeAwareInterface |
public it_implements_event_subscriber_interface ( ) |
public it_sets_code_as_disabled_when_resource_is_not_new ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface | |
$resource | Sylius\Component\Resource\Model\CodeAwareInterface |
public it_sets_code_as_enabled_when_resource_is_new ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form, Sylius\Component\Resource\Model\CodeAwareInterface $resource ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface | |
$resource | Sylius\Component\Resource\Model\CodeAwareInterface |
public it_sets_code_as_enabled_when_there_is_no_resource ( Symfony\Component\Form\FormEvent $event, Symfony\Component\Form\FormInterface $form ) | ||
$event | Symfony\Component\Form\FormEvent | |
$form | Symfony\Component\Form\FormInterface |
public it_throws_exception_when_resource_does_not_implement_code_aware_interface ( Symfony\Component\Form\FormEvent $event, $object ) | ||
$event | Symfony\Component\Form\FormEvent |