- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 995
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Httplug 0/0
- Messages
- E-mails
- Notifications
- Guzzle
- Features 3
- VichUploader
- JMS Serializer 0
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
6737f8f6c6f53
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Applicant {#326 -id: null -vacancy: null -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731721462 {#329 date: 2024-11-16 02:44:22.814916 Europe/Amsterdam (+01:00) } -CVFile: null -motivationFile: null -fileName: null -fileSize: null -fileNameMotivation: null -fileSizeMotivation: null -motivation: null -status: null -description: null -notes: Doctrine\Common\Collections\ArrayCollection {#328 …} -data: null -questionAnswerData: null -acceptedPrivacyPolicy: false -applicantSendToApplicantMail: false -linkedinProfileUrl: null -deletedAt: null -clone: false -manual: false -manualMail: null -sentAt: null -externalId: null -externalCandidateId: null -updatedAt: null -utm: [] -knockoutQuestionAnswers: null -rejectedByKnockout: false -gdpr: null -locale: null -externalResumeId: null -applyUrl: null -company: null -applicantForm: App\Entity\ApplicantForm {#10240 …} #anonymized: false } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/applicant_snippet/open?form_id=6737f8f6c6f53" |
same as passed value |
attr | [ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "open-apply-form" ] |
[ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "open-apply-form" ] |
data | App\Entity\Applicant {#326 -id: null -vacancy: null -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731721462 {#329 date: 2024-11-16 02:44:22.814916 Europe/Amsterdam (+01:00) } -CVFile: null -motivationFile: null -fileName: null -fileSize: null -fileNameMotivation: null -fileSizeMotivation: null -motivation: null -status: null -description: null -notes: Doctrine\Common\Collections\ArrayCollection {#328 …} -data: null -questionAnswerData: null -acceptedPrivacyPolicy: false -applicantSendToApplicantMail: false -linkedinProfileUrl: null -deletedAt: null -clone: false -manual: false -manualMail: null -sentAt: null -externalId: null -externalCandidateId: null -updatedAt: null -utm: [] -knockoutQuestionAnswers: null -rejectedByKnockout: false -gdpr: null -locale: null -externalResumeId: null -applyUrl: null -company: null -applicantForm: App\Entity\ApplicantForm {#10240 …} #anonymized: false } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/applicant_snippet/open?form_id=6737f8f6c6f53" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "open-apply-form" ] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data | App\Entity\Applicant {#326 -id: null -vacancy: null -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731721462 {#329 date: 2024-11-16 02:44:22.814916 Europe/Amsterdam (+01:00) } -CVFile: null -motivationFile: null -fileName: null -fileSize: null -fileNameMotivation: null -fileSizeMotivation: null -motivation: null -status: null -description: null -notes: Doctrine\Common\Collections\ArrayCollection {#328 …} -data: null -questionAnswerData: null -acceptedPrivacyPolicy: false -applicantSendToApplicantMail: false -linkedinProfileUrl: null -deletedAt: null -clone: false -manual: false -manualMail: null -sentAt: null -externalId: null -externalCandidateId: null -updatedAt: null -utm: [] -knockoutQuestionAnswers: null -rejectedByKnockout: false -gdpr: null -locale: null -externalResumeId: null -applyUrl: null -company: null -applicantForm: App\Entity\ApplicantForm {#10240 …} #anonymized: false } |
data_class | "App\Entity\Applicant" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} use: { $class: "App\Entity\Applicant" } } |
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 | [] |
legacy_error_messages | true |
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() {#9734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9732 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/applicant_snippet/open?form_id=6737f8f6c6f53" |
attr | [ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "open-apply-form" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_6737f8f6c6f53" ] |
cache_key | "_6737f8f6c6f53_form" |
compound | true |
data | App\Entity\Applicant {#326 -id: null -vacancy: null -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731721462 {#329 date: 2024-11-16 02:44:22.814916 Europe/Amsterdam (+01:00) } -CVFile: null -motivationFile: null -fileName: null -fileSize: null -fileNameMotivation: null -fileSizeMotivation: null -motivation: null -status: null -description: null -notes: Doctrine\Common\Collections\ArrayCollection {#328 …} -data: null -questionAnswerData: null -acceptedPrivacyPolicy: false -applicantSendToApplicantMail: false -linkedinProfileUrl: null -deletedAt: null -clone: false -manual: false -manualMail: null -sentAt: null -externalId: null -externalCandidateId: null -updatedAt: null -utm: [] -knockoutQuestionAnswers: null -rejectedByKnockout: false -gdpr: null -locale: null -externalResumeId: null -applyUrl: null -company: null -applicantForm: App\Entity\ApplicantForm {#10240 …} #anonymized: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7708 -form: Symfony\Component\Form\Form {#7798 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7801 …5} |
full_name | "6737f8f6c6f53" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "6737f8f6c6f53" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53" |
valid | true |
value | App\Entity\Applicant {#326 -id: null -vacancy: null -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731721462 {#329 date: 2024-11-16 02:44:22.814916 Europe/Amsterdam (+01:00) } -CVFile: null -motivationFile: null -fileName: null -fileSize: null -fileNameMotivation: null -fileSizeMotivation: null -motivation: null -status: null -description: null -notes: Doctrine\Common\Collections\ArrayCollection {#328 …} -data: null -questionAnswerData: null -acceptedPrivacyPolicy: false -applicantSendToApplicantMail: false -linkedinProfileUrl: null -deletedAt: null -clone: false -manual: false -manualMail: null -sentAt: null -externalId: null -externalCandidateId: null -updatedAt: null -utm: [] -knockoutQuestionAnswers: null -rejectedByKnockout: false -gdpr: null -locale: null -externalResumeId: null -applyUrl: null -company: null -applicantForm: App\Entity\ApplicantForm {#10240 …} #anonymized: false } |
first_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "minlength" => 1 "class" => "form-control column-1" ] |
[ "minlength" => 1 "class" => "form-control column-1" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#9617 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#9617 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | "Voornaam" |
same as passed value |
label_html | true |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-control column-1" ] |
[ "class" => "form-control column-1" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#9617 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#7934 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} } |
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 | "Voornaam" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8060 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#8035 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_6737f8f6c6f53_first_name" ] |
cache_key | "_6737f8f6c6f53_first_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7735 -form: Symfony\Component\Form\Form {#7758 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7734 …5} |
full_name | "6737f8f6c6f53[first_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_first_name" |
label | "Voornaam" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first_name" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53_first_name" |
valid | true |
value | "" |
last_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "minlength" => 1 "class" => "form-control column-1" ] |
[ "minlength" => 1 "class" => "form-control column-1" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#9701 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#9701 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | "Achternaam" |
same as passed value |
label_html | true |
same as passed value |
mapped | false |
false
|
required | false |
false
|
row_attr | [ "class" => "form-control column-1" ] |
[ "class" => "form-control column-1" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#9701 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#7875 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} } |
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 | "Achternaam" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7874 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_6737f8f6c6f53_last_name" ] |
cache_key | "_6737f8f6c6f53_last_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7690 -form: Symfony\Component\Form\Form {#7754 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7693 …5} |
full_name | "6737f8f6c6f53[last_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_last_name" |
label | "Achternaam" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "last_name" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53_last_name" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "minlength" => 1 "class" => "form-control column-1" ] |
[ "minlength" => 1 "class" => "form-control column-1" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#9700 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#9700 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | "E-mail" |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-control column-1" ] |
[ "class" => "form-control column-1" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#9700 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#7866 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} } |
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 | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7865 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_6737f8f6c6f53_email" ] |
cache_key | "_6737f8f6c6f53_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7706 -form: Symfony\Component\Form\Form {#7751 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7707 …5} |
full_name | "6737f8f6c6f53[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_email" |
label | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53_email" |
valid | true |
value | "" |
CVFile
"Vich\UploaderBundle\Form\Type\VichFileType"
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 |
---|---|---|
allow_delete | false |
false
|
attr | [ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
[ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
constraints | Symfony\Component\Validator\Constraints\File {#9595 +payload: null +binaryFormat: false +mimeTypes: [ "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/pdf" "application/vnd.oasis.opendocument.text" "text/plain" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Dit veld ondersteunt alleen .doc, .docx, .pdf, .odt, .txt" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 15000000 } |
[ Symfony\Component\Validator\Constraints\File {#9595 +payload: null +binaryFormat: false +mimeTypes: [ "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/pdf" "application/vnd.oasis.opendocument.text" "text/plain" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Dit veld ondersteunt alleen .doc, .docx, .pdf, .odt, .txt" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 15000000 } ] |
download_label | "download" |
same as passed value |
download_uri | true |
same as passed value |
label | "CV" |
same as passed value |
label_html | true |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
row_attr | [ "class" => "form-control column-1" ] |
[ "class" => "form-control column-1" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_delete | false |
allow_extra_fields | false |
allow_file_upload | false |
asset_helper | false |
attr | [ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\File {#9595 +payload: null +binaryFormat: false +mimeTypes: [ "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/pdf" "application/vnd.oasis.opendocument.text" "text/plain" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Dit veld ondersteunt alleen .doc, .docx, .pdf, .odt, .txt" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 15000000 } ] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data_class | null |
delete_label | "vich_uploader.form_label.delete_confirm" |
disabled | false |
documentation | [] |
download_label | "download" |
download_link | null |
download_uri | true |
empty_data | Closure(FormInterface $form) {#7817 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} } |
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 | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7846 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
asset_helper | false |
attr | [ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vich_file" "_6737f8f6c6f53_CVFile" ] |
cache_key | "_6737f8f6c6f53_CVFile_vich_file" |
compound | true |
data | [ "file" => null ] |
disabled | false |
download_label | "download" |
download_uri | null |
errors | Symfony\Component\Form\FormErrorIterator {#7792 -form: Symfony\Component\Form\Form {#7773 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7748 …5} |
full_name | "6737f8f6c6f53[CVFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_CVFile" |
label | "CV" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "CVFile" |
object | App\Entity\Applicant {#326 -id: null -vacancy: null -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731721462 {#329 date: 2024-11-16 02:44:22.814916 Europe/Amsterdam (+01:00) } -CVFile: null -motivationFile: null -fileName: null -fileSize: null -fileNameMotivation: null -fileSizeMotivation: null -motivation: null -status: null -description: null -notes: Doctrine\Common\Collections\ArrayCollection {#328 …} -data: null -questionAnswerData: null -acceptedPrivacyPolicy: false -applicantSendToApplicantMail: false -linkedinProfileUrl: null -deletedAt: null -clone: false -manual: false -manualMail: null -sentAt: null -externalId: null -externalCandidateId: null -updatedAt: null -utm: [] -knockoutQuestionAnswers: null -rejectedByKnockout: false -gdpr: null -locale: null -externalResumeId: null -applyUrl: null -company: null -applicantForm: App\Entity\ApplicantForm {#10240 …} #anonymized: false } |
priority | 0 |
required | false |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53_CVFile" |
valid | true |
value | [ "file" => null ] |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
[ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
label | "CV" |
same as passed value |
required | false |
false
|
translation_domain | null |
null
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
documentation | [] |
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 | "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 | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7729 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7745 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control column-1" "multiple" => false "accept" => "application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/pdf,application/vnd.oasis.opendocument.text,text/plain" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_6737f8f6c6f53_CVFile_file" ] |
cache_key | "_6737f8f6c6f53_CVFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7762 -form: Symfony\Component\Form\Form {#7776 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7785 …5} |
full_name | "6737f8f6c6f53[CVFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_CVFile_file" |
label | "CV" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_6737f8f6c6f53_CVFile_file" |
valid | true |
value | "" |
acceptedPrivacyPolicy
"App\Form\CheckboxHtmlType"
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 |
---|---|---|
data | false |
false
|
label | "<p>Ik ga akkoord met het privacy statement.</p>" |
same as passed value |
required | 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 |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data | false |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#7810 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#7836 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#7833 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "<p>Ik ga akkoord met het privacy statement.</p>" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#7825 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7820 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "checkbox_html" "_6737f8f6c6f53_acceptedPrivacyPolicy" ] |
cache_key | "_6737f8f6c6f53_acceptedPrivacyPolicy_checkbox_html" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8037 -form: Symfony\Component\Form\Form {#7771 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7844 …5} |
full_name | "6737f8f6c6f53[acceptedPrivacyPolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_acceptedPrivacyPolicy" |
label | "<p>Ik ga akkoord met het privacy statement.</p>" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "acceptedPrivacyPolicy" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53_acceptedPrivacyPolicy" |
valid | true |
value | "1" |
captcha
"App\Component\Captcha\Form\CaptchaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#7804 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} } |
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 | [] |
legacy_error_messages | true |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#7802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7803 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "recaptcha" "_6737f8f6c6f53_captcha" ] |
cache_key | "_6737f8f6c6f53_captcha_recaptcha" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7739 -form: Symfony\Component\Form\Form {#7779 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7853 …5} |
full_name | "6737f8f6c6f53[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53_captcha" |
valid | true |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4f73cf3af62ff.zNpv_qUkmYhCka4MoVGcrorOks3dqZwK4In2fIN4rSk.oe1Wrdx117wI1J520jvQ3O6g1arsz-xuo-XCC_oim1CHnCG_6FPR5XDong" |
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 | "4f73cf3af62ff.zNpv_qUkmYhCka4MoVGcrorOks3dqZwK4In2fIN4rSk.oe1Wrdx117wI1J520jvQ3O6g1arsz-xuo-XCC_oim1CHnCG_6FPR5XDong" |
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 {#9752 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#9739 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#9738 …} -namespace: Closure() {#9711 …} } |
data | "4f73cf3af62ff.zNpv_qUkmYhCka4MoVGcrorOks3dqZwK4In2fIN4rSk.oe1Wrdx117wI1J520jvQ3O6g1arsz-xuo-XCC_oim1CHnCG_6FPR5XDong" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#7725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10225 …} } |
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 | [] |
legacy_error_messages | true |
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() {#7726 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#9741 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#7721 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_6737f8f6c6f53__token" ] |
cache_key | "_6737f8f6c6f53__token_hidden" |
compound | false |
data | "4f73cf3af62ff.zNpv_qUkmYhCka4MoVGcrorOks3dqZwK4In2fIN4rSk.oe1Wrdx117wI1J520jvQ3O6g1arsz-xuo-XCC_oim1CHnCG_6FPR5XDong" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7709 -form: Symfony\Component\Form\Form {#7717 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7763 …5} |
full_name | "6737f8f6c6f53[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "f8f6c6f53__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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_6737f8f6c6f53__token" |
valid | true |
value | "4f73cf3af62ff.zNpv_qUkmYhCka4MoVGcrorOks3dqZwK4In2fIN4rSk.oe1Wrdx117wI1J520jvQ3O6g1arsz-xuo-XCC_oim1CHnCG_6FPR5XDong" |