Forms
-
contact
-
firstname
-
name
-
email
-
phoneIso
-
phone
-
message
-
captcha
-
submit
-
-
login_modal
-
login
-
password
-
submit
-
-
forgotten_password
-
login
-
submit
-
-
search_modal
-
search
-
contact
"App\Form\Contact\ContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Contact\ContactData {#626 -firstname: "" -name: "" -email: "" -phoneIso: "BE" -phone: "" -message: "" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Contact\ContactData {#626 -firstname: "" -name: "" -email: "" -phoneIso: "BE" -phone: "" -message: "" } |
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 | [] |
| data | App\FormData\Contact\ContactData {#626 -firstname: "" -name: "" -email: "" -phoneIso: "BE" -phone: "" -message: "" } |
| data_class | "App\FormData\Contact\ContactData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#846 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Contact\ContactData" } } |
| 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() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#849 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\FormData\Contact\ContactData {#626 -firstname: "" -name: "" -email: "" -phoneIso: "BE" -phone: "" -message: "" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#875 -errors: [] -form: Symfony\Component\Form\Form {#874 …} } |
| form | Symfony\Component\Form\FormView {#889 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\FormData\Contact\ContactData {#626 -firstname: "" -name: "" -email: "" -phoneIso: "BE" -phone: "" -message: "" } |
firstname
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
[ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#855 +payload: null +groups: ? ?array +message: "validator.firstname.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#856 +payload: null +groups: ? ?array +maxMessage: "validator.firstname.max" +minMessage: "validator.firstname.min" +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: 35 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#855 +payload: null +groups: ? ?array +message: "validator.firstname.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#856 +payload: null +groups: ? ?array +maxMessage: "validator.firstname.max" +minMessage: "validator.firstname.min" +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: 35 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "form.firstname" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#855 +payload: null +groups: ? ?array +message: "validator.firstname.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#856 +payload: null +groups: ? ?array +maxMessage: "validator.firstname.max" +minMessage: "validator.firstname.min" +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: 35 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#975 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 | "form.firstname" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#974 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre prénom." "data-parsley-minlength" => 2 "data-parsley-maxlength" => 35 "data-parsley-minlength-message" => "Le prénom doit comporter plus de 2 caractères." "data-parsley-maxlength-message" => "Le prénom doit comporter au maximum 35 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_firstname" ] |
| cache_key | "_contact_firstname_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#932 -errors: [] -form: Symfony\Component\Form\Form {#871 …} } |
| form | Symfony\Component\Form\FormView {#917 …5} |
| full_name | "contact[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_firstname" |
| label | "form.firstname" |
| label_attr | [] |
| 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 | "form" |
| unique_block_prefix | "_contact_firstname" |
| valid | true |
| value | "" |
name
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
[ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#857 +payload: null +groups: ? ?array +message: "validator.name.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#858 +payload: null +groups: ? ?array +maxMessage: "validator.name.max" +minMessage: "validator.name.min" +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: 40 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#857 +payload: null +groups: ? ?array +message: "validator.name.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#858 +payload: null +groups: ? ?array +maxMessage: "validator.name.max" +minMessage: "validator.name.min" +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: 40 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "form.name" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#857 +payload: null +groups: ? ?array +message: "validator.name.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#858 +payload: null +groups: ? ?array +maxMessage: "validator.name.max" +minMessage: "validator.name.min" +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: 40 +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#967 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 | "form.name" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#965 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#966 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre nom." "data-parsley-minlength" => 3 "data-parsley-maxlength" => 40 "data-parsley-minlength-message" => "Le nom doit comporter plus de 3 caractères." "data-parsley-maxlength-message" => "Le nom doit comporter au maximum 40 caractères." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name" ] |
| cache_key | "_contact_name_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#952 -errors: [] -form: Symfony\Component\Form\Form {#868 …} } |
| form | Symfony\Component\Form\FormView {#964 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | "form.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control-sm" "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
[ "class" => "form-control-sm" "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#859 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#860 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#859 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#860 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| label | "form.email" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control-sm" "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#859 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#860 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#955 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.email" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#953 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#954 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control-sm" "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#972 -errors: [] -form: Symfony\Component\Form\Form {#865 …} } |
| form | Symfony\Component\Form\FormView {#2617 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
phoneIso
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "BE" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-select-sm js-parsley-phone-iso" ] |
[ "class" => "form-select-sm js-parsley-phone-iso" ] |
| choice_attr | Closure($value) {#986 class: "App\Form\Contact\ContactType" this: App\Form\Contact\ContactType {#632 …} } |
same as passed value |
| choices | [ "+32 Belgium" => "BE" "+33 France" => "FR" "+352 Luxembourg" => "LU" "+31 Netherlands" => "NL" "+49 Germany" => "DE" "+41 Switzerland" => "CH" "+43 Austria" => "AT" "+359 Bulgaria" => "BG" "+385 Croatia" => "HR" "+357 Cyprus" => "CY" "+420 Czech Republic" => "CZ" "+45 Denmark" => "DK" "+372 Estonia" => "EE" "+358 Finland" => "FI" "+30 Greece" => "GR" "+36 Hungary" => "HU" "+0 Iles Canaries" => "IC" "+353 Ireland" => "IE" "+39 Italy" => "IT" "+371 Latvia" => "LV" "+370 Lithuania" => "LT" "+356 Malta" => "MT" "+377 Monaco" => "MC" "+48 Poland" => "PL" "+351 Portugal" => "PT" "+40 Romania" => "RO" "+421 Slovakia" => "SK" "+386 Slovenia" => "SI" "+34 Spain" => "ES" "+46 Sweden" => "SE" "+213 Algeria" => "DZ" "+376 Andorra" => "AD" "+54 Argentina" => "AR" "+374 Armenia" => "AM" "+61 Australia" => "AU" "+994 Azerbaijan" => "AZ" "+973 Bahreïn" => "BH" "+880 Bangladesh" => "BD" "+229 Benin" => "BJ" "+387 Bosnia and Herzegovina" => "BA" "+673 Brunei Darussalam" => "BN" "+226 Burkina Faso" => "BF" "+257 Burundi" => "BI" "+855 Cambodia" => "KH" "+237 Cameroon" => "CM" "+1 Canada" => "CA" "+235 Chad" => "TD" "+86 China" => "CN" "+57 Colombia" => "CO" "+242 Congo" => "CG" "+243 Democratic Republic of Congo" => "CD" "+1 Dominican Republic" => "DO" "+20 Egypt" => "EG" "+503 El Salvador" => "SV" "+251 Ethiopia" => "ET" "+594 French Guiana" => "GF" "+689 French Polynesia" => "PF" "+241 Gabon" => "GA" "+995 Georgia" => "GE" "+233 Ghana" => "GH" "+350 Gibraltar" => "GI" "+590 Guadeloupe" => "GP" "+502 Guatemala" => "GT" "+224 Guinea" => "GN" "+592 Guyana" => "GY" "+509 Haiti" => "HT" "+504 Honduras" => "HN" "+852 Hong Kong" => "HK" "+354 Iceland" => "IS" "+91 India" => "IN" "+62 Indonesia" => "ID" "+972 Israel" => "IL" "+225 Ivory Coast" => "CI" "+81 Japon" => "JP" "+962 Jordania" => "JO" "+254 Kenya" => "KE" "+82 Korea" => "KR" "+856 Lao PDR" => "LA" "+423 Liechtenstein" => "LI" "+389 Macedonia" => "MK" "+261 Madagascar" => "MG" "+60 Malaysia" => "MY" "+223 Mali" => "ML" "+596 Martinique" => "MQ" "+222 Mauritania" => "MR" "+230 Mauritius" => "MU" "+262 Mayotte" => "YT" "+52 Mexico" => "MX" "+212 Morocco" => "MA" "+95 Myanmar" => "MM" "+264 Namibia" => "NA" "+687 New Caledonia" => "NC" "+64 New Zealand" => "NZ" "+505 Nicaragua" => "NI" "+234 Nigeria" => "NG" "+850 North Korea" => "KP" "+47 Norway" => "NO" "+92 Pakistan" => "PK" "+507 Panama" => "PA" "+63 Philippines" => "PH" "+236 République centrafricaine" => "CF" "+262 Réunion" => "RE" "+7 Russia" => "RU" "+590 Saint Barthélemy" => "BL" "+1 Saint Martin (French part)" => "SX" "+508 Saint-Pierre and Miquelon" => "PM" "+221 Senegal" => "SN" "+381 Serbia" => "RS" "+248 Seychelles" => "SC" "+65 Singapour" => "SG" "+27 South Africa" => "ZA" "+94 Sri Lanka" => "LK" "+597 Surinam" => "SR" "+886 Taiwan" => "TW" "+255 Tanzania" => "TZ" "+66 Thailand" => "TH" "+216 Tunisia" => "TN" "+90 Turkey" => "TR" "+380 Ukraine" => "UA" "+971 United Arab Emirates" => "AE" "+44 United Kingdom" => "GB" "+1 USA" => "US" "+39 Vatican" => "VA" "+84 Viet Nam" => "VN" "+681 Wallis and Futuna" => "WF" ] |
[ "+32 Belgium" => "BE" "+33 France" => "FR" "+352 Luxembourg" => "LU" "+31 Netherlands" => "NL" "+49 Germany" => "DE" "+41 Switzerland" => "CH" "+43 Austria" => "AT" "+359 Bulgaria" => "BG" "+385 Croatia" => "HR" "+357 Cyprus" => "CY" "+420 Czech Republic" => "CZ" "+45 Denmark" => "DK" "+372 Estonia" => "EE" "+358 Finland" => "FI" "+30 Greece" => "GR" "+36 Hungary" => "HU" "+0 Iles Canaries" => "IC" "+353 Ireland" => "IE" "+39 Italy" => "IT" "+371 Latvia" => "LV" "+370 Lithuania" => "LT" "+356 Malta" => "MT" "+377 Monaco" => "MC" "+48 Poland" => "PL" "+351 Portugal" => "PT" "+40 Romania" => "RO" "+421 Slovakia" => "SK" "+386 Slovenia" => "SI" "+34 Spain" => "ES" "+46 Sweden" => "SE" "+213 Algeria" => "DZ" "+376 Andorra" => "AD" "+54 Argentina" => "AR" "+374 Armenia" => "AM" "+61 Australia" => "AU" "+994 Azerbaijan" => "AZ" "+973 Bahreïn" => "BH" "+880 Bangladesh" => "BD" "+229 Benin" => "BJ" "+387 Bosnia and Herzegovina" => "BA" "+673 Brunei Darussalam" => "BN" "+226 Burkina Faso" => "BF" "+257 Burundi" => "BI" "+855 Cambodia" => "KH" "+237 Cameroon" => "CM" "+1 Canada" => "CA" "+235 Chad" => "TD" "+86 China" => "CN" "+57 Colombia" => "CO" "+242 Congo" => "CG" "+243 Democratic Republic of Congo" => "CD" "+1 Dominican Republic" => "DO" "+20 Egypt" => "EG" "+503 El Salvador" => "SV" "+251 Ethiopia" => "ET" "+594 French Guiana" => "GF" "+689 French Polynesia" => "PF" "+241 Gabon" => "GA" "+995 Georgia" => "GE" "+233 Ghana" => "GH" "+350 Gibraltar" => "GI" "+590 Guadeloupe" => "GP" "+502 Guatemala" => "GT" "+224 Guinea" => "GN" "+592 Guyana" => "GY" "+509 Haiti" => "HT" "+504 Honduras" => "HN" "+852 Hong Kong" => "HK" "+354 Iceland" => "IS" "+91 India" => "IN" "+62 Indonesia" => "ID" "+972 Israel" => "IL" "+225 Ivory Coast" => "CI" "+81 Japon" => "JP" "+962 Jordania" => "JO" "+254 Kenya" => "KE" "+82 Korea" => "KR" "+856 Lao PDR" => "LA" "+423 Liechtenstein" => "LI" "+389 Macedonia" => "MK" "+261 Madagascar" => "MG" "+60 Malaysia" => "MY" "+223 Mali" => "ML" "+596 Martinique" => "MQ" "+222 Mauritania" => "MR" "+230 Mauritius" => "MU" "+262 Mayotte" => "YT" "+52 Mexico" => "MX" "+212 Morocco" => "MA" "+95 Myanmar" => "MM" "+264 Namibia" => "NA" "+687 New Caledonia" => "NC" "+64 New Zealand" => "NZ" "+505 Nicaragua" => "NI" "+234 Nigeria" => "NG" "+850 North Korea" => "KP" "+47 Norway" => "NO" "+92 Pakistan" => "PK" "+507 Panama" => "PA" "+63 Philippines" => "PH" "+236 République centrafricaine" => "CF" "+262 Réunion" => "RE" "+7 Russia" => "RU" "+590 Saint Barthélemy" => "BL" "+1 Saint Martin (French part)" => "SX" "+508 Saint-Pierre and Miquelon" => "PM" "+221 Senegal" => "SN" "+381 Serbia" => "RS" "+248 Seychelles" => "SC" "+65 Singapour" => "SG" "+27 South Africa" => "ZA" "+94 Sri Lanka" => "LK" "+597 Surinam" => "SR" "+886 Taiwan" => "TW" "+255 Tanzania" => "TZ" "+66 Thailand" => "TH" "+216 Tunisia" => "TN" "+90 Turkey" => "TR" "+380 Ukraine" => "UA" "+971 United Arab Emirates" => "AE" "+44 United Kingdom" => "GB" "+1 USA" => "US" "+39 Vatican" => "VA" "+84 Viet Nam" => "VN" "+681 Wallis and Futuna" => "WF" ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select-sm js-parsley-phone-iso" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($value) {#986 class: "App\Form\Contact\ContactType" this: App\Form\Contact\ContactType {#632 …} } |
| choice_filter | null |
| choice_label | null |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "+32 Belgium" => "BE" "+33 France" => "FR" "+352 Luxembourg" => "LU" "+31 Netherlands" => "NL" "+49 Germany" => "DE" "+41 Switzerland" => "CH" "+43 Austria" => "AT" "+359 Bulgaria" => "BG" "+385 Croatia" => "HR" "+357 Cyprus" => "CY" "+420 Czech Republic" => "CZ" "+45 Denmark" => "DK" "+372 Estonia" => "EE" "+358 Finland" => "FI" "+30 Greece" => "GR" "+36 Hungary" => "HU" "+0 Iles Canaries" => "IC" "+353 Ireland" => "IE" "+39 Italy" => "IT" "+371 Latvia" => "LV" "+370 Lithuania" => "LT" "+356 Malta" => "MT" "+377 Monaco" => "MC" "+48 Poland" => "PL" "+351 Portugal" => "PT" "+40 Romania" => "RO" "+421 Slovakia" => "SK" "+386 Slovenia" => "SI" "+34 Spain" => "ES" "+46 Sweden" => "SE" "+213 Algeria" => "DZ" "+376 Andorra" => "AD" "+54 Argentina" => "AR" "+374 Armenia" => "AM" "+61 Australia" => "AU" "+994 Azerbaijan" => "AZ" "+973 Bahreïn" => "BH" "+880 Bangladesh" => "BD" "+229 Benin" => "BJ" "+387 Bosnia and Herzegovina" => "BA" "+673 Brunei Darussalam" => "BN" "+226 Burkina Faso" => "BF" "+257 Burundi" => "BI" "+855 Cambodia" => "KH" "+237 Cameroon" => "CM" "+1 Canada" => "CA" "+235 Chad" => "TD" "+86 China" => "CN" "+57 Colombia" => "CO" "+242 Congo" => "CG" "+243 Democratic Republic of Congo" => "CD" "+1 Dominican Republic" => "DO" "+20 Egypt" => "EG" "+503 El Salvador" => "SV" "+251 Ethiopia" => "ET" "+594 French Guiana" => "GF" "+689 French Polynesia" => "PF" "+241 Gabon" => "GA" "+995 Georgia" => "GE" "+233 Ghana" => "GH" "+350 Gibraltar" => "GI" "+590 Guadeloupe" => "GP" "+502 Guatemala" => "GT" "+224 Guinea" => "GN" "+592 Guyana" => "GY" "+509 Haiti" => "HT" "+504 Honduras" => "HN" "+852 Hong Kong" => "HK" "+354 Iceland" => "IS" "+91 India" => "IN" "+62 Indonesia" => "ID" "+972 Israel" => "IL" "+225 Ivory Coast" => "CI" "+81 Japon" => "JP" "+962 Jordania" => "JO" "+254 Kenya" => "KE" "+82 Korea" => "KR" "+856 Lao PDR" => "LA" "+423 Liechtenstein" => "LI" "+389 Macedonia" => "MK" "+261 Madagascar" => "MG" "+60 Malaysia" => "MY" "+223 Mali" => "ML" "+596 Martinique" => "MQ" "+222 Mauritania" => "MR" "+230 Mauritius" => "MU" "+262 Mayotte" => "YT" "+52 Mexico" => "MX" "+212 Morocco" => "MA" "+95 Myanmar" => "MM" "+264 Namibia" => "NA" "+687 New Caledonia" => "NC" "+64 New Zealand" => "NZ" "+505 Nicaragua" => "NI" "+234 Nigeria" => "NG" "+850 North Korea" => "KP" "+47 Norway" => "NO" "+92 Pakistan" => "PK" "+507 Panama" => "PA" "+63 Philippines" => "PH" "+236 République centrafricaine" => "CF" "+262 Réunion" => "RE" "+7 Russia" => "RU" "+590 Saint Barthélemy" => "BL" "+1 Saint Martin (French part)" => "SX" "+508 Saint-Pierre and Miquelon" => "PM" "+221 Senegal" => "SN" "+381 Serbia" => "RS" "+248 Seychelles" => "SC" "+65 Singapour" => "SG" "+27 South Africa" => "ZA" "+94 Sri Lanka" => "LK" "+597 Surinam" => "SR" "+886 Taiwan" => "TW" "+255 Tanzania" => "TZ" "+66 Thailand" => "TH" "+216 Tunisia" => "TN" "+90 Turkey" => "TR" "+380 Ukraine" => "UA" "+971 United Arab Emirates" => "AE" "+44 United Kingdom" => "GB" "+1 USA" => "US" "+39 Vatican" => "VA" "+84 Viet Nam" => "VN" "+681 Wallis and Futuna" => "WF" ] |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#935 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select-sm js-parsley-phone-iso" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_phoneIso" ] |
| cache_key | "_contact_phoneIso_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +data: "BE" +value: "BE" +label: "+32 Belgium" +attr: [ "data-iso" => "BE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +data: "FR" +value: "FR" +label: "+33 France" +attr: [ "data-iso" => "FR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +data: "LU" +value: "LU" +label: "+352 Luxembourg" +attr: [ "data-iso" => "LU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +data: "NL" +value: "NL" +label: "+31 Netherlands" +attr: [ "data-iso" => "NL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +data: "DE" +value: "DE" +label: "+49 Germany" +attr: [ "data-iso" => "DE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +data: "CH" +value: "CH" +label: "+41 Switzerland" +attr: [ "data-iso" => "CH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +data: "AT" +value: "AT" +label: "+43 Austria" +attr: [ "data-iso" => "AT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +data: "BG" +value: "BG" +label: "+359 Bulgaria" +attr: [ "data-iso" => "BG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +data: "HR" +value: "HR" +label: "+385 Croatia" +attr: [ "data-iso" => "HR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +data: "CY" +value: "CY" +label: "+357 Cyprus" +attr: [ "data-iso" => "CY" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +data: "CZ" +value: "CZ" +label: "+420 Czech Republic" +attr: [ "data-iso" => "CZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +data: "DK" +value: "DK" +label: "+45 Denmark" +attr: [ "data-iso" => "DK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +data: "EE" +value: "EE" +label: "+372 Estonia" +attr: [ "data-iso" => "EE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +data: "FI" +value: "FI" +label: "+358 Finland" +attr: [ "data-iso" => "FI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +data: "GR" +value: "GR" +label: "+30 Greece" +attr: [ "data-iso" => "GR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +data: "HU" +value: "HU" +label: "+36 Hungary" +attr: [ "data-iso" => "HU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +data: "IC" +value: "IC" +label: "+0 Iles Canaries" +attr: [ "data-iso" => "IC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +data: "IE" +value: "IE" +label: "+353 Ireland" +attr: [ "data-iso" => "IE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +data: "IT" +value: "IT" +label: "+39 Italy" +attr: [ "data-iso" => "IT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +data: "LV" +value: "LV" +label: "+371 Latvia" +attr: [ "data-iso" => "LV" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +data: "LT" +value: "LT" +label: "+370 Lithuania" +attr: [ "data-iso" => "LT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +data: "MT" +value: "MT" +label: "+356 Malta" +attr: [ "data-iso" => "MT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +data: "MC" +value: "MC" +label: "+377 Monaco" +attr: [ "data-iso" => "MC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +data: "PL" +value: "PL" +label: "+48 Poland" +attr: [ "data-iso" => "PL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +data: "PT" +value: "PT" +label: "+351 Portugal" +attr: [ "data-iso" => "PT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2672 +data: "RO" +value: "RO" +label: "+40 Romania" +attr: [ "data-iso" => "RO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +data: "SK" +value: "SK" +label: "+421 Slovakia" +attr: [ "data-iso" => "SK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +data: "SI" +value: "SI" +label: "+386 Slovenia" +attr: [ "data-iso" => "SI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2675 +data: "ES" +value: "ES" +label: "+34 Spain" +attr: [ "data-iso" => "ES" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +data: "SE" +value: "SE" +label: "+46 Sweden" +attr: [ "data-iso" => "SE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +data: "DZ" +value: "DZ" +label: "+213 Algeria" +attr: [ "data-iso" => "DZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2678 +data: "AD" +value: "AD" +label: "+376 Andorra" +attr: [ "data-iso" => "AD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +data: "AR" +value: "AR" +label: "+54 Argentina" +attr: [ "data-iso" => "AR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +data: "AM" +value: "AM" +label: "+374 Armenia" +attr: [ "data-iso" => "AM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +data: "AU" +value: "AU" +label: "+61 Australia" +attr: [ "data-iso" => "AU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +data: "AZ" +value: "AZ" +label: "+994 Azerbaijan" +attr: [ "data-iso" => "AZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +data: "BH" +value: "BH" +label: "+973 Bahreïn" +attr: [ "data-iso" => "BH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +data: "BD" +value: "BD" +label: "+880 Bangladesh" +attr: [ "data-iso" => "BD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +data: "BJ" +value: "BJ" +label: "+229 Benin" +attr: [ "data-iso" => "BJ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +data: "BA" +value: "BA" +label: "+387 Bosnia and Herzegovina" +attr: [ "data-iso" => "BA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +data: "BN" +value: "BN" +label: "+673 Brunei Darussalam" +attr: [ "data-iso" => "BN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +data: "BF" +value: "BF" +label: "+226 Burkina Faso" +attr: [ "data-iso" => "BF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +data: "BI" +value: "BI" +label: "+257 Burundi" +attr: [ "data-iso" => "BI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +data: "KH" +value: "KH" +label: "+855 Cambodia" +attr: [ "data-iso" => "KH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +data: "CM" +value: "CM" +label: "+237 Cameroon" +attr: [ "data-iso" => "CM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +data: "CA" +value: "CA" +label: "+1 Canada" +attr: [ "data-iso" => "CA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +data: "TD" +value: "TD" +label: "+235 Chad" +attr: [ "data-iso" => "TD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +data: "CN" +value: "CN" +label: "+86 China" +attr: [ "data-iso" => "CN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +data: "CO" +value: "CO" +label: "+57 Colombia" +attr: [ "data-iso" => "CO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +data: "CG" +value: "CG" +label: "+242 Congo" +attr: [ "data-iso" => "CG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +data: "CD" +value: "CD" +label: "+243 Democratic Republic of Congo" +attr: [ "data-iso" => "CD" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +data: "DO" +value: "DO" +label: "+1 Dominican Republic" +attr: [ "data-iso" => "DO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +data: "EG" +value: "EG" +label: "+20 Egypt" +attr: [ "data-iso" => "EG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +data: "SV" +value: "SV" +label: "+503 El Salvador" +attr: [ "data-iso" => "SV" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +data: "ET" +value: "ET" +label: "+251 Ethiopia" +attr: [ "data-iso" => "ET" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +data: "GF" +value: "GF" +label: "+594 French Guiana" +attr: [ "data-iso" => "GF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +data: "PF" +value: "PF" +label: "+689 French Polynesia" +attr: [ "data-iso" => "PF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +data: "GA" +value: "GA" +label: "+241 Gabon" +attr: [ "data-iso" => "GA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +data: "GE" +value: "GE" +label: "+995 Georgia" +attr: [ "data-iso" => "GE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +data: "GH" +value: "GH" +label: "+233 Ghana" +attr: [ "data-iso" => "GH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +data: "GI" +value: "GI" +label: "+350 Gibraltar" +attr: [ "data-iso" => "GI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +data: "GP" +value: "GP" +label: "+590 Guadeloupe" +attr: [ "data-iso" => "GP" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +data: "GT" +value: "GT" +label: "+502 Guatemala" +attr: [ "data-iso" => "GT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +data: "GN" +value: "GN" +label: "+224 Guinea" +attr: [ "data-iso" => "GN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +data: "GY" +value: "GY" +label: "+592 Guyana" +attr: [ "data-iso" => "GY" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +data: "HT" +value: "HT" +label: "+509 Haiti" +attr: [ "data-iso" => "HT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +data: "HN" +value: "HN" +label: "+504 Honduras" +attr: [ "data-iso" => "HN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +data: "HK" +value: "HK" +label: "+852 Hong Kong" +attr: [ "data-iso" => "HK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +data: "IS" +value: "IS" +label: "+354 Iceland" +attr: [ "data-iso" => "IS" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +data: "IN" +value: "IN" +label: "+91 India" +attr: [ "data-iso" => "IN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +data: "ID" +value: "ID" +label: "+62 Indonesia" +attr: [ "data-iso" => "ID" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +data: "IL" +value: "IL" +label: "+972 Israel" +attr: [ "data-iso" => "IL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +data: "CI" +value: "CI" +label: "+225 Ivory Coast" +attr: [ "data-iso" => "CI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +data: "JP" +value: "JP" +label: "+81 Japon" +attr: [ "data-iso" => "JP" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +data: "JO" +value: "JO" +label: "+962 Jordania" +attr: [ "data-iso" => "JO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +data: "KE" +value: "KE" +label: "+254 Kenya" +attr: [ "data-iso" => "KE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +data: "KR" +value: "KR" +label: "+82 Korea" +attr: [ "data-iso" => "KR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +data: "LA" +value: "LA" +label: "+856 Lao PDR" +attr: [ "data-iso" => "LA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +data: "LI" +value: "LI" +label: "+423 Liechtenstein" +attr: [ "data-iso" => "LI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +data: "MK" +value: "MK" +label: "+389 Macedonia" +attr: [ "data-iso" => "MK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +data: "MG" +value: "MG" +label: "+261 Madagascar" +attr: [ "data-iso" => "MG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +data: "MY" +value: "MY" +label: "+60 Malaysia" +attr: [ "data-iso" => "MY" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +data: "ML" +value: "ML" +label: "+223 Mali" +attr: [ "data-iso" => "ML" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +data: "MQ" +value: "MQ" +label: "+596 Martinique" +attr: [ "data-iso" => "MQ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +data: "MR" +value: "MR" +label: "+222 Mauritania" +attr: [ "data-iso" => "MR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +data: "MU" +value: "MU" +label: "+230 Mauritius" +attr: [ "data-iso" => "MU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +data: "YT" +value: "YT" +label: "+262 Mayotte" +attr: [ "data-iso" => "YT" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +data: "MX" +value: "MX" +label: "+52 Mexico" +attr: [ "data-iso" => "MX" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +data: "MA" +value: "MA" +label: "+212 Morocco" +attr: [ "data-iso" => "MA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +data: "MM" +value: "MM" +label: "+95 Myanmar" +attr: [ "data-iso" => "MM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2737 +data: "NA" +value: "NA" +label: "+264 Namibia" +attr: [ "data-iso" => "NA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +data: "NC" +value: "NC" +label: "+687 New Caledonia" +attr: [ "data-iso" => "NC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +data: "NZ" +value: "NZ" +label: "+64 New Zealand" +attr: [ "data-iso" => "NZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +data: "NI" +value: "NI" +label: "+505 Nicaragua" +attr: [ "data-iso" => "NI" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +data: "NG" +value: "NG" +label: "+234 Nigeria" +attr: [ "data-iso" => "NG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +data: "KP" +value: "KP" +label: "+850 North Korea" +attr: [ "data-iso" => "KP" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +data: "NO" +value: "NO" +label: "+47 Norway" +attr: [ "data-iso" => "NO" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +data: "PK" +value: "PK" +label: "+92 Pakistan" +attr: [ "data-iso" => "PK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2745 +data: "PA" +value: "PA" +label: "+507 Panama" +attr: [ "data-iso" => "PA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +data: "PH" +value: "PH" +label: "+63 Philippines" +attr: [ "data-iso" => "PH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +data: "CF" +value: "CF" +label: "+236 République centrafricaine" +attr: [ "data-iso" => "CF" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +data: "RE" +value: "RE" +label: "+262 Réunion" +attr: [ "data-iso" => "RE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +data: "RU" +value: "RU" +label: "+7 Russia" +attr: [ "data-iso" => "RU" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +data: "BL" +value: "BL" +label: "+590 Saint Barthélemy" +attr: [ "data-iso" => "BL" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +data: "SX" +value: "SX" +label: "+1 Saint Martin (French part)" +attr: [ "data-iso" => "SX" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +data: "PM" +value: "PM" +label: "+508 Saint-Pierre and Miquelon" +attr: [ "data-iso" => "PM" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +data: "SN" +value: "SN" +label: "+221 Senegal" +attr: [ "data-iso" => "SN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +data: "RS" +value: "RS" +label: "+381 Serbia" +attr: [ "data-iso" => "RS" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +data: "SC" +value: "SC" +label: "+248 Seychelles" +attr: [ "data-iso" => "SC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +data: "SG" +value: "SG" +label: "+65 Singapour" +attr: [ "data-iso" => "SG" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +data: "ZA" +value: "ZA" +label: "+27 South Africa" +attr: [ "data-iso" => "ZA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +data: "LK" +value: "LK" +label: "+94 Sri Lanka" +attr: [ "data-iso" => "LK" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +data: "SR" +value: "SR" +label: "+597 Surinam" +attr: [ "data-iso" => "SR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +data: "TW" +value: "TW" +label: "+886 Taiwan" +attr: [ "data-iso" => "TW" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +data: "TZ" +value: "TZ" +label: "+255 Tanzania" +attr: [ "data-iso" => "TZ" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +data: "TH" +value: "TH" +label: "+66 Thailand" +attr: [ "data-iso" => "TH" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +data: "TN" +value: "TN" +label: "+216 Tunisia" +attr: [ "data-iso" => "TN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +data: "TR" +value: "TR" +label: "+90 Turkey" +attr: [ "data-iso" => "TR" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +data: "UA" +value: "UA" +label: "+380 Ukraine" +attr: [ "data-iso" => "UA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +data: "AE" +value: "AE" +label: "+971 United Arab Emirates" +attr: [ "data-iso" => "AE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +data: "GB" +value: "GB" +label: "+44 United Kingdom" +attr: [ "data-iso" => "GB" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +data: "US" +value: "US" +label: "+1 USA" +attr: [ "data-iso" => "US" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +data: "VA" +value: "VA" +label: "+39 Vatican" +attr: [ "data-iso" => "VA" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2770 +data: "VN" +value: "VN" +label: "+84 Viet Nam" +attr: [ "data-iso" => "VN" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2771 +data: "WF" +value: "WF" +label: "+681 Wallis and Futuna" +attr: [ "data-iso" => "WF" ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "BE" |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2619 -errors: [] -form: Symfony\Component\Form\Form {#862 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2620 …5} |
| full_name | "contact[phoneIso]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phoneIso" |
| is_selected | Closure($choice, $value) {#2773 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "phoneIso" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phoneIso" |
| valid | true |
| value | "BE" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
[ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "validator.phone.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "validator.phone.not_blank" +allowNull: false +normalizer: null } ] |
| label | "form.phone" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "validator.phone.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#920 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.phone" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#918 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#919 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control-sm" "data-parsley-required-message" => "Veuillez indiquer votre numéro de téléphone." "data-parsley-type" => "number" "data-parsley-debounce" => "500" "data-parsley-type-message" => "Veuillez indiquer un numéro de téléphone valide pour le pays sélectionné." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contact_phone" ] |
| cache_key | "_contact_phone_tel" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2772 -errors: [] -form: Symfony\Component\Form\Form {#2605 …} } |
| form | Symfony\Component\Form\FormView {#2774 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | "form.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_contact_phone" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "py-20 textarea-control" "rows" => "4" "data-parsley-minlength" => 4 "data-parsley-maxlength" => 350 "data-parsley-minlength-message" => "Le message doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le message doit comporter au maximum 350 caractères." "data-parsley-required-message" => "Veuillez entrer votre message." ] |
[ "class" => "py-20 textarea-control" "rows" => "4" "data-parsley-minlength" => 4 "data-parsley-maxlength" => 350 "data-parsley-minlength-message" => "Le message doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le message doit comporter au maximum 350 caractères." "data-parsley-required-message" => "Veuillez entrer votre message." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#984 +payload: null +groups: ? ?array +message: "validator.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "validator.message.max" +minMessage: "validator.message.min" +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: 350 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#984 +payload: null +groups: ? ?array +message: "validator.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "validator.message.max" +minMessage: "validator.message.min" +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: 350 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "form.message" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "py-20 textarea-control" "rows" => "4" "data-parsley-minlength" => 4 "data-parsley-maxlength" => 350 "data-parsley-minlength-message" => "Le message doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le message doit comporter au maximum 350 caractères." "data-parsley-required-message" => "Veuillez entrer votre message." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#984 +payload: null +groups: ? ?array +message: "validator.message.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "validator.message.max" +minMessage: "validator.message.min" +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: 350 +min: 4 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#908 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 | "form.message" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#907 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "py-20 textarea-control" "rows" => "4" "data-parsley-minlength" => 4 "data-parsley-maxlength" => 350 "data-parsley-minlength-message" => "Le message doit comporter plus de 4 caractères." "data-parsley-maxlength-message" => "Le message doit comporter au maximum 350 caractères." "data-parsley-required-message" => "Veuillez entrer votre message." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
| cache_key | "_contact_message_textarea" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2775 -errors: [] -form: Symfony\Component\Form\Form {#2608 …} } |
| form | Symfony\Component\Form\FormView {#2776 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "form.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| action_name | "contact" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#982 +payload: null +groups: ? ?array +message: "validator.captcha.invalid" +messageMissingValue: "validator.captcha.invalid" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#982 +payload: null +groups: ? ?array +message: "validator.captcha.invalid" +messageMissingValue: "validator.captcha.invalid" } ] |
| locale | "fr" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| 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 | false |
| constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#982 +payload: null +groups: ? ?array +message: "validator.captcha.invalid" +messageMissingValue: "validator.captcha.invalid" } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#892 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 | [] |
| host | null |
| 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 | [] |
| locale | "fr" |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#891 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_contact_captcha" ] |
| cache_key | "_contact_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2777 -errors: [] -form: Symfony\Component\Form\Form {#2611 …} } |
| form | Symfony\Component\Form\FormView {#2778 …5} |
| full_name | "contact[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "contact_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "fr" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LcfwvkrAAAAAMrZiaUDi-ZGqjHJLW359CVV2eiy" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_captcha" |
| 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 |
|---|---|---|
| label | "form.button.send_message" |
same as passed value |
| row_attr | [ "class" => "form-group mt-15 text-center" ] |
[ "class" => "form-group mt-15 text-center" ] |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form.button.send_message" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "form-group mt-15 text-center" ] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_submit" ] |
| cache_key | "_contact_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2780 …5} |
| full_name | "contact[submit]" |
| id | "contact_submit" |
| label | "form.button.send_message" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [ "class" => "form-group mt-15 text-center" ] |
| translation_domain | "form" |
| unique_block_prefix | "_contact_submit" |
| value | null |
login_modal
"App\Form\Account\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\LoginData {#3942 -login: ? string -password: ? string -siteId: ? int } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 | [] |
| data | App\FormData\Account\LoginData {#3942 -login: ? string -password: ? string -siteId: ? int } |
| data_class | "App\FormData\Account\LoginData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\LoginData" } } |
| 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() {#3869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#3853 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "login" "_login_modal" ] |
| cache_key | "_login_modal_login" |
| compound | true |
| data | App\FormData\Account\LoginData {#3942 -login: ? string -password: ? string -siteId: ? int } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3990 -errors: [] -form: Symfony\Component\Form\Form {#3991 …} } |
| form | Symfony\Component\Form\FormView {#3969 …5} |
| full_name | "login_modal" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_modal" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login_modal" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_modal" |
| valid | true |
| value | App\FormData\Account\LoginData {#3942 -login: ? string -password: ? string -siteId: ? int } |
login
"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 | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
[ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3964 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3964 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
| empty_data | "" |
same as passed value |
| label | "form.login" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3964 +payload: null +groups: ? ?array +message: "validator.login.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "form.login" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#3974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#3973 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-required-message" => "Veuillez indiquer votre identifiant." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_modal_login" ] |
| cache_key | "_login_modal_login_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4005 -errors: [] -form: Symfony\Component\Form\Form {#3994 …} } |
| form | Symfony\Component\Form\FormView {#4003 …5} |
| full_name | "login_modal[login]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_modal_login" |
| label | "form.login" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_login_modal_login" |
| valid | true |
| value | null |
password
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 | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
[ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3971 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3971 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
| empty_data | "" |
same as passed value |
| help | "form.help.forgot_password" |
same as passed value |
| help_html | true |
same as passed value |
| label | "form.password" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3971 +payload: null +groups: ? ?array +message: "validator.password.not_blank" +allowNull: false +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | "form.help.forgot_password" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password" |
| 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 | "form" |
| trim | false |
| upload_max_size_message | Closure() {#3986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#3985 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-errors-container" => "#loginPasswordError" "data-parsley-required-message" => "Veuillez indiquer un mot de passe." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_login_modal_password" ] |
| cache_key | "_login_modal_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4006 -errors: [] -form: Symfony\Component\Form\Form {#3997 …} } |
| form | Symfony\Component\Form\FormView {#4007 …5} |
| full_name | "login_modal[password]" |
| help | "form.help.forgot_password" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "login_modal_password" |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_login_modal_password" |
| 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-lg w-100" ] |
[ "class" => "btn-lg w-100" ] |
| label | "Se connecter<i class="btn-icon ci ci-arrow-right fs-15 ms-10"></i>" |
same as passed value |
| label_html | true |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Se connecter<i class="btn-icon ci ci-arrow-right fs-15 ms-10"></i>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_login_modal_submit" ] |
| cache_key | "_login_modal_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4014 …5} |
| full_name | "login_modal[submit]" |
| id | "login_modal_submit" |
| label | "Se connecter<i class="btn-icon ci ci-arrow-right fs-15 ms-10"></i>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| unique_block_prefix | "_login_modal_submit" |
| value | null |
forgotten_password
"App\Form\Account\ForgottenPasswordType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\FormData\Account\ForgottenPasswordData {#4239 -siteId: ? int -login: ? string } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\FormData\Account\ForgottenPasswordData {#4239 -siteId: ? int -login: ? string } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/fr/mot-de-passe/oublie" |
| 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 | [] |
| data | App\FormData\Account\ForgottenPasswordData {#4239 -siteId: ? int -login: ? string } |
| data_class | "App\FormData\Account\ForgottenPasswordData" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4092 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\FormData\Account\ForgottenPasswordData" } } |
| 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() {#4093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4190 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/fr/mot-de-passe/oublie" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "forgotten_password" "_forgotten_password" ] |
| cache_key | "_forgotten_password_forgotten_password" |
| compound | true |
| data | App\FormData\Account\ForgottenPasswordData {#4239 -siteId: ? int -login: ? string } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4271 -errors: [] -form: Symfony\Component\Form\Form {#4272 …} } |
| form | Symfony\Component\Form\FormView {#4260 …5} |
| full_name | "forgotten_password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forgotten_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "forgotten_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forgotten_password" |
| valid | true |
| value | App\FormData\Account\ForgottenPasswordData {#4239 -siteId: ? int -login: ? string } |
login
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
[ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4255 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4262 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4255 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4262 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| label | "form.email" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4255 +payload: null +groups: ? ?array +message: "validator.email.not_blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4262 +payload: null +groups: ? ?array +message: "validator.email.invalid" +mode: null +normalizer: null } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4264 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.email" |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#4266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4265 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-parsley-type" => "email" "data-parsley-type-message" => "Le format de l'adresse e-mail n'est pas valide." "data-parsley-required-message" => "Veuillez encoder une adresse e-mail." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_forgotten_password_login" ] |
| cache_key | "_forgotten_password_login_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4284 -errors: [] -form: Symfony\Component\Form\Form {#4275 …} } |
| form | Symfony\Component\Form\FormView {#4283 …5} |
| full_name | "forgotten_password[login]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forgotten_password_login" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_forgotten_password_login" |
| 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-lg w-100" ] |
[ "class" => "btn-lg w-100" ] |
| label | "form.button.password_send" |
same as passed value |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form.button.password_send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-lg w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_forgotten_password_submit" ] |
| cache_key | "_forgotten_password_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4286 …5} |
| full_name | "forgotten_password[submit]" |
| id | "forgotten_password_submit" |
| label | "form.button.password_send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "form" |
| unique_block_prefix | "_forgotten_password_submit" |
| value | null |
search_modal
"App\Form\Search\SearchType"
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
No options were passed when constructing this form.
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 | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4509 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 | "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() {#4507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4344 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search" "_search_modal" ] |
| cache_key | "_search_modal_search" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4539 -errors: [] -form: Symfony\Component\Form\Form {#4543 …} } |
| form | Symfony\Component\Form\FormView {#4445 …5} |
| full_name | "search_modal" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_modal" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search_modal" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_modal" |
| valid | true |
| value | null |
search
"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" => "form.search_product" ] |
[ "placeholder" => "form.search_product" ] |
| label | "form.search_product" |
same as passed value |
| label_attr | [ "class" => "visually-hidden" ] |
[ "class" => "visually-hidden" ] |
| translation_domain | "form" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "form.search_product" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4530 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 | "form.search_product" |
| label_attr | [ "class" => "visually-hidden" ] |
| 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 | "form" |
| trim | true |
| upload_max_size_message | Closure() {#4538 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#791 …} $message: Closure() {#4531 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "form.search_product" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_modal_search" ] |
| cache_key | "_search_modal_search_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4554 -errors: [] -form: Symfony\Component\Form\Form {#4546 …} } |
| form | Symfony\Component\Form\FormView {#4553 …5} |
| full_name | "search_modal[search]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_modal_search" |
| label | "form.search_product" |
| label_attr | [ "class" => "visually-hidden" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "form" |
| unique_block_prefix | "_search_modal_search" |
| valid | true |
| value | "" |