- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1009
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Httplug 0/0
- Messages
- E-mails
- Notifications
- Guzzle
- Features 25
- 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
-
-
firstname
-
lastname
-
city
-
phone
-
email
-
motivation
-
-
file
-
-
acceptedPrivacyPolicy
-
captcha
-
_token
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Applicant {#3414 -id: null -vacancy: App\Entity\Vacancy {#3451 …} -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731692588 {#3410 date: 2024-11-15 18:43:08.415756 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 {#3409 …} -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: null #anonymized: false } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/solliciteren/29/modal" |
same as passed value |
attr | [ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "apply-form" ] |
[ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "apply-form" ] |
data | App\Entity\Applicant {#3414 -id: null -vacancy: App\Entity\Vacancy {#3451 …} -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731692588 {#3410 date: 2024-11-15 18:43:08.415756 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 {#3409 …} -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: null #anonymized: false } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/solliciteren/29/modal" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data | App\Entity\Applicant {#3414 -id: null -vacancy: App\Entity\Vacancy {#3451 …} -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731692588 {#3410 date: 2024-11-15 18:43:08.415756 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 {#3409 …} -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: null #anonymized: false } |
data_class | "App\Entity\Applicant" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} 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() {#3253 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#3251 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/solliciteren/29/modal" |
attr | [ "class" => "recaptcha-form" "data-component" => "Form" "data-form-type" => "apply-form" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | App\Entity\Applicant {#3414 -id: null -vacancy: App\Entity\Vacancy {#3451 …} -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731692588 {#3410 date: 2024-11-15 18:43:08.415756 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 {#3409 …} -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: null #anonymized: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2678 -form: Symfony\Component\Form\Form {#2614 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2611 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | App\Entity\Applicant {#3414 -id: null -vacancy: App\Entity\Vacancy {#3451 …} -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731692588 {#3410 date: 2024-11-15 18:43:08.415756 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 {#3409 …} -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: null #anonymized: false } |
firstname
"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\NotBlank {#3095 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3216 +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\NotBlank {#3095 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3216 +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 | true |
same as passed value |
required | true |
same as passed value |
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\NotBlank {#3095 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3216 +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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3232 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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 | 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" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#3182 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_firstname" ] |
cache_key | "_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2725 -form: Symfony\Component\Form\Form {#2653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2760 …5} |
full_name | "form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_firstname" |
label | "Voornaam" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_firstname" |
valid | true |
value | "" |
lastname
"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\NotBlank {#3215 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3214 +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\NotBlank {#3215 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3214 +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 | true |
same as passed value |
required | true |
same as passed value |
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\NotBlank {#3215 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3214 +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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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 | 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" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#3197 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_lastname" ] |
cache_key | "_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2709 -form: Symfony\Component\Form\Form {#2658 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2707 …5} |
full_name | "form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_lastname" |
label | "Achternaam" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_lastname" |
valid | true |
value | "" |
city
"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 | [ "maxlength" => 15 "minlength" => 1 "class" => "form-control column-1" ] |
[ "maxlength" => 15 "minlength" => 1 "class" => "form-control column-1" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3213 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3212 +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: 15 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3213 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3212 +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: 15 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | "Stad" |
same as passed value |
label_html | true |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
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 | [ "maxlength" => 15 "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\NotBlank {#3213 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3212 +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: 15 +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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3195 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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 | "Stad" |
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 | true |
row_attr | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#3194 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 15 "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_city" ] |
cache_key | "_form_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2708 -form: Symfony\Component\Form\Form {#2666 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2673 …5} |
full_name | "form[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_city" |
label | "Stad" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_city" |
valid | true |
value | "" |
phone
"App\Form\PhoneNumberType"
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 localized-phone-number" ] |
[ "class" => "form-control column-1 localized-phone-number" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3211 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#3208 +payload: null +message: null +type: "any" +defaultRegion: null +regionPath: null +format: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3211 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#3208 +payload: null +message: null +type: "any" +defaultRegion: null +regionPath: null +format: null } ] |
label | "Telefoonnummer" |
same as passed value |
label_html | true |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
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 | [ "class" => "form-control column-1 localized-phone-number" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3211 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#3208 +payload: null +message: null +type: "any" +defaultRegion: null +regionPath: null +format: null } ] |
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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2520 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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 | [] |
html5 | true |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Telefoonnummer" |
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 | true |
row_attr | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2508 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2507 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control column-1 localized-phone-number" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "phone" "_form_phone" ] |
cache_key | "_form_phone_phone" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2643 -form: Symfony\Component\Form\Form {#2636 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2506 …5} |
full_name | "form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_phone" |
label | "Telefoonnummer" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_phone" |
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 | [ "maxlength" => 100 "minlength" => 1 "class" => "form-control column-1" ] |
[ "maxlength" => 100 "minlength" => 1 "class" => "form-control column-1" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3228 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3227 +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: 100 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3228 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3227 +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: 100 +min: 1 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | "E-mailadres" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
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 | [ "maxlength" => 100 "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\NotBlank {#3228 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3227 +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: 100 +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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2516 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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-mailadres" |
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 | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2514 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 100 "minlength" => 1 "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_form_email" ] |
cache_key | "_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3200 -form: Symfony\Component\Form\Form {#2622 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3192 …5} |
full_name | "form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email" |
label | "E-mailadres" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_email" |
valid | true |
value | "" |
motivation
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" ] |
[ "class" => "form-control column-1" ] |
constraints | [] |
[] |
label | "Motivatie" |
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_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control column-1" ] |
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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2538 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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 | "Motivatie" |
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() {#2543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2537 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control column-1" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_form_motivation" ] |
cache_key | "_form_motivation_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2680 -form: Symfony\Component\Form\Form {#2625 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2609 …5} |
full_name | "form[motivation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_motivation" |
label | "Motivatie" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "motivation" |
pattern | null |
priority | 0 |
required | false |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_motivation" |
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 {#3173 +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 {#3173 +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 Uploaden" |
same as passed value |
label_html | true |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
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 {#3173 +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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
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) {#2555 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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 Uploaden" |
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 | true |
row_attr | [ "class" => "form-control column-1" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2557 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2556 …} } } |
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" "_form_CVFile" ] |
cache_key | "_form_CVFile_vich_file" |
compound | true |
data | [ "file" => null ] |
disabled | false |
download_label | "download" |
download_uri | null |
errors | Symfony\Component\Form\FormErrorIterator {#2679 -form: Symfony\Component\Form\Form {#2637 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2762 …5} |
full_name | "form[CVFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_CVFile" |
label | "CV Uploaden" |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "CVFile" |
object | App\Entity\Applicant {#3414 -id: null -vacancy: App\Entity\Vacancy {#3451 …} -firstName: null -insertion: null -lastName: null -city: null -phone: null -intlPhone: null -email: null -createdAt: DateTime @1731692588 {#3410 date: 2024-11-15 18:43:08.415756 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 {#3409 …} -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: null #anonymized: false } |
priority | 0 |
required | true |
row_attr | [ "class" => "form-control column-1" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_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 Uploaden" |
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 | [ "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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
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 Uploaden" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2644 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2646 …} } } |
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" "_form_CVFile_file" ] |
cache_key | "_form_CVFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2719 -form: Symfony\Component\Form\Form {#2674 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2664 …5} |
full_name | "form[CVFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_CVFile_file" |
label | "CV Uploaden" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_form_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 | "ja, werkgevers mogen met mij contact opnemen" |
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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data | false |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#2582 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2572 …} } |
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 {#2589 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ja, werkgevers mogen met mij contact opnemen" |
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() {#2590 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2593 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "checkbox_html" "_form_acceptedPrivacyPolicy" ] |
cache_key | "_form_acceptedPrivacyPolicy_checkbox_html" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2724 -form: Symfony\Component\Form\Form {#2655 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2729 …5} |
full_name | "form[acceptedPrivacyPolicy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_acceptedPrivacyPolicy" |
label | "ja, werkgevers mogen met mij contact opnemen" |
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 | "_form_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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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() {#2580 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2640 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "recaptcha" "_form_captcha" ] |
cache_key | "_form_captcha_recaptcha" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2638 -form: Symfony\Component\Form\Form {#2617 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2712 …5} |
full_name | "form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_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 | "_form_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 | "3b89a.xAFtt1GO-EN7LSz5Lngg5KOi7yBdO5EvYBl_7pDWJ04.gzED8BX4iiwkY2WmGB1MrMKa3norZNx9EHAPreeEaT2UewTTNdStDSx6Sw" |
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 | "3b89a.xAFtt1GO-EN7LSz5Lngg5KOi7yBdO5EvYBl_7pDWJ04.gzED8BX4iiwkY2WmGB1MrMKa3norZNx9EHAPreeEaT2UewTTNdStDSx6Sw" |
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 {#3266 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3265 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3264 …} -namespace: Closure() {#3262 …} } |
data | "3b89a.xAFtt1GO-EN7LSz5Lngg5KOi7yBdO5EvYBl_7pDWJ04.gzED8BX4iiwkY2WmGB1MrMKa3norZNx9EHAPreeEaT2UewTTNdStDSx6Sw" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2736 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3339 …} } |
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() {#2731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3255 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#2706 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
cache_key | "_form__token_hidden" |
compound | false |
data | "3b89a.xAFtt1GO-EN7LSz5Lngg5KOi7yBdO5EvYBl_7pDWJ04.gzED8BX4iiwkY2WmGB1MrMKa3norZNx9EHAPreeEaT2UewTTNdStDSx6Sw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2741 -form: Symfony\Component\Form\Form {#2748 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2793 …5} |
full_name | "form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form__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 | "_form__token" |
valid | true |
value | "3b89a.xAFtt1GO-EN7LSz5Lngg5KOi7yBdO5EvYBl_7pDWJ04.gzED8BX4iiwkY2WmGB1MrMKa3norZNx9EHAPreeEaT2UewTTNdStDSx6Sw" |