Forms
-
-
firstName
-
lastName
-
email
-
phone
-
streetAddress
-
city
-
postalCode
-
-
file
-
-
message
-
motif
-
captcha
-
_token
-
teacher_application
Form type:
"App\Form\TeacherApplicationType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\TeacherApplication {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -streetAddress: null -city: null -postalCode: null -cv: null -cvFile: null -updatedAt: null -message: null -motif: null -namerCV: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\TeacherApplication {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -streetAddress: null -city: null -postalCode: null -cv: null -cvFile: null -updatedAt: null -message: null -motif: null -namerCV: 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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data | App\Entity\TeacherApplication {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -streetAddress: null -city: null -postalCode: null -cv: null -cvFile: null -updatedAt: null -message: null -motif: null -namerCV: null } |
data_class | "App\Entity\TeacherApplication" |
disabled | false |
empty_data | Closure(FormInterface $form) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\TeacherApplication" } } |
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() {#788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#787 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "teacher_application" "_teacher_application" ] |
cache_key | "_teacher_application_teacher_application" |
compound | true |
data | App\Entity\TeacherApplication {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -streetAddress: null -city: null -postalCode: null -cv: null -cvFile: null -updatedAt: null -message: null -motif: null -namerCV: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#827 -form: Symfony\Component\Form\Form {#941 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#789 …5} |
full_name | "teacher_application" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "teacher_application" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application" |
valid | true |
value | App\Entity\TeacherApplication {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -streetAddress: null -city: null -postalCode: null -cv: null -cvFile: null -updatedAt: null -message: null -motif: null -namerCV: null } |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
label | "Prénom" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#768 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" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#767 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_teacher_application_firstName" ] |
cache_key | "_teacher_application_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#968 -form: Symfony\Component\Form\Form {#979 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1047 …5} |
full_name | "teacher_application[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_firstName" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_firstName" |
valid | true |
value | "" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Nom" ] |
[ "placeholder" => "Nom" ] |
label | "Nom" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#761 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" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#774 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_teacher_application_lastName" ] |
cache_key | "_teacher_application_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#966 -form: Symfony\Component\Form\Form {#982 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#961 …5} |
full_name | "teacher_application[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_lastName" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_lastName" |
valid | true |
value | "" |
Form type:
"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 | [ "placeholder" => "Email" ] |
[ "placeholder" => "Email" ] |
label | "Email" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Email" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#784 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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#785 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_teacher_application_email" ] |
cache_key | "_teacher_application_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#960 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#967 …5} |
full_name | "teacher_application[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_email" |
valid | true |
value | "" |
phone
Form type:
"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 | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Téléphone" ] |
[ "placeholder" => "Téléphone" ] |
label | "Téléphone" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Téléphone" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#812 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 | "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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#811 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_teacher_application_phone" ] |
cache_key | "_teacher_application_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#936 -form: Symfony\Component\Form\Form {#943 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#916 …5} |
full_name | "teacher_application[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_phone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_phone" |
valid | true |
value | "" |
streetAddress
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Adresse" ] |
[ "placeholder" => "Adresse" ] |
label | "Adresse" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#824 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 | "Adresse" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#825 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_teacher_application_streetAddress" ] |
cache_key | "_teacher_application_streetAddress_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#946 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#880 …5} |
full_name | "teacher_application[streetAddress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_streetAddress" |
label | "Adresse" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "streetAddress" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_streetAddress" |
valid | true |
value | "" |
city
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Ville" ] |
[ "placeholder" => "Ville" ] |
label | "Ville" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Ville" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#833 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 | "Ville" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#834 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Ville" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_teacher_application_city" ] |
cache_key | "_teacher_application_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1002 -form: Symfony\Component\Form\Form {#949 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#852 …5} |
full_name | "teacher_application[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_city" |
label | "Ville" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_city" |
valid | true |
value | "" |
postalCode
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Code postal" ] |
[ "placeholder" => "Code postal" ] |
label | "Code Postal" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Code postal" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#849 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 | "Code Postal" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#850 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Code postal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_teacher_application_postalCode" ] |
cache_key | "_teacher_application_postalCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#838 -form: Symfony\Component\Form\Form {#952 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#776 …5} |
full_name | "teacher_application[postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_postalCode" |
label | "Code Postal" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postalCode" |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_postalCode" |
valid | true |
value | "" |
cvFile
Form type:
"Vich\UploaderBundle\Form\Type\VichFileType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format |
null
|
Normalized Format | [ "file" => null ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "CV" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
[ "class" => "d-flex flex-column col-md-12 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
asset_helper | 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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
delete_label | "vich_uploader.form_label.delete_confirm" |
disabled | false |
download_label | "vich_uploader.link.download" |
download_uri | true |
empty_data | Closure(FormInterface $form) {#877 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 | "CV" |
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 | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#878 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
asset_helper | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vich_file" "_teacher_application_cvFile" ] |
cache_key | "_teacher_application_cvFile_vich_file" |
compound | true |
data | [ "file" => null ] |
disabled | false |
download_label | "vich_uploader.link.download" |
download_uri | null |
errors | Symfony\Component\Form\FormErrorIterator {#764 -form: Symfony\Component\Form\Form {#996 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#791 …5} |
full_name | "teacher_application[cvFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_cvFile" |
label | "CV" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "cvFile" |
object | App\Entity\TeacherApplication {#568 -id: null -firstName: null -lastName: null -email: null -phone: null -streetAddress: null -city: null -postalCode: null -cv: null -cvFile: null -updatedAt: null -message: null -motif: null -namerCV: null } |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_cvFile" |
valid | true |
value | [ "file" => null ] |
file
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [] |
[] |
label | "CV" |
same as passed value |
required | true |
same as passed value |
translation_domain | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "CV" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#1003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#1004 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_teacher_application_cvFile_file" ] |
cache_key | "_teacher_application_cvFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1053 -form: Symfony\Component\Form\Form {#993 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1055 …5} |
full_name | "teacher_application[cvFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_cvFile_file" |
label | "CV" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_teacher_application_cvFile_file" |
valid | true |
value | "" |
message
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" => "Votre message" ] |
[ "placeholder" => "Votre message" ] |
label | "Message" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
[ "class" => "d-flex flex-column col-md-12 mb-3" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre message" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#890 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "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 | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#888 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre message" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_teacher_application_message" ] |
cache_key | "_teacher_application_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#818 -form: Symfony\Component\Form\Form {#990 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1050 …5} |
full_name | "teacher_application[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_message" |
label | "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 | [ "class" => "d-flex flex-column col-md-12 mb-3" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_message" |
valid | true |
value | "" |
motif
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 | [ "Je cherche un poste de Formateur en Ligne" => "Formateur en Ligne" "Je cherche un poste de Formateur en Présentiel" => "Formateur en Présentiel" "Je veux devenir formateur" => "Je veux devenir formateur" "Autres" => "Autres" ] |
[ "Je cherche un poste de Formateur en Ligne" => "Formateur en Ligne" "Je cherche un poste de Formateur en Présentiel" => "Formateur en Présentiel" "Je veux devenir formateur" => "Je veux devenir formateur" "Autres" => "Autres" ] |
placeholder | "--" |
same as passed value |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
[ "class" => "d-flex flex-column col-md-6 mb-3" ] |
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 | [ "Je cherche un poste de Formateur en Ligne" => "Formateur en Ligne" "Je cherche un poste de Formateur en Présentiel" => "Formateur en Présentiel" "Je veux devenir formateur" => "Je veux devenir formateur" "Autres" => "Autres" ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "--" |
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 | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#913 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_teacher_application_motif" ] |
cache_key | "_teacher_application_motif_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1052 +label: "Je cherche un poste de Formateur en Ligne" +value: "Formateur en Ligne" +data: "Formateur en Ligne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "Je cherche un poste de Formateur en Présentiel" +value: "Formateur en Présentiel" +data: "Formateur en Présentiel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1064 +label: "Je veux devenir formateur" +value: "Je veux devenir formateur" +data: "Je veux devenir formateur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1058 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1051 -form: Symfony\Component\Form\Form {#976 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1054 …5} |
full_name | "teacher_application[motif]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application_motif" |
is_selected | Closure($choice, $value) {#1066 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "motif" |
placeholder | "--" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [ "class" => "d-flex flex-column col-md-6 mb-3" ] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_motif" |
valid | true |
value | "" |
captcha
Form type:
"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 {#837 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#837 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
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 {#837 +payload: null +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" } ] |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#933 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() {#935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#934 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
action_name | "contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_teacher_application_captcha" ] |
cache_key | "_teacher_application_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1049 -form: Symfony\Component\Form\Form {#974 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1056 …5} |
full_name | "teacher_application[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.google.com" |
id | "teacher_application_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 | "6LccvW0qAAAAAGj9oJK-Ok5_o2Wzkpg90SXRvKKK" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_teacher_application_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "de54071427103bc75db.speZDHFdy_pXlFSFRg2MuHd240o-6ZC2wllbwvrvgUY.6uHxaT82u7IexDyxcnX7-hQimXtumsXH9GEorK2iySz8369mRiuYqnr-Ow" |
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 | "de54071427103bc75db.speZDHFdy_pXlFSFRg2MuHd240o-6ZC2wllbwvrvgUY.6uHxaT82u7IexDyxcnX7-hQimXtumsXH9GEorK2iySz8369mRiuYqnr-Ow" |
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 {#236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#39 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#273 …} } |
data | "de54071427103bc75db.speZDHFdy_pXlFSFRg2MuHd240o-6ZC2wllbwvrvgUY.6uHxaT82u7IexDyxcnX7-hQimXtumsXH9GEorK2iySz8369mRiuYqnr-Ow" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1074 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() {#1085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#571 …} $message: Closure() {#1086 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_teacher_application__token" ] |
cache_key | "_teacher_application__token_hidden" |
compound | false |
data | "de54071427103bc75db.speZDHFdy_pXlFSFRg2MuHd240o-6ZC2wllbwvrvgUY.6uHxaT82u7IexDyxcnX7-hQimXtumsXH9GEorK2iySz8369mRiuYqnr-Ow" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1067 -form: Symfony\Component\Form\Form {#1079 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1088 …5} |
full_name | "teacher_application[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "teacher_application__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 | "_teacher_application__token" |
valid | true |
value | "de54071427103bc75db.speZDHFdy_pXlFSFRg2MuHd240o-6ZC2wllbwvrvgUY.6uHxaT82u7IexDyxcnX7-hQimXtumsXH9GEorK2iySz8369mRiuYqnr-Ow" |