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 {#642 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\WeddingPerson {#642 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null } |
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 {#775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#777 …} -namespace: Closure() {#779 …} } |
data | App\Entity\WeddingPerson {#642 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null } |
data_class | "App\Entity\WeddingPerson" |
disabled | false |
empty_data | Closure(FormInterface $form) {#801 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() {#803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $message: Closure() {#802 …} $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 {#642 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#915 -form: Symfony\Component\Form\Form {#869 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#925 …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 {#642 -id: null -firstName: null -relationship: null -brideOrGroom: null -song: null } |
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 {#809 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#810 +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 {#809 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#810 +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 {#809 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#810 +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 {#775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#777 …} -namespace: Closure() {#779 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#816 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() {#818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $message: Closure() {#817 …} $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 {#940 -form: Symfony\Component\Form\Form {#872 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#934 …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 {#775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#777 …} -namespace: Closure() {#779 …} } |
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() {#838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $message: Closure() {#836 …} $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 {#942 +label: "Père" +value: "Père" +data: "Père" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#937 +label: "Mère" +value: "Mère" +data: "Mère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#944 +label: "Grand-père" +value: "Grand-père" +data: "Grand-père" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#946 +label: "Grand-mère" +value: "Grand-mère" +data: "Grand-mère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#947 +label: "Oncle" +value: "Oncle" +data: "Oncle" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#948 +label: "Tante" +value: "Tante" +data: "Tante" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#949 +label: "Grande soeur" +value: "Grande soeur" +data: "Grande soeur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#950 +label: "Petite soeur" +value: "Petite soeur" +data: "Petite soeur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#951 +label: "Grand frère" +value: "Grand frère" +data: "Grand frère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#952 +label: "Petit frère" +value: "Petit frère" +data: "Petit frère" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#953 +label: "Cousin" +value: "Cousin" +data: "Cousin" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#954 +label: "Cousine" +value: "Cousine" +data: "Cousine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#955 +label: "Amis" +value: "Amis" +data: "Amis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#956 +label: "Amis d'enfance" +value: "Amis d'enfance" +data: "Amis d'enfance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#957 +label: "Collègue" +value: "Collègue" +data: "Collègue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#958 +label: "Autre" +value: "Autre" +data: "Autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#943 -form: Symfony\Component\Form\Form {#875 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#938 …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) {#960 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 {#775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#777 …} -namespace: Closure() {#779 …} } |
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() {#849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $message: Closure() {#848 …} $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 {#963 +label: "Coté de la mariée" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#964 +label: "Coté du marié" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#961 -form: Symfony\Component\Form\Form {#878 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#962 …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) {#966 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 | "" |
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 {#968 …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 | "727a2.pDi8o3At_jnqxyNoPtxDShS60chv0GxjRSNivhDWtNM.zHeJzCZCjnTTknoqSK0kBX6Ko5o74w4kDHcziSi_9Z7sZ4jKHWaZXqmqZg" |
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 | "727a2.pDi8o3At_jnqxyNoPtxDShS60chv0GxjRSNivhDWtNM.zHeJzCZCjnTTknoqSK0kBX6Ko5o74w4kDHcziSi_9Z7sZ4jKHWaZXqmqZg" |
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 {#775 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#776 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#777 …} -namespace: Closure() {#779 …} } |
data | "727a2.pDi8o3At_jnqxyNoPtxDShS60chv0GxjRSNivhDWtNM.zHeJzCZCjnTTknoqSK0kBX6Ko5o74w4kDHcziSi_9Z7sZ4jKHWaZXqmqZg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#972 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() {#974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $message: Closure() {#973 …} $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 | "727a2.pDi8o3At_jnqxyNoPtxDShS60chv0GxjRSNivhDWtNM.zHeJzCZCjnTTknoqSK0kBX6Ko5o74w4kDHcziSi_9Z7sZ4jKHWaZXqmqZg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#984 -form: Symfony\Component\Form\Form {#980 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#975 …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 | "727a2.pDi8o3At_jnqxyNoPtxDShS60chv0GxjRSNivhDWtNM.zHeJzCZCjnTTknoqSK0kBX6Ko5o74w4kDHcziSi_9Z7sZ4jKHWaZXqmqZg" |