Forms
wedding_person
Form type:
"App\Form\Wedding\WeddingPersonType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\WeddingPerson {#673 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null -position: 0 } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\WeddingPerson {#673 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null -position: 0 } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#806 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#808 …} -namespace: Closure() {#810 …} } |
| data | App\Entity\WeddingPerson {#673 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null -position: 0 } |
| data_class | "App\Entity\WeddingPerson" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#832 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\WeddingPerson" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#834 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#701 …} $message: Closure() {#833 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "wedding_person" "_wedding_person" ] |
| cache_key | "_wedding_person_wedding_person" |
| compound | true |
| data | App\Entity\WeddingPerson {#673 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null -position: 0 } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#909 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1009 …5} |
| full_name | "wedding_person" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "wedding_person" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "wedding_person" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_wedding_person" |
| valid | true |
| value | App\Entity\WeddingPerson {#673 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null -position: 0 } |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-neutral" "placeholder" => "Prénom" ] |
[ "class" => "input-neutral" "placeholder" => "Prénom" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#840 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#841 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#840 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#841 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Prénom à citer" |
same as passed value |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
[ "class" => "mb-3 block text-base font-medium" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-neutral" "placeholder" => "Prénom" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#840 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#841 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#806 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#808 …} -namespace: Closure() {#810 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Prénom à citer" |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#701 …} $message: Closure() {#848 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-neutral" "placeholder" => "Prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_wedding_person_firstName" ] |
| cache_key | "_wedding_person_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1011 -form: Symfony\Component\Form\Form {#912 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1010 …5} |
| full_name | "wedding_person[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "wedding_person_firstName" |
| label | "Prénom à citer" |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_wedding_person_firstName" |
| valid | true |
| value | "" |
relationship
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select-neutral" "placeholder" => "votre lien" ] |
[ "class" => "select-neutral" "placeholder" => "votre lien" ] |
| choices | [ "Père" => "Père" "Mère" => "Mère" "Grand-père" => "Grand-père" "Grand-mère" => "Grand-mère" "Oncle" => "Oncle" "Tante" => "Tante" "Grande soeur" => "Grande soeur" "Petite soeur" => "Petite soeur" "Grand frère" => "Grand frère" "Petit frère" => "Petit frère" "Cousin" => "Cousin" "Cousine" => "Cousine" "Amis" => "Amis" "Amis d'enfance" => "Amis d'enfance" "Collègue" => "Collègue" "Autre" => "Autre" ] |
[ "Père" => "Père" "Mère" => "Mère" "Grand-père" => "Grand-père" "Grand-mère" => "Grand-mère" "Oncle" => "Oncle" "Tante" => "Tante" "Grande soeur" => "Grande soeur" "Petite soeur" => "Petite soeur" "Grand frère" => "Grand frère" "Petit frère" => "Petit frère" "Cousin" => "Cousin" "Cousine" => "Cousine" "Amis" => "Amis" "Amis d'enfance" => "Amis d'enfance" "Collègue" => "Collègue" "Autre" => "Autre" ] |
| empty_data | null |
null
|
| label | "Lien" |
same as passed value |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
[ "class" => "mb-3 block text-base font-medium" ] |
| placeholder | "Sélectionnez une option" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select-neutral" "placeholder" => "votre lien" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Père" => "Père" "Mère" => "Mère" "Grand-père" => "Grand-père" "Grand-mère" => "Grand-mère" "Oncle" => "Oncle" "Tante" => "Tante" "Grande soeur" => "Grande soeur" "Petite soeur" => "Petite soeur" "Grand frère" => "Grand frère" "Petit frère" => "Petit frère" "Cousin" => "Cousin" "Cousine" => "Cousine" "Amis" => "Amis" "Amis d'enfance" => "Amis d'enfance" "Collègue" => "Collègue" "Autre" => "Autre" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#806 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#808 …} -namespace: Closure() {#810 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Lien" |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez une option" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#701 …} $message: Closure() {#867 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select-neutral" "placeholder" => "votre lien" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_wedding_person_relationship" ] |
| cache_key | "_wedding_person_relationship_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1031 +label: "Père" +value: "Père" +data: "Père" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "Mère" +value: "Mère" +data: "Mère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#990 +label: "Grand-père" +value: "Grand-père" +data: "Grand-père" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1053 +label: "Grand-mère" +value: "Grand-mère" +data: "Grand-mère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1054 +label: "Oncle" +value: "Oncle" +data: "Oncle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1055 +label: "Tante" +value: "Tante" +data: "Tante" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1056 +label: "Grande soeur" +value: "Grande soeur" +data: "Grande soeur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1057 +label: "Petite soeur" +value: "Petite soeur" +data: "Petite soeur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "Grand frère" +value: "Grand frère" +data: "Grand frère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1059 +label: "Petit frère" +value: "Petit frère" +data: "Petit frère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1060 +label: "Cousin" +value: "Cousin" +data: "Cousin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1061 +label: "Cousine" +value: "Cousine" +data: "Cousine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1062 +label: "Amis" +value: "Amis" +data: "Amis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1063 +label: "Amis d'enfance" +value: "Amis d'enfance" +data: "Amis d'enfance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +label: "Collègue" +value: "Collègue" +data: "Collègue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1022 -form: Symfony\Component\Form\Form {#915 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1025 …5} |
| full_name | "wedding_person[relationship]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "wedding_person_relationship" |
| is_selected | Closure($choice, $value) {#1067 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Lien" |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "relationship" |
| placeholder | "Sélectionnez une option" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_wedding_person_relationship" |
| valid | true |
| value | "" |
brideOrGroom
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select-neutral" "placeholder" => "Votre coté" ] |
[ "class" => "select-neutral" "placeholder" => "Votre coté" ] |
| choices | [ "Coté de la mariée" => 0 "Coté du marié" => 1 ] |
[ "Coté de la mariée" => 0 "Coté du marié" => 1 ] |
| empty_data | null |
null
|
| label | "Quel famille" |
same as passed value |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
[ "class" => "mb-3 block text-base font-medium" ] |
| placeholder | "Sélectionnez une option" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select-neutral" "placeholder" => "Votre coté" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Coté de la mariée" => 0 "Coté du marié" => 1 ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#806 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#808 …} -namespace: Closure() {#810 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Quel famille" |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez une option" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#701 …} $message: Closure() {#879 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select-neutral" "placeholder" => "Votre coté" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_wedding_person_brideOrGroom" ] |
| cache_key | "_wedding_person_brideOrGroom_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1070 +label: "Coté de la mariée" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1071 +label: "Coté du marié" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1068 -form: Symfony\Component\Form\Form {#918 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1069 …5} |
| full_name | "wedding_person[brideOrGroom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "wedding_person_brideOrGroom" |
| is_selected | Closure($choice, $value) {#1073 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Quel famille" |
| label_attr | [ "class" => "mb-3 block text-base font-medium" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "brideOrGroom" |
| placeholder | "Sélectionnez une option" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_wedding_person_brideOrGroom" |
| valid | true |
| value | "" |
customRelationship
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Ex: mon fils, mon enfant..." "class" => "input-neutral" ] |
[ "placeholder" => "Ex: mon fils, mon enfant..." "class" => "input-neutral" ] |
| label | "Lien personnalisé" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Ex: mon fils, mon enfant..." "class" => "input-neutral" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#806 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#808 …} -namespace: Closure() {#810 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#890 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Lien personnalisé" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#892 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#701 …} $message: Closure() {#891 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Ex: mon fils, mon enfant..." "class" => "input-neutral" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_wedding_person_customRelationship" ] |
| cache_key | "_wedding_person_customRelationship_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1074 -form: Symfony\Component\Form\Form {#921 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1075 …5} |
| full_name | "wedding_person[customRelationship]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "wedding_person_customRelationship" |
| label | "Lien personnalisé" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "customRelationship" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_wedding_person_customRelationship" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-accent" ] |
[ "class" => "btn btn-accent" ] |
| label | "<span>Enregistrer</span>" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-accent" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "<span>Enregistrer</span>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-accent" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_wedding_person_submit" ] |
| cache_key | "_wedding_person_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1077 …5} |
| full_name | "wedding_person[submit]" |
| id | "wedding_person_submit" |
| label | "<span>Enregistrer</span>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_wedding_person_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "474088f8a5efe6af1a04694209a.2s8b_CCVbXqMQViN2JnyxXb9u2TJyeJv4ReYCM15dkM.u79-n2LeIFe5C2H_q8C2vACRgzSQmIAM0VDLV6QeLjLt4mGXUNw5T6ELHQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "474088f8a5efe6af1a04694209a.2s8b_CCVbXqMQViN2JnyxXb9u2TJyeJv4ReYCM15dkM.u79-n2LeIFe5C2H_q8C2vACRgzSQmIAM0VDLV6QeLjLt4mGXUNw5T6ELHQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#806 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#808 …} -namespace: Closure() {#810 …} } |
| data | "474088f8a5efe6af1a04694209a.2s8b_CCVbXqMQViN2JnyxXb9u2TJyeJv4ReYCM15dkM.u79-n2LeIFe5C2H_q8C2vACRgzSQmIAM0VDLV6QeLjLt4mGXUNw5T6ELHQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#701 …} $message: Closure() {#1081 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_wedding_person__token" ] |
| cache_key | "_wedding_person__token_hidden" |
| compound | false |
| data | "474088f8a5efe6af1a04694209a.2s8b_CCVbXqMQViN2JnyxXb9u2TJyeJv4ReYCM15dkM.u79-n2LeIFe5C2H_q8C2vACRgzSQmIAM0VDLV6QeLjLt4mGXUNw5T6ELHQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1092 -form: Symfony\Component\Form\Form {#1088 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1083 …5} |
| full_name | "wedding_person[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "wedding_person__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_wedding_person__token" |
| valid | true |
| value | "474088f8a5efe6af1a04694209a.2s8b_CCVbXqMQViN2JnyxXb9u2TJyeJv4ReYCM15dkM.u79-n2LeIFe5C2H_q8C2vACRgzSQmIAM0VDLV6QeLjLt4mGXUNw5T6ELHQ" |