Forms
-
contact
-
name
-
firstname
-
age
-
telephone
-
commune
-
studyLevel
-
learningDifficulty
-
0
-
1
-
2
-
3
-
4
-
5
-
-
email
-
_token
-
contact
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#752 -id: null -name: null -firstname: null -age: null -telephone: null -commune: null -studyLevel: null -learningDifficulty: [] -email: null -createdAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#752 -id: null -name: null -firstname: null -age: null -telephone: null -commune: null -studyLevel: null -learningDifficulty: [] -email: null -createdAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data | App\Entity\Contact {#752 -id: null -name: null -firstname: null -age: null -telephone: null -commune: null -studyLevel: null -learningDifficulty: [] -email: null -createdAt: null } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
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() {#846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#847 …} $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\Entity\Contact {#752 -id: null -name: null -firstname: null -age: null -telephone: null -commune: null -studyLevel: null -learningDifficulty: [] -email: null -createdAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#959 -form: Symfony\Component\Form\Form {#947 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#845 …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\Entity\Contact {#752 -id: null -name: null -firstname: null -age: null -telephone: null -commune: null -studyLevel: null -learningDifficulty: [] -email: null -createdAt: null } |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Nom de l'élève" |
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 | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#826 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 | "Nom de l'élève" |
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() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#820 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_name" ] |
cache_key | "_contact_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1062 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1055 …5} |
full_name | "contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_name" |
label | "Nom de l'élève" |
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 | null |
unique_block_prefix | "_contact_name" |
valid | true |
value | "" |
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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Prénom de l'élève" |
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 | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom de l'élève" |
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() {#828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#815 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_firstname" ] |
cache_key | "_contact_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1063 -form: Symfony\Component\Form\Form {#988 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1056 …5} |
full_name | "contact[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_firstname" |
label | "Prénom de l'élève" |
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 | null |
unique_block_prefix | "_contact_firstname" |
valid | true |
value | "" |
age
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 |
---|---|---|
label | "Âge de l'élève" |
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 | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#836 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter an integer." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Âge de l'élève" |
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 |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#835 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_contact_age" ] |
cache_key | "_contact_age_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#860 -form: Symfony\Component\Form\Form {#991 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#829 …5} |
full_name | "contact[age]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_age" |
label | "Âge de l'élève" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "age" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_age" |
valid | true |
value | "" |
telephone
"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 |
---|---|---|
label | "Téléphone" |
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 | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#869 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 | "Télé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 | null |
trim | true |
upload_max_size_message | Closure() {#868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#866 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_telephone" ] |
cache_key | "_contact_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#942 -form: Symfony\Component\Form\Form {#949 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#913 …5} |
full_name | "contact[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_telephone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_telephone" |
valid | true |
value | "" |
commune
"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 |
---|---|---|
label | "Commune" |
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 | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#874 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 | "Commune" |
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() {#876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#875 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_commune" ] |
cache_key | "_contact_commune_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1022 -form: Symfony\Component\Form\Form {#952 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1013 …5} |
full_name | "contact[commune]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_commune" |
label | "Commune" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "commune" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_commune" |
valid | true |
value | "" |
studyLevel
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 |
---|---|---|
choices | [ "Primaire" => [ "3P" => "3P" "4P" => "4P" "5P" => "5P" "6P" => "6P" "7P" => "7P" "8P" => "8P" ] "Secondaire" => [ "9H" => "9H" "10H" => "10H" "11H" => "11H" ] "CFC" => "CFC" "ECG" => "ECG" "Maturité" => "Maturité" ] |
[ "Primaire" => [ "3P" => "3P" "4P" => "4P" "5P" => "5P" "6P" => "6P" "7P" => "7P" "8P" => "8P" ] "Secondaire" => [ "9H" => "9H" "10H" => "10H" "11H" => "11H" ] "CFC" => "CFC" "ECG" => "ECG" "Maturité" => "Maturité" ] |
label | "Niveau d'études" |
same as passed value |
placeholder | "Choisir un niveau d'études" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Primaire" => [ "3P" => "3P" "4P" => "4P" "5P" => "5P" "6P" => "6P" "7P" => "7P" "8P" => "8P" ] "Secondaire" => [ "9H" => "9H" "10H" => "10H" "11H" => "11H" ] "CFC" => "CFC" "ECG" => "ECG" "Maturité" => "Maturité" ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
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 | "Niveau d'études" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choisir un niveau d'études" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#896 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_studyLevel" ] |
cache_key | "_contact_studyLevel_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ "Primaire" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1105 +label: "Primaire" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#973 +label: "3P" +value: "3P" +data: "3P" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#867 +label: "4P" +value: "4P" +data: "4P" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#842 +label: "5P" +value: "5P" +data: "5P" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#877 +label: "6P" +value: "6P" +data: "6P" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#904 +label: "7P" +value: "7P" +data: "7P" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1103 +label: "8P" +value: "8P" +data: "8P" +attr: [] +labelTranslationParameters: [] } ] } "Secondaire" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#1109 +label: "Secondaire" +choices: [ 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "9H" +value: "9H" +data: "9H" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "10H" +value: "10H" +data: "10H" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "11H" +value: "11H" +data: "11H" +attr: [] +labelTranslationParameters: [] } ] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "CFC" +value: "CFC" +data: "CFC" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "ECG" +value: "ECG" +data: "ECG" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "Maturité" +value: "Maturité" +data: "Maturité" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1004 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#994 …5} |
full_name | "contact[studyLevel]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_studyLevel" |
is_selected | Closure($choice, $value) {#1114 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Niveau d'études" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "studyLevel" |
placeholder | "Choisir un niveau d'études" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_studyLevel" |
valid | true |
value | "" |
learningDifficulty
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 |
---|---|---|
choices | [ "Maths" => "maths" "Français" => "Français" "Langues étrangères" => "Langues étrangères" "HG" => "HG" "Autres branches générales" => "Autres branches générales" "Formations pour adultes" => "Formations pour adultes" ] |
[ "Maths" => "maths" "Français" => "Français" "Langues étrangères" => "Langues étrangères" "HG" => "HG" "Autres branches générales" => "Autres branches générales" "Formations pour adultes" => "Formations pour adultes" ] |
expanded | true |
same as passed value |
label | "Difficultés d'apprentissage" |
same as passed value |
multiple | true |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Maths" => "maths" "Français" => "Français" "Langues étrangères" => "Langues étrangères" "HG" => "HG" "Autres branches générales" => "Autres branches générales" "Formations pour adultes" => "Formations pour adultes" ] |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 | "Difficultés d'apprentissage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
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 | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#909 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contact_learningDifficulty" ] |
cache_key | "_contact_learningDifficulty_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#923 +label: "Maths" +value: "maths" +data: "maths" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#928 +label: "Français" +value: "Français" +data: "Français" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#927 +label: "Langues étrangères" +value: "Langues étrangères" +data: "Langues étrangères" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#926 +label: "HG" +value: "HG" +data: "HG" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#925 +label: "Autres branches générales" +value: "Autres branches générales" +data: "Autres branches générales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#924 +label: "Formations pour adultes" +value: "Formations pour adultes" +data: "Formations pour adultes" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1115 -form: Symfony\Component\Form\Form {#1028 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1116 …5} |
full_name | "contact[learningDifficulty]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty" |
is_selected | Closure($choice, array $values) {#1117 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Difficultés d'apprentissage" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "learningDifficulty" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty" |
valid | true |
value | [] |
0
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Maths" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "maths" |
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 | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#961 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#960 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Maths" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#965 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#967 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "maths" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_learningDifficulty_entry" ] |
cache_key | "_contact_learningDifficulty_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1121 -form: Symfony\Component\Form\Form {#1031 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1120 …5} |
full_name | "contact[learningDifficulty][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty_0" |
label | "Maths" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty_entry" |
valid | true |
value | "maths" |
1
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Français" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "Français" |
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 | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#961 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#960 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Français" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#974 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#975 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "Français" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_learningDifficulty_entry" ] |
cache_key | "_contact_learningDifficulty_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1122 -form: Symfony\Component\Form\Form {#1034 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1123 …5} |
full_name | "contact[learningDifficulty][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty_1" |
label | "Français" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty_entry" |
valid | true |
value | "Français" |
2
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Langues étrangères" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "Langues étrangères" |
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 | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#961 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#960 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Langues étrangères" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#982 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "Langues étrangères" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_learningDifficulty_entry" ] |
cache_key | "_contact_learningDifficulty_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1124 -form: Symfony\Component\Form\Form {#1037 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1125 …5} |
full_name | "contact[learningDifficulty][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty_2" |
label | "Langues étrangères" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty_entry" |
valid | true |
value | "Langues étrangères" |
3
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "HG" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "HG" |
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 | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#961 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#960 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "HG" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#1002 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "HG" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_learningDifficulty_entry" ] |
cache_key | "_contact_learningDifficulty_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1126 -form: Symfony\Component\Form\Form {#1040 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1127 …5} |
full_name | "contact[learningDifficulty][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty_3" |
label | "HG" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty_entry" |
valid | true |
value | "HG" |
4
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Autres branches générales" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "Autres branches générales" |
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 | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#961 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#960 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Autres branches générales" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#1011 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "Autres branches générales" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_learningDifficulty_entry" ] |
cache_key | "_contact_learningDifficulty_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1128 -form: Symfony\Component\Form\Form {#1043 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1129 …5} |
full_name | "contact[learningDifficulty][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty_4" |
label | "Autres branches générales" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty_entry" |
valid | true |
value | "Autres branches générales" |
5
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Formations pour adultes" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "Formations pour adultes" |
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 | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#961 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#960 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Formations pour adultes" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#1020 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "Formations pour adultes" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_learningDifficulty_entry" ] |
cache_key | "_contact_learningDifficulty_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1130 -form: Symfony\Component\Form\Form {#1046 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1131 …5} |
full_name | "contact[learningDifficulty][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_learningDifficulty_5" |
label | "Formations pour adultes" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_learningDifficulty_entry" |
valid | true |
value | "Formations pour adultes" |
"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 |
---|---|---|
label | "Email" |
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 | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#936 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 | "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 | null |
trim | true |
upload_max_size_message | Closure() {#941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#933 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_email" ] |
cache_key | "_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1119 -form: Symfony\Component\Form\Form {#1049 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1118 …5} |
full_name | "contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_email" |
label | "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 | null |
unique_block_prefix | "_contact_email" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6bd49bd7bb61c2c1feb45d09cff.upBQEhHqtE3tqdSVAWZ-cd50EIG7roXRlUE0-YXJbB4.jN42Sk6pgXmDnLHzXhUYHLQVWsPIyciW5yADvLGdIVfc2BZcfpn-O7n8lQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "6bd49bd7bb61c2c1feb45d09cff.upBQEhHqtE3tqdSVAWZ-cd50EIG7roXRlUE0-YXJbB4.jN42Sk6pgXmDnLHzXhUYHLQVWsPIyciW5yADvLGdIVfc2BZcfpn-O7n8lQ" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#797 …} -namespace: Closure() {#811 …} } |
data | "6bd49bd7bb61c2c1feb45d09cff.upBQEhHqtE3tqdSVAWZ-cd50EIG7roXRlUE0-YXJbB4.jN42Sk6pgXmDnLHzXhUYHLQVWsPIyciW5yADvLGdIVfc2BZcfpn-O7n8lQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1151 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1140 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#365 …} $message: Closure() {#1139 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
cache_key | "_contact__token_hidden" |
compound | false |
data | "6bd49bd7bb61c2c1feb45d09cff.upBQEhHqtE3tqdSVAWZ-cd50EIG7roXRlUE0-YXJbB4.jN42Sk6pgXmDnLHzXhUYHLQVWsPIyciW5yADvLGdIVfc2BZcfpn-O7n8lQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1160 -form: Symfony\Component\Form\Form {#1133 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1143 …5} |
full_name | "contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact__token" |
valid | true |
value | "6bd49bd7bb61c2c1feb45d09cff.upBQEhHqtE3tqdSVAWZ-cd50EIG7roXRlUE0-YXJbB4.jN42Sk6pgXmDnLHzXhUYHLQVWsPIyciW5yADvLGdIVfc2BZcfpn-O7n8lQ" |