- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 15
- Events
- Routing
- Cache
- Translation 4
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- E-mails
- EasyAdmin
- 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
job_application_form
"App\Form\Type\JobApplicationFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\JobApplication {#1036 -job: App\Entity\Job {#805 …} -name: null -email: null -coverLetter: null -cvFilePath: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\JobApplication {#1036 -job: App\Entity\Job {#805 …} -name: null -email: null -coverLetter: null -cvFilePath: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data | App\Entity\JobApplication {#1036 -job: App\Entity\Job {#805 …} -name: null -email: null -coverLetter: null -cvFilePath: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
data_class | "App\Entity\JobApplication" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1090 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1022 …} use: { $class: "App\Entity\JobApplication" } } |
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() {#1092 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1091 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "job_application_form" "_job_application_form" ] |
cache_key | "_job_application_form_job_application_form" |
compound | true |
data | App\Entity\JobApplication {#1036 -job: App\Entity\Job {#805 …} -name: null -email: null -coverLetter: null -cvFilePath: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1151 -form: Symfony\Component\Form\Form {#1184 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1164 …5} |
full_name | "job_application_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "job_application_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_job_application_form" |
valid | true |
value | App\Entity\JobApplication {#1036 -job: App\Entity\Job {#805 …} -name: null -email: null -coverLetter: null -cvFilePath: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1123 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1022 …} } |
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 | 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() {#1121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1122 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_job_application_form_name" ] |
cache_key | "_job_application_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1205 -form: Symfony\Component\Form\Form {#1187 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1120 …5} |
full_name | "job_application_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_form_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_job_application_form_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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1109 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1022 …} } |
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 | 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() {#1107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1110 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_job_application_form_email" ] |
cache_key | "_job_application_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1207 -form: Symfony\Component\Form\Form {#1190 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1208 …5} |
full_name | "job_application_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_job_application_form_email" |
valid | true |
value | "" |
coverLetter
"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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1022 …} } |
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 | 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() {#1135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1134 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_job_application_form_coverLetter" ] |
cache_key | "_job_application_form_coverLetter_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1209 -form: Symfony\Component\Form\Form {#1193 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1210 …5} |
full_name | "job_application_form[coverLetter]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_form_coverLetter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "coverLetter" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_job_application_form_coverLetter" |
valid | true |
value | "" |
cvFile
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1098 +message: "This value should not be null." +payload: null } Symfony\Component\Validator\Constraints\File {#1099 +binaryFormat: null +mimeTypes: [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.openxmlformats-officedocument.wordprocessingml.template" "application/vnd.oasis.opendocument.text" "image/jpeg" "image/jpg" "image/png" ] +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: "Wrong file format. Please use one of the following formats:(PDF, DOC, DOCX, ODT) or image (JPG, JPEG, PNG)." +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: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotNull {#1098 +message: "This value should not be null." +payload: null } Symfony\Component\Validator\Constraints\File {#1099 +binaryFormat: null +mimeTypes: [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.openxmlformats-officedocument.wordprocessingml.template" "application/vnd.oasis.opendocument.text" "image/jpeg" "image/jpg" "image/png" ] +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: "Wrong file format. Please use one of the following formats:(PDF, DOC, DOCX, ODT) or image (JPG, JPEG, PNG)." +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: null +payload: null } ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotNull {#1098 +message: "This value should not be null." +payload: null } Symfony\Component\Validator\Constraints\File {#1099 +binaryFormat: null +mimeTypes: [ "application/pdf" "application/x-pdf" "application/msword" "application/vnd.openxmlformats-officedocument.wordprocessingml.document" "application/vnd.openxmlformats-officedocument.wordprocessingml.template" "application/vnd.oasis.opendocument.text" "image/jpeg" "image/jpg" "image/png" ] +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: "Wrong file format. Please use one of the following formats:(PDF, DOC, DOCX, ODT) or image (JPG, JPEG, PNG)." +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: null +payload: 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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" |
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() {#1148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1149 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_job_application_form_cvFile" ] |
cache_key | "_job_application_form_cvFile_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1228 -form: Symfony\Component\Form\Form {#1196 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1230 …5} |
full_name | "job_application_form[cvFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_form_cvFile" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "cvFile" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_job_application_form_cvFile" |
valid | true |
value | "" |
privacyPolicyAccepted
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1161 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1157 …} } |
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 {#1163 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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() {#1167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1165 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_job_application_form_privacyPolicyAccepted" ] |
cache_key | "_job_application_form_privacyPolicyAccepted_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1231 -form: Symfony\Component\Form\Form {#1199 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1232 …5} |
full_name | "job_application_form[privacyPolicyAccepted]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_form_privacyPolicyAccepted" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyPolicyAccepted" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_job_application_form_privacyPolicyAccepted" |
valid | true |
value | "1" |
send
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_job_application_form_send" ] |
cache_key | "_job_application_form_send_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1234 …5} |
full_name | "job_application_form[send]" |
id | "job_application_form_send" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "send" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_job_application_form_send" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "17131c2d6d933.DIocQxo3UMs-Y3M6064EjWSwZG17xJjjjPfjgQgyPe0.Y_pRBkt4PZFhVhAXh95V6xDeETcerK-E9oO6-VtUULs90i4mLA9no3knRw" |
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 | "17131c2d6d933.DIocQxo3UMs-Y3M6064EjWSwZG17xJjjjPfjgQgyPe0.Y_pRBkt4PZFhVhAXh95V6xDeETcerK-E9oO6-VtUULs90i4mLA9no3knRw" |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data | "17131c2d6d933.DIocQxo3UMs-Y3M6064EjWSwZG17xJjjjPfjgQgyPe0.Y_pRBkt4PZFhVhAXh95V6xDeETcerK-E9oO6-VtUULs90i4mLA9no3knRw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1238 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1022 …} } |
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() {#1240 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1072 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1237 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_job_application_form__token" ] |
cache_key | "_job_application_form__token_hidden" |
compound | false |
data | "17131c2d6d933.DIocQxo3UMs-Y3M6064EjWSwZG17xJjjjPfjgQgyPe0.Y_pRBkt4PZFhVhAXh95V6xDeETcerK-E9oO6-VtUULs90i4mLA9no3knRw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1250 -form: Symfony\Component\Form\Form {#1246 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1241 …5} |
full_name | "job_application_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "job_application_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 | "_job_application_form__token" |
valid | true |
value | "17131c2d6d933.DIocQxo3UMs-Y3M6064EjWSwZG17xJjjjPfjgQgyPe0.Y_pRBkt4PZFhVhAXh95V6xDeETcerK-E9oO6-VtUULs90i4mLA9no3knRw" |