Forms
-
contact_form
-
fullName
-
email
-
message
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
-
field1
-
field2
-
_token
-
-
post_job_form
-
field1
-
field2
-
firstName
-
lastName
-
email
-
company
-
duration
-
6
-
18
-
9
-
10
-
16
-
-
premium
-
0
-
1
-
-
file
-
logo
-
nextJob
-
_token
-
-
tell_about_form
-
field1
-
field2
-
yourName
-
name1
-
email1
-
name2
-
email2
-
name3
-
email3
-
_token
-
-
banner_form
-
field1
-
field2
-
firstName
-
lastName
-
email
-
company
-
comment
-
banner
-
_token
-
-
newsletter_form
-
field1
-
field2
-
name
-
email
-
_token
-
-
candidate_search_form
-
candidateId
-
subjectArea
-
employmentType
-
position
-
requestedPosition
-
englishLevel
-
educationLevel
-
location
-
managerialExperience
-
pedagogicExperience
-
academicProgramLevel
-
executiveEducationTarget
-
corporateConsulting
-
pdhSupervisor
-
engineeringPedagogy
-
books
-
booksChapters
-
articles
-
_token
-
contact_form
"App\Website\Form\ContactForm"
Errors
This form has no errors.
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | "App\Common\Entity\Contact\Contact" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Common\Entity\Contact\Contact" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1287 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2966 -form: Symfony\Component\Form\Form {#1313 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2919 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
fullName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1112 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1112 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#1112 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1324 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1136 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_fullName" ] |
| cache_key | "_contact_form_fullName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2917 -form: Symfony\Component\Form\Form {#1328 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2918 …5} |
| full_name | "contact_form[fullName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_fullName" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fullName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_fullName" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1219 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1220 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1219 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1220 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1219 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1220 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1168 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1176 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1170 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2916 -form: Symfony\Component\Form\Form {#1205 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2915 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_email" |
| valid | true |
| value | "" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "General Inquiry" => "General Inquiry" "Partnership Opportunities" => "Partnership Opportunities" "Job Listings and Applications" => "Job Listings and Applications" "Post a Job Advertisement" => "Post a Job Advertisement" "Recruitment Services and Consultations" => "Recruitment Services and Consultations" "Technical Support" => "Technical Support" "Feedback and Suggestions" => "Feedback and Suggestions" "Media and Press Inquiries" => "Media and Press Inquiries" "Request for Brochure and Pricelist" => "Request for Brochure and Pricelist" ] |
[ "General Inquiry" => "General Inquiry" "Partnership Opportunities" => "Partnership Opportunities" "Job Listings and Applications" => "Job Listings and Applications" "Post a Job Advertisement" => "Post a Job Advertisement" "Recruitment Services and Consultations" => "Recruitment Services and Consultations" "Technical Support" => "Technical Support" "Feedback and Suggestions" => "Feedback and Suggestions" "Media and Press Inquiries" => "Media and Press Inquiries" "Request for Brochure and Pricelist" => "Request for Brochure and Pricelist" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1218 +payload: null +groups: ? +message: "Please select a message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1218 +payload: null +groups: ? +message: "Please select a message" +allowNull: false +normalizer: null } ] |
| expanded | true |
same as passed value |
| placeholder | false |
null
|
| 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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "General Inquiry" => "General Inquiry" "Partnership Opportunities" => "Partnership Opportunities" "Job Listings and Applications" => "Job Listings and Applications" "Post a Job Advertisement" => "Post a Job Advertisement" "Recruitment Services and Consultations" => "Recruitment Services and Consultations" "Technical Support" => "Technical Support" "Feedback and Suggestions" => "Feedback and Suggestions" "Media and Press Inquiries" => "Media and Press Inquiries" "Request for Brochure and Pricelist" => "Request for Brochure and Pricelist" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1218 +payload: null +groups: ? +message: "Please select a message" +allowNull: false +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1145 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_message" ] |
| cache_key | "_contact_form_message_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +label: "General Inquiry" +value: "General Inquiry" +data: "General Inquiry" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "Partnership Opportunities" +value: "Partnership Opportunities" +data: "Partnership Opportunities" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Job Listings and Applications" +value: "Job Listings and Applications" +data: "Job Listings and Applications" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "Post a Job Advertisement" +value: "Post a Job Advertisement" +data: "Post a Job Advertisement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1195 +label: "Recruitment Services and Consultations" +value: "Recruitment Services and Consultations" +data: "Recruitment Services and Consultations" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +label: "Technical Support" +value: "Technical Support" +data: "Technical Support" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "Feedback and Suggestions" +value: "Feedback and Suggestions" +data: "Feedback and Suggestions" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1187 +label: "Media and Press Inquiries" +value: "Media and Press Inquiries" +data: "Media and Press Inquiries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +label: "Request for Brochure and Pricelist" +value: "Request for Brochure and Pricelist" +data: "Request for Brochure and Pricelist" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2914 -form: Symfony\Component\Form\Form {#1346 …} -errors: [] } |
| expanded | true |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2969 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| is_required | null |
| is_selected | Closure($choice, $value) {#2962 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "message" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "General Inquiry" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "General Inquiry" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "General Inquiry" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1253 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "General Inquiry" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2970 -form: Symfony\Component\Form\Form {#1349 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2901 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_0" |
| is_required | null |
| label | "General Inquiry" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "General Inquiry" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Partnership Opportunities" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Partnership Opportunities" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Partnership Opportunities" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1235 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1231 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Partnership Opportunities" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2965 -form: Symfony\Component\Form\Form {#1352 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2929 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_1" |
| is_required | null |
| label | "Partnership Opportunities" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Partnership Opportunities" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Job Listings and Applications" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Job Listings and Applications" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Job Listings and Applications" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1213 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Job Listings and Applications" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2900 -form: Symfony\Component\Form\Form {#1355 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2902 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_2" |
| is_required | null |
| label | "Job Listings and Applications" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Job Listings and Applications" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Post a Job Advertisement" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Post a Job Advertisement" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Post a Job Advertisement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1265 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1264 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Post a Job Advertisement" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2964 -form: Symfony\Component\Form\Form {#1358 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2959 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_3" |
| is_required | null |
| label | "Post a Job Advertisement" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Post a Job Advertisement" |
4
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Recruitment Services and Consultations" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Recruitment Services and Consultations" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Recruitment Services and Consultations" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1249 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1248 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Recruitment Services and Consultations" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2960 -form: Symfony\Component\Form\Form {#1361 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2958 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_4" |
| is_required | null |
| label | "Recruitment Services and Consultations" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Recruitment Services and Consultations" |
5
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Technical Support" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Technical Support" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Technical Support" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#716 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Technical Support" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2957 -form: Symfony\Component\Form\Form {#1364 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2956 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_5" |
| is_required | null |
| label | "Technical Support" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Technical Support" |
6
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Feedback and Suggestions" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Feedback and Suggestions" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Feedback and Suggestions" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#726 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Feedback and Suggestions" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2955 -form: Symfony\Component\Form\Form {#1367 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2954 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_6" |
| is_required | null |
| label | "Feedback and Suggestions" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Feedback and Suggestions" |
7
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Media and Press Inquiries" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Media and Press Inquiries" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Media and Press Inquiries" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1323 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Media and Press Inquiries" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2953 -form: Symfony\Component\Form\Form {#1370 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2952 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_7" |
| is_required | null |
| label | "Media and Press Inquiries" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Media and Press Inquiries" |
8
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Request for Brochure and Pricelist" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Request for Brochure and Pricelist" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Request for Brochure and Pricelist" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1338 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Request for Brochure and Pricelist" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_message_entry" ] |
| cache_key | "_contact_form_message_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2951 -form: Symfony\Component\Form\Form {#1373 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2950 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message_8" |
| is_required | null |
| label | "Request for Brochure and Pricelist" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message_entry" |
| valid | true |
| value | "Request for Brochure and Pricelist" |
field1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1151 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1160 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1148 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_field1" ] |
| cache_key | "_contact_form_field1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2877 -form: Symfony\Component\Form\Form {#1376 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2922 …5} |
| full_name | "contact_form[field1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_field1" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_field1" |
| valid | true |
| value | "" |
field2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1315 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1317 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_field2" ] |
| cache_key | "_contact_form_field2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2948 -form: Symfony\Component\Form\Form {#1379 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2949 …5} |
| full_name | "contact_form[field2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_field2" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_field2" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "77380f83eaa9d4e9.T4GCSiKMFW8apoybtcbHdm_A_QxEB18xBpESYQaRhg0.f_vLLGneZCZ-4t2r366rHxutzSESUDgHStNVE0nY80UjwtoyUt5kF3HC5w" |
| 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 | "77380f83eaa9d4e9.T4GCSiKMFW8apoybtcbHdm_A_QxEB18xBpESYQaRhg0.f_vLLGneZCZ-4t2r366rHxutzSESUDgHStNVE0nY80UjwtoyUt5kF3HC5w" |
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data | "77380f83eaa9d4e9.T4GCSiKMFW8apoybtcbHdm_A_QxEB18xBpESYQaRhg0.f_vLLGneZCZ-4t2r366rHxutzSESUDgHStNVE0nY80UjwtoyUt5kF3HC5w" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2944 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2943 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "77380f83eaa9d4e9.T4GCSiKMFW8apoybtcbHdm_A_QxEB18xBpESYQaRhg0.f_vLLGneZCZ-4t2r366rHxutzSESUDgHStNVE0nY80UjwtoyUt5kF3HC5w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2931 -form: Symfony\Component\Form\Form {#2936 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2941 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "77380f83eaa9d4e9.T4GCSiKMFW8apoybtcbHdm_A_QxEB18xBpESYQaRhg0.f_vLLGneZCZ-4t2r366rHxutzSESUDgHStNVE0nY80UjwtoyUt5kF3HC5w" |
post_job_form
"App\Website\Form\PostJobForm"
Errors
This form has no errors.
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | "App\Admin\Dto\PostJob\PostJobDto" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1822 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Admin\Dto\PostJob\PostJobDto" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1800 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "post_job_form" "_post_job_form" ] |
| cache_key | "_post_job_form_post_job_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2928 -form: Symfony\Component\Form\Form {#2151 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2927 …5} |
| full_name | "post_job_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "post_job_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form" |
| valid | true |
| value | null |
field1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "formInput" ] |
[ "class" => "formInput" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "formInput" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1924 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "formInput" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_post_job_form_field1" ] |
| cache_key | "_post_job_form_field1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2923 -form: Symfony\Component\Form\Form {#2286 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2924 …5} |
| full_name | "post_job_form[field1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_field1" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_field1" |
| valid | true |
| value | "" |
field2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "formInput" ] |
[ "class" => "formInput" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "formInput" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1969 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "formInput" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_post_job_form_field2" ] |
| cache_key | "_post_job_form_field2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2921 -form: Symfony\Component\Form\Form {#2250 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2920 …5} |
| full_name | "post_job_form[field2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_field2" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_field2" |
| valid | true |
| value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1977 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1978 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_post_job_form_firstName" ] |
| cache_key | "_post_job_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2859 -form: Symfony\Component\Form\Form {#2223 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2898 …5} |
| full_name | "post_job_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_firstName" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_firstName" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1986 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1988 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1987 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_post_job_form_lastName" ] |
| cache_key | "_post_job_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2868 -form: Symfony\Component\Form\Form {#2308 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2850 …5} |
| full_name | "post_job_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_lastName" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_lastName" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1617 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1582 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1617 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1582 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#1617 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1582 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1995 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1996 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_post_job_form_email" ] |
| cache_key | "_post_job_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3007 -form: Symfony\Component\Form\Form {#2316 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3002 …5} |
| full_name | "post_job_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_email" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_email" |
| valid | true |
| value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2004 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2005 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_post_job_form_company" ] |
| cache_key | "_post_job_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2996 -form: Symfony\Component\Form\Form {#2333 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2990 …5} |
| full_name | "post_job_form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_company" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_company" |
| valid | true |
| value | "" |
duration
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(PaymentType $payment) {#1525 class: "App\Website\Form\PostJobForm" this: App\Website\Form\PostJobForm {#1247 …} } |
same as passed value |
| class | "App\Common\Entity\Payment\PaymentType" |
same as passed value |
| expanded | true |
same as passed value |
| label | "Czas trwania" |
same as passed value |
| mapped | false |
false
|
| placeholder | false |
null
|
| query_builder | Closure(EntityRepository $repository) {#1568 class: "App\Website\Form\PostJobForm" this: App\Website\Form\PostJobForm {#1247 …} } |
Doctrine\ORM\QueryBuilder {#2035 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2036 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2023 #from: "App\Common\Entity\Payment\PaymentType" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#2017 #joinType: "LEFT" #join: "p.paymentGroup" #alias: "pg" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2024 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "pg.id = :groupId" "p.alias != :premiumJob" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2030 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.ordering ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Common\Entity\Payment\PaymentType p LEFT JOIN p.paymentGroup pg WHERE pg.id = :groupId AND p.alias != :premiumJob ORDER BY p.ordering ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2018 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "pg" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(PaymentType $payment) {#1525 class: "App\Website\Form\PostJobForm" this: App\Website\Form\PostJobForm {#1247 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2109 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2037 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2028 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2040 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2041 …} } |
| choices | null |
| class | "App\Common\Entity\Payment\PaymentType" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2072 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2015 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Czas trwania" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#2035 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2036 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2023 #from: "App\Common\Entity\Payment\PaymentType" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#2017 #joinType: "LEFT" #join: "p.paymentGroup" #alias: "pg" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2024 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "pg.id = :groupId" "p.alias != :premiumJob" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2030 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.ordering ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Common\Entity\Payment\PaymentType p LEFT JOIN p.paymentGroup pg WHERE pg.id = :groupId AND p.alias != :premiumJob ORDER BY p.ordering ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2018 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "pg" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2014 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2013 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_post_job_form_duration" ] |
| cache_key | "_post_job_form_duration_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +label: "30-day Job Posting (550€)" +value: "6" +data: App\Common\Entity\Payment\PaymentType {#2052 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +label: "45-day Job Posting (650€)" +value: "18" +data: App\Common\Entity\Payment\PaymentType {#2104 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +label: "60-day Job Posting (750€)" +value: "9" +data: App\Common\Entity\Payment\PaymentType {#2096 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "90-day Job Posting (850€)" +value: "10" +data: App\Common\Entity\Payment\PaymentType {#2100 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "180-day Job Posting (1250€)" +value: "16" +data: App\Common\Entity\Payment\PaymentType {#2092 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2984 -form: Symfony\Component\Form\Form {#2382 …} -errors: [] } |
| expanded | true |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3009 …5} |
| full_name | "post_job_form[duration]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_duration" |
| is_required | null |
| is_selected | Closure($choice, $value) {#2981 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Czas trwania" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "duration" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_duration" |
| valid | true |
| value | "" |
6
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "30-day Job Posting (550€)" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "6" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "30-day Job Posting (550€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2338 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "6" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_duration_entry" ] |
| cache_key | "_post_job_form_duration_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3000 -form: Symfony\Component\Form\Form {#2385 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3008 …5} |
| full_name | "post_job_form[duration]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_duration_6" |
| is_required | null |
| label | "30-day Job Posting (550€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_post_job_form_duration_entry" |
| valid | true |
| value | "6" |
18
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "45-day Job Posting (650€)" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "18" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "45-day Job Posting (650€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2347 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "18" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_duration_entry" ] |
| cache_key | "_post_job_form_duration_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3005 -form: Symfony\Component\Form\Form {#2388 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3003 …5} |
| full_name | "post_job_form[duration]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_duration_18" |
| is_required | null |
| label | "45-day Job Posting (650€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "18" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_post_job_form_duration_entry" |
| valid | true |
| value | "18" |
9
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "60-day Job Posting (750€)" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "9" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "60-day Job Posting (750€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2357 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2356 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "9" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_duration_entry" ] |
| cache_key | "_post_job_form_duration_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3004 -form: Symfony\Component\Form\Form {#2391 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3001 …5} |
| full_name | "post_job_form[duration]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_duration_9" |
| is_required | null |
| label | "60-day Job Posting (750€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "9" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_post_job_form_duration_entry" |
| valid | true |
| value | "9" |
10
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "90-day Job Posting (850€)" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "10" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "90-day Job Posting (850€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2366 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2365 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "10" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_duration_entry" ] |
| cache_key | "_post_job_form_duration_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2994 -form: Symfony\Component\Form\Form {#2394 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2999 …5} |
| full_name | "post_job_form[duration]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_duration_10" |
| is_required | null |
| label | "90-day Job Posting (850€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "10" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_post_job_form_duration_entry" |
| valid | true |
| value | "10" |
16
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "180-day Job Posting (1250€)" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | false |
false
|
| value | "16" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "180-day Job Posting (1250€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2375 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2374 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "16" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_duration_entry" ] |
| cache_key | "_post_job_form_duration_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2997 -form: Symfony\Component\Form\Form {#2397 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2998 …5} |
| full_name | "post_job_form[duration]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_duration_16" |
| is_required | null |
| label | "180-day Job Posting (1250€)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "16" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_post_job_form_duration_entry" |
| valid | true |
| value | "16" |
premium
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes + 50%" => 1 "No" => 2 ] |
[ "Yes + 50%" => 1 "No" => 2 ] |
| expanded | true |
same as passed value |
| placeholder | false |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes + 50%" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2057 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_post_job_form_premium" ] |
| cache_key | "_post_job_form_premium_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2097 +label: "Yes + 50%" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2968 -form: Symfony\Component\Form\Form {#2418 …} -errors: [] } |
| expanded | true |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3006 …5} |
| full_name | "post_job_form[premium]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_premium" |
| is_required | null |
| is_selected | Closure($choice, $value) {#2988 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "premium" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_premium" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Yes + 50%" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Yes + 50%" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2402 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2401 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_premium_entry" ] |
| cache_key | "_post_job_form_premium_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2992 -form: Symfony\Component\Form\Form {#2421 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2991 …5} |
| full_name | "post_job_form[premium]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_premium_0" |
| is_required | null |
| label | "Yes + 50%" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_premium_entry" |
| valid | true |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1243 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1255 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2411 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2410 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "2" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_post_job_form_premium_entry" ] |
| cache_key | "_post_job_form_premium_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2989 -form: Symfony\Component\Form\Form {#2424 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2982 …5} |
| full_name | "post_job_form[premium]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_premium_1" |
| is_required | null |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_premium_entry" |
| valid | true |
| value | "2" |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 | [] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| 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 | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2113 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2112 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_post_job_form_file" ] |
| cache_key | "_post_job_form_file_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2993 -form: Symfony\Component\Form\Form {#2427 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2995 …5} |
| full_name | "post_job_form[file]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_file" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "file" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_post_job_form_file" |
| valid | true |
| value | "" |
logo
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 | [] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| 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 | "Please select a valid file." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2121 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_post_job_form_logo" ] |
| cache_key | "_post_job_form_logo_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2985 -form: Symfony\Component\Form\Form {#2430 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2987 …5} |
| full_name | "post_job_form[logo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_logo" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "logo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_post_job_form_logo" |
| valid | true |
| value | "" |
nextJob
Errors
This form has no errors.
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "class" => "collection-file" ] |
[ "class" => "collection-file" ] |
| by_reference | false |
false
|
| entry_type | "App\Website\Form\NextJobForm" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "collection-file" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2135 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "App\Website\Form\NextJobForm" |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The collection is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| prototype_options | [] |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2136 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "class" => "collection-file" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_post_job_form_nextJob" ] |
| cache_key | "_post_job_form_nextJob_collection" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2986 -form: Symfony\Component\Form\Form {#2433 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2983 …5} |
| full_name | "post_job_form[nextJob]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form_nextJob" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "nextJob" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#2980 …5} |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form_nextJob" |
| valid | true |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b4d284959237635821779d9201e.WrAwr2cc03Y2t-XuoVuGII-NyC-XTzY2PsY-SxWyq5Y.NshG-R9MuB8B0be-4zHDTOS4ih_begFFUrxGHkHhk9xtxwKZOFu3Mn_wqA" |
| 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 | "b4d284959237635821779d9201e.WrAwr2cc03Y2t-XuoVuGII-NyC-XTzY2PsY-SxWyq5Y.NshG-R9MuB8B0be-4zHDTOS4ih_begFFUrxGHkHhk9xtxwKZOFu3Mn_wqA" |
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data | "b4d284959237635821779d9201e.WrAwr2cc03Y2t-XuoVuGII-NyC-XTzY2PsY-SxWyq5Y.NshG-R9MuB8B0be-4zHDTOS4ih_begFFUrxGHkHhk9xtxwKZOFu3Mn_wqA" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2926 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2977 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2978 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_post_job_form__token" ] |
| cache_key | "_post_job_form__token_hidden" |
| compound | false |
| data | "b4d284959237635821779d9201e.WrAwr2cc03Y2t-XuoVuGII-NyC-XTzY2PsY-SxWyq5Y.NshG-R9MuB8B0be-4zHDTOS4ih_begFFUrxGHkHhk9xtxwKZOFu3Mn_wqA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3044 -form: Symfony\Component\Form\Form {#3040 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3035 …5} |
| full_name | "post_job_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "post_job_form__token" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_post_job_form__token" |
| valid | true |
| value | "b4d284959237635821779d9201e.WrAwr2cc03Y2t-XuoVuGII-NyC-XTzY2PsY-SxWyq5Y.NshG-R9MuB8B0be-4zHDTOS4ih_begFFUrxGHkHhk9xtxwKZOFu3Mn_wqA" |
tell_about_form
"App\Website\Form\TellAboutForm"
Errors
This form has no errors.
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | "App\Website\Form\Model\TellAbout" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Website\Form\Model\TellAbout" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2403 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "tell_about_form" "_tell_about_form" ] |
| cache_key | "_tell_about_form_tell_about_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3046 -form: Symfony\Component\Form\Form {#2556 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3047 …5} |
| full_name | "tell_about_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tell_about_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form" |
| valid | true |
| value | null |
field1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2440 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tell_about_form_field1" ] |
| cache_key | "_tell_about_form_field1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3051 -form: Symfony\Component\Form\Form {#2559 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3050 …5} |
| full_name | "tell_about_form[field1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_field1" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_field1" |
| valid | true |
| value | "" |
field2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2485 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2486 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tell_about_form_field2" ] |
| cache_key | "_tell_about_form_field2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3052 -form: Symfony\Component\Form\Form {#2562 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3053 …5} |
| full_name | "tell_about_form[field2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_field2" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_field2" |
| valid | true |
| value | "" |
yourName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2007 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2007 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2007 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2494 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2495 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tell_about_form_yourName" ] |
| cache_key | "_tell_about_form_yourName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3054 -form: Symfony\Component\Form\Form {#2565 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3055 …5} |
| full_name | "tell_about_form[yourName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_yourName" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "yourName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_yourName" |
| valid | true |
| value | "" |
name1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1998 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1998 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#1998 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2503 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2505 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2504 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tell_about_form_name1" ] |
| cache_key | "_tell_about_form_name1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3056 -form: Symfony\Component\Form\Form {#2568 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3057 …5} |
| full_name | "tell_about_form[name1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_name1" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_name1" |
| valid | true |
| value | "" |
email1
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1989 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1980 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1989 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1980 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#1989 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1980 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2512 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2514 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2513 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_tell_about_form_email1" ] |
| cache_key | "_tell_about_form_email1_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3058 -form: Symfony\Component\Form\Form {#2571 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3059 …5} |
| full_name | "tell_about_form[email1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_email1" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_email1" |
| valid | true |
| value | "" |
name2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | 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 | 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2521 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2523 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2522 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tell_about_form_name2" ] |
| cache_key | "_tell_about_form_name2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3060 -form: Symfony\Component\Form\Form {#2574 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3061 …5} |
| full_name | "tell_about_form[name2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_name2" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_name2" |
| valid | true |
| value | "" |
email2
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1971 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1971 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1971 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2530 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2531 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_tell_about_form_email2" ] |
| cache_key | "_tell_about_form_email2_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3062 -form: Symfony\Component\Form\Form {#2577 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3063 …5} |
| full_name | "tell_about_form[email2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_email2" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_email2" |
| valid | true |
| value | "" |
name3
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | 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 | 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2539 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2541 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2540 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tell_about_form_name3" ] |
| cache_key | "_tell_about_form_name3_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3064 -form: Symfony\Component\Form\Form {#2580 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3065 …5} |
| full_name | "tell_about_form[name3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_name3" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_name3" |
| valid | true |
| value | "" |
email3
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1926 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1926 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#1926 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2548 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2550 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2549 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_tell_about_form_email3" ] |
| cache_key | "_tell_about_form_email3_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3066 -form: Symfony\Component\Form\Form {#2583 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3067 …5} |
| full_name | "tell_about_form[email3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form_email3" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form_email3" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1a54f9298a37929afc67d51d4.OGjfaTHU2uJSdeguOeQ-n69I-rmidPhC0VnwqBZ4CVA.cByTJFvtsLMwHoNBaZRSzZgiqPj1BM4ahSGR0nAcfSVTXLsER5CdmDQj2A" |
| 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 | "1a54f9298a37929afc67d51d4.OGjfaTHU2uJSdeguOeQ-n69I-rmidPhC0VnwqBZ4CVA.cByTJFvtsLMwHoNBaZRSzZgiqPj1BM4ahSGR0nAcfSVTXLsER5CdmDQj2A" |
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data | "1a54f9298a37929afc67d51d4.OGjfaTHU2uJSdeguOeQ-n69I-rmidPhC0VnwqBZ4CVA.cByTJFvtsLMwHoNBaZRSzZgiqPj1BM4ahSGR0nAcfSVTXLsER5CdmDQj2A" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3048 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3068 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#3069 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_tell_about_form__token" ] |
| cache_key | "_tell_about_form__token_hidden" |
| compound | false |
| data | "1a54f9298a37929afc67d51d4.OGjfaTHU2uJSdeguOeQ-n69I-rmidPhC0VnwqBZ4CVA.cByTJFvtsLMwHoNBaZRSzZgiqPj1BM4ahSGR0nAcfSVTXLsER5CdmDQj2A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3079 -form: Symfony\Component\Form\Form {#3075 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3070 …5} |
| full_name | "tell_about_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tell_about_form__token" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tell_about_form__token" |
| valid | true |
| value | "1a54f9298a37929afc67d51d4.OGjfaTHU2uJSdeguOeQ-n69I-rmidPhC0VnwqBZ4CVA.cByTJFvtsLMwHoNBaZRSzZgiqPj1BM4ahSGR0nAcfSVTXLsER5CdmDQj2A" |
banner_form
"App\Website\Form\BannerForm"
Errors
This form has no errors.
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2515 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2497 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2506 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "banner_form" "_banner_form" ] |
| cache_key | "_banner_form_banner_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3081 -form: Symfony\Component\Form\Form {#2696 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3082 …5} |
| full_name | "banner_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "banner_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form" |
| valid | true |
| value | null |
field1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2613 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2614 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_banner_form_field1" ] |
| cache_key | "_banner_form_field1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3086 -form: Symfony\Component\Form\Form {#2770 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3085 …5} |
| full_name | "banner_form[field1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_field1" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_field1" |
| valid | true |
| value | "" |
field2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2623 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_banner_form_field2" ] |
| cache_key | "_banner_form_field2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3087 -form: Symfony\Component\Form\Form {#2791 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3088 …5} |
| full_name | "banner_form[field2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_field2" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_field2" |
| valid | true |
| value | "" |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | 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 | 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2631 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2633 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2632 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_banner_form_firstName" ] |
| cache_key | "_banner_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3089 -form: Symfony\Component\Form\Form {#2797 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3090 …5} |
| full_name | "banner_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_firstName" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_firstName" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | 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 | 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2640 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2642 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2641 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_banner_form_lastName" ] |
| cache_key | "_banner_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3091 -form: Symfony\Component\Form\Form {#2804 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3092 …5} |
| full_name | "banner_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_lastName" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_lastName" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2591 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2592 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2591 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2592 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2591 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2592 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2650 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_banner_form_email" ] |
| cache_key | "_banner_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3093 -form: Symfony\Component\Form\Form {#2808 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3094 …5} |
| full_name | "banner_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_email" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_email" |
| valid | true |
| value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | 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 | 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2658 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2659 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_banner_form_company" ] |
| cache_key | "_banner_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3095 -form: Symfony\Component\Form\Form {#2811 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3096 …5} |
| full_name | "banner_form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_company" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_company" |
| valid | true |
| value | "" |
comment
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | 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 | 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2671 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2672 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_banner_form_comment" ] |
| cache_key | "_banner_form_comment_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3097 -form: Symfony\Component\Form\Form {#2814 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3098 …5} |
| full_name | "banner_form[comment]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_comment" |
| is_required | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comment" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_comment" |
| valid | true |
| value | "" |
banner
Errors
This form has no errors.
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "class" => "collection-file" ] |
[ "class" => "collection-file" ] |
| by_reference | false |
false
|
| entry_type | "App\Website\Form\AddBannerForm" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "collection-file" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2680 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "App\Website\Form\AddBannerForm" |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The collection is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| prototype_options | [] |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2682 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2681 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "class" => "collection-file" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_banner_form_banner" ] |
| cache_key | "_banner_form_banner_collection" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3099 -form: Symfony\Component\Form\Form {#2817 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3100 …5} |
| full_name | "banner_form[banner]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form_banner" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "banner" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#3101 …5} |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form_banner" |
| valid | true |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "c2aa6.ROfGkRfjlwBDRgz8G5TcbQ1KZ3XJIhIiclWT4iABu1E.KYyf8kiX_DEcIjqOTq2sF0kVXhGqakhgJy3H21g02T0rr6_ZIoH2UW4VPA" |
| 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 | "c2aa6.ROfGkRfjlwBDRgz8G5TcbQ1KZ3XJIhIiclWT4iABu1E.KYyf8kiX_DEcIjqOTq2sF0kVXhGqakhgJy3H21g02T0rr6_ZIoH2UW4VPA" |
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data | "c2aa6.ROfGkRfjlwBDRgz8G5TcbQ1KZ3XJIhIiclWT4iABu1E.KYyf8kiX_DEcIjqOTq2sF0kVXhGqakhgJy3H21g02T0rr6_ZIoH2UW4VPA" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3083 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#3103 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_banner_form__token" ] |
| cache_key | "_banner_form__token_hidden" |
| compound | false |
| data | "c2aa6.ROfGkRfjlwBDRgz8G5TcbQ1KZ3XJIhIiclWT4iABu1E.KYyf8kiX_DEcIjqOTq2sF0kVXhGqakhgJy3H21g02T0rr6_ZIoH2UW4VPA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3123 -form: Symfony\Component\Form\Form {#3119 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3114 …5} |
| full_name | "banner_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "banner_form__token" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_banner_form__token" |
| valid | true |
| value | "c2aa6.ROfGkRfjlwBDRgz8G5TcbQ1KZ3XJIhIiclWT4iABu1E.KYyf8kiX_DEcIjqOTq2sF0kVXhGqakhgJy3H21g02T0rr6_ZIoH2UW4VPA" |
newsletter_form
"App\Website\Form\NewsletterForm"
Errors
This form has no errors.
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2634 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "newsletter_form" "_newsletter_form" ] |
| cache_key | "_newsletter_form_newsletter_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3125 -form: Symfony\Component\Form\Form {#2882 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3126 …5} |
| full_name | "newsletter_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newsletter_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form" |
| valid | true |
| value | null |
field1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2847 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2848 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_newsletter_form_field1" ] |
| cache_key | "_newsletter_form_field1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3130 -form: Symfony\Component\Form\Form {#2885 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3129 …5} |
| full_name | "newsletter_form[field1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form_field1" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form_field1" |
| valid | true |
| value | "" |
field2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "hiddenElement" ] |
[ "class" => "hiddenElement" ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "hiddenElement" ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2856 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2857 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "hiddenElement" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_newsletter_form_field2" ] |
| cache_key | "_newsletter_form_field2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3131 -form: Symfony\Component\Form\Form {#2888 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3132 …5} |
| full_name | "newsletter_form[field2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form_field2" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form_field2" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2826 +payload: null +groups: ? +message: "Name not set." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2826 +payload: null +groups: ? +message: "Name not set." +allowNull: false +normalizer: null } ] |
| label | "Name" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2826 +payload: null +groups: ? +message: "Name not set." +allowNull: false +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2865 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2866 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_newsletter_form_name" ] |
| cache_key | "_newsletter_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3133 -form: Symfony\Component\Form\Form {#2891 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3134 …5} |
| full_name | "newsletter_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form_name" |
| is_required | null |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2845 +payload: null +groups: ? +message: "E-mail address not set." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2844 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2845 +payload: null +groups: ? +message: "E-mail address not set." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2844 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "Email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2845 +payload: null +groups: ? +message: "E-mail address not set." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2844 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2874 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#2875 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_newsletter_form_email" ] |
| cache_key | "_newsletter_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3135 -form: Symfony\Component\Form\Form {#2894 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3136 …5} |
| full_name | "newsletter_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form_email" |
| is_required | null |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form_email" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b60e.g_uXiAIO25gNDDrFQzBpP19DZkDrcmwZPJhMP6OS2lc.0az1w1h5ld9hYEj1Al4vbBAyPjmMHyNjbck_YOzg4gjQt9zZSE-f33x-Dg" |
| 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 | "b60e.g_uXiAIO25gNDDrFQzBpP19DZkDrcmwZPJhMP6OS2lc.0az1w1h5ld9hYEj1Al4vbBAyPjmMHyNjbck_YOzg4gjQt9zZSE-f33x-Dg" |
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data | "b60e.g_uXiAIO25gNDDrFQzBpP19DZkDrcmwZPJhMP6OS2lc.0az1w1h5ld9hYEj1Al4vbBAyPjmMHyNjbck_YOzg4gjQt9zZSE-f33x-Dg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#3138 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter_form__token" ] |
| cache_key | "_newsletter_form__token_hidden" |
| compound | false |
| data | "b60e.g_uXiAIO25gNDDrFQzBpP19DZkDrcmwZPJhMP6OS2lc.0az1w1h5ld9hYEj1Al4vbBAyPjmMHyNjbck_YOzg4gjQt9zZSE-f33x-Dg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3148 -form: Symfony\Component\Form\Form {#3144 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3139 …5} |
| full_name | "newsletter_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "newsletter_form__token" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_newsletter_form__token" |
| valid | true |
| value | "b60e.g_uXiAIO25gNDDrFQzBpP19DZkDrcmwZPJhMP6OS2lc.0az1w1h5ld9hYEj1Al4vbBAyPjmMHyNjbck_YOzg4gjQt9zZSE-f33x-Dg" |
candidate_search_form
"App\Website\Form\CandidateSearchForm"
Errors
This form has no errors.
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1331 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#729 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "candidate_search_form" "_candidate_search_form" ] |
| cache_key | "_candidate_search_form_candidate_search_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3150 -form: Symfony\Component\Form\Form {#1864 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3151 …5} |
| full_name | "candidate_search_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "candidate_search_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form" |
| valid | true |
| value | null |
candidateId
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1426 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1428 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1427 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_candidate_search_form_candidateId" ] |
| cache_key | "_candidate_search_form_candidateId_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3155 -form: Symfony\Component\Form\Form {#1867 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3154 …5} |
| full_name | "candidate_search_form[candidateId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_candidateId" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "candidateId" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_candidateId" |
| valid | true |
| value | "" |
subjectArea
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\SubjectArea" |
same as passed value |
| label | "Subject area" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1173 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1464 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1466 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1457 #from: "App\Common\Entity\Education\SubjectArea" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1462 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1465 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Common\Entity\Education\SubjectArea s ORDER BY s.ordering ASC, s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1453 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1501 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1460 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1463 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1490 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1469 …} } |
| choices | null |
| class | "App\Common\Entity\Education\SubjectArea" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1487 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1450 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Subject area" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1464 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1466 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1457 #from: "App\Common\Entity\Education\SubjectArea" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1462 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1465 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Common\Entity\Education\SubjectArea s ORDER BY s.ordering ASC, s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1453 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1449 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1447 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_subjectArea" ] |
| cache_key | "_candidate_search_form_subjectArea_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "Accounting" +value: "1" +data: App\Common\Entity\Education\SubjectArea {#3166 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "Artificial Intelligence and Data Science" +value: "14" +data: App\Common\Entity\Education\SubjectArea {#3178 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "Business Ethics and Corporate Social Responsibility" +value: "15" +data: App\Common\Entity\Education\SubjectArea {#3179 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "Digital Marketing and E-Commerce" +value: "16" +data: App\Common\Entity\Education\SubjectArea {#3180 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "Economics" +value: "2" +data: App\Common\Entity\Education\SubjectArea {#3181 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "Entrepreneurship and Innovation" +value: "17" +data: App\Common\Entity\Education\SubjectArea {#3182 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "Finance" +value: "3" +data: App\Common\Entity\Education\SubjectArea {#3183 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +label: "Human Resource Management and Leadership" +value: "18" +data: App\Common\Entity\Education\SubjectArea {#3184 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "Information Systems and Digital Transformation" +value: "4" +data: App\Common\Entity\Education\SubjectArea {#3185 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "International Business" +value: "19" +data: App\Common\Entity\Education\SubjectArea {#3186 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "Languages and Cultures" +value: "5" +data: App\Common\Entity\Education\SubjectArea {#3187 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3197 +label: "Law and Taxation" +value: "6" +data: App\Common\Entity\Education\SubjectArea {#3188 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "Management" +value: "7" +data: App\Common\Entity\Education\SubjectArea {#3189 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "Marketing" +value: "8" +data: App\Common\Entity\Education\SubjectArea {#3190 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "Operations and Supply Chain Management" +value: "10" +data: App\Common\Entity\Education\SubjectArea {#3191 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "Strategy" +value: "9" +data: App\Common\Entity\Education\SubjectArea {#3192 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "Sustainability and Environmental Management" +value: "20" +data: App\Common\Entity\Education\SubjectArea {#3193 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "Tourism and Hospitality Management" +value: "21" +data: App\Common\Entity\Education\SubjectArea {#3194 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "Other" +value: "13" +data: App\Common\Entity\Education\SubjectArea {#3195 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3156 -form: Symfony\Component\Form\Form {#1870 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3157 …5} |
| full_name | "candidate_search_form[subjectArea]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_subjectArea" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3159 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Subject area" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subjectArea" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_subjectArea" |
| valid | true |
| value | "" |
employmentType
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Employment\EmploymentType" |
same as passed value |
| label | "Employment type" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1157 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1493 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1491 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1497 #from: "App\Common\Entity\Employment\EmploymentType" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1489 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1492 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Common\Entity\Employment\EmploymentType e ORDER BY e.ordering ASC, e.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1474 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1536 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1496 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1498 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1504 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1505 …} } |
| choices | null |
| class | "App\Common\Entity\Employment\EmploymentType" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1522 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1478 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Employment type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1493 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1491 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1497 #from: "App\Common\Entity\Employment\EmploymentType" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1489 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1492 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT e FROM App\Common\Entity\Employment\EmploymentType e ORDER BY e.ordering ASC, e.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1474 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1479 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1480 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_employmentType" ] |
| cache_key | "_candidate_search_form_employmentType_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "Adjunct / Lecturer" +value: "1004" +data: App\Common\Entity\Employment\EmploymentType {#3214 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "Consulting / Freelance" +value: "1008" +data: App\Common\Entity\Employment\EmploymentType {#3226 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "Fellowship" +value: "1005" +data: App\Common\Entity\Employment\EmploymentType {#3227 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "Fixed-term Contract" +value: "1000" +data: App\Common\Entity\Employment\EmploymentType {#3228 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "Internship" +value: "1007" +data: App\Common\Entity\Employment\EmploymentType {#3229 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3220 +label: "Permanent Full-time" +value: "1" +data: App\Common\Entity\Employment\EmploymentType {#3230 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3223 +label: "Permanent Part-time" +value: "2" +data: App\Common\Entity\Employment\EmploymentType {#3231 …} +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3222 +label: "Postdoctoral" +value: "1003" +data: App\Common\Entity\Employment\EmploymentType {#3232 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "Research Position" +value: "1006" +data: App\Common\Entity\Employment\EmploymentType {#3233 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "Temporary" +value: "3" +data: App\Common\Entity\Employment\EmploymentType {#3234 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +label: "Tenure-track" +value: "1001" +data: App\Common\Entity\Employment\EmploymentType {#3235 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +label: "Tenured" +value: "1002" +data: App\Common\Entity\Employment\EmploymentType {#3236 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +label: "Visiting" +value: "4" +data: App\Common\Entity\Employment\EmploymentType {#3237 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +label: "Other" +value: "999" +data: App\Common\Entity\Employment\EmploymentType {#3238 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3205 -form: Symfony\Component\Form\Form {#1873 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3158 …5} |
| full_name | "candidate_search_form[employmentType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_employmentType" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3207 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Employment type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "employmentType" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_employmentType" |
| valid | true |
| value | "" |
position
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\Positions" |
same as passed value |
| group_by | "category.name" |
same as passed value |
| label | "Position" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(PositionsRepository $r) {#1383 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1537 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1529 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1507 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1527 #joinType: "LEFT" #join: "p.category" #alias: "c" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1512 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1526 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Common\Entity\Education\Positions p LEFT JOIN p.category c ORDER BY c.ordering ASC, p.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1532 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "c" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1590 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1531 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1538 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1541 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1542 …} } |
| choices | null |
| class | "App\Common\Entity\Education\Positions" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | "category.name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1565 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1514 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Position" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1537 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1529 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1507 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1527 #joinType: "LEFT" #join: "p.category" #alias: "c" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1512 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1526 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Common\Entity\Education\Positions p LEFT JOIN p.category c ORDER BY c.ordering ASC, p.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1532 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "c" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1515 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1516 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_position" ] |
| cache_key | "_candidate_search_form_position_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "Tenure Track Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3249 +label: "Tenure Track Position" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "(Full) Professor" +value: "3" +data: App\Common\Entity\Education\Positions {#3254 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "Assistant Professor" +value: "1" +data: App\Common\Entity\Education\Positions {#3280 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +label: "Associate Professor" +value: "2" +data: App\Common\Entity\Education\Positions {#3282 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +label: "Chair Professor" +value: "4" +data: App\Common\Entity\Education\Positions {#3283 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3348 +label: "Professor Emeritus" +value: "5" +data: App\Common\Entity\Education\Positions {#3300 …} +attr: [] +labelTranslationParameters: [] } ] } "Academic Management Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3251 +label: "Academic Management Position" +choices: [ 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "Academic Affairs Manager" +value: "28" +data: App\Common\Entity\Education\Positions {#3278 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +label: "Associate Dean" +value: "37" +data: App\Common\Entity\Education\Positions {#3281 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +label: "Dean of Faculty" +value: "30" +data: App\Common\Entity\Education\Positions {#3284 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "Director of Academic Unit" +value: "29" +data: App\Common\Entity\Education\Positions {#3285 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "Head of Academic Department" +value: "31" +data: App\Common\Entity\Education\Positions {#3290 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +label: "Head of International Relations" +value: "32" +data: App\Common\Entity\Education\Positions {#3291 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +label: "Other" +value: "38" +data: App\Common\Entity\Education\Positions {#3297 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +label: "Program Coordinator" +value: "27" +data: App\Common\Entity\Education\Positions {#3301 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +label: "Program Director" +value: "36" +data: App\Common\Entity\Education\Positions {#3302 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Tenure Track Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3314 +label: "Non Tenure Track Position" +choices: [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +label: "Adjunct Professor " +value: "7" +data: App\Common\Entity\Education\Positions {#3276 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +label: "Lecturer / Instructor" +value: "8" +data: App\Common\Entity\Education\Positions {#3293 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3361 +label: "Research Professor" +value: "9" +data: App\Common\Entity\Education\Positions {#3309 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3360 +label: "Teaching Assistant" +value: "6" +data: App\Common\Entity\Education\Positions {#3311 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Academic Position (Director / Consultant)" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3333 +label: "Non Academic Position (Director / Consultant)" +choices: [ 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +label: "Finance" +value: "16" +data: App\Common\Entity\Education\Positions {#3286 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +label: "General Management" +value: "13" +data: App\Common\Entity\Education\Positions {#3288 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +label: "HR" +value: "14" +data: App\Common\Entity\Education\Positions {#3289 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "IT" +value: "15" +data: App\Common\Entity\Education\Positions {#3292 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "Legal " +value: "17" +data: App\Common\Entity\Education\Positions {#3294 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +label: "Logistic" +value: "18" +data: App\Common\Entity\Education\Positions {#3295 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +label: "Marketing " +value: "19" +data: App\Common\Entity\Education\Positions {#3296 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +label: "PR" +value: "20" +data: App\Common\Entity\Education\Positions {#3298 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +label: "Production" +value: "22" +data: App\Common\Entity\Education\Positions {#3299 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +label: "Purchaising" +value: "21" +data: App\Common\Entity\Education\Positions {#3303 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3352 +label: "Research & Development " +value: "23" +data: App\Common\Entity\Education\Positions {#3304 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +label: "Sales " +value: "24" +data: App\Common\Entity\Education\Positions {#3310 …} +attr: [] +labelTranslationParameters: [] } ] } "Research Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3356 +label: "Research Position" +choices: [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +label: "Research Assistant" +value: "10" +data: App\Common\Entity\Education\Positions {#3305 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +label: "Research Director" +value: "12" +data: App\Common\Entity\Education\Positions {#3307 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +label: "Research Engineer" +value: "11" +data: App\Common\Entity\Education\Positions {#3308 …} +attr: [] +labelTranslationParameters: [] } ] } "Other" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3366 +label: "Other" +choices: [ 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +label: "Other" +value: "40" +data: App\Common\Entity\Education\Positions {#3312 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3243 -form: Symfony\Component\Form\Form {#1876 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3206 …5} |
| full_name | "candidate_search_form[position]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_position" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3247 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Position" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "position" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_position" |
| valid | true |
| value | "" |
requestedPosition
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\Positions" |
same as passed value |
| group_by | "category.name" |
same as passed value |
| label | "Requested position" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(PositionsRepository $r) {#1385 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1558 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1553 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1557 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1555 #joinType: "LEFT" #join: "p.category" #alias: "c" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1556 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1551 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Common\Entity\Education\Positions p LEFT JOIN p.category c ORDER BY c.ordering ASC, p.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1552 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "c" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1539 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1531 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1549 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1588 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1542 …} } |
| choices | null |
| class | "App\Common\Entity\Education\Positions" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | "category.name" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1565 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1514 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Requested position" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1558 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1553 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1557 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1555 #joinType: "LEFT" #join: "p.category" #alias: "c" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1556 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1551 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT p FROM App\Common\Entity\Education\Positions p LEFT JOIN p.category c ORDER BY c.ordering ASC, p.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1552 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "c" => "p" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1560 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_requestedPosition" ] |
| cache_key | "_candidate_search_form_requestedPosition_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "Tenure Track Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3262 +label: "Tenure Track Position" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3250 +label: "(Full) Professor" +value: "3" +data: App\Common\Entity\Education\Positions {#3254 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "Assistant Professor" +value: "1" +data: App\Common\Entity\Education\Positions {#3280 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "Associate Professor" +value: "2" +data: App\Common\Entity\Education\Positions {#3282 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +label: "Chair Professor" +value: "4" +data: App\Common\Entity\Education\Positions {#3283 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3397 +label: "Professor Emeritus" +value: "5" +data: App\Common\Entity\Education\Positions {#3300 …} +attr: [] +labelTranslationParameters: [] } ] } "Academic Management Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3367 +label: "Academic Management Position" +choices: [ 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +label: "Academic Affairs Manager" +value: "28" +data: App\Common\Entity\Education\Positions {#3278 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +label: "Associate Dean" +value: "37" +data: App\Common\Entity\Education\Positions {#3281 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +label: "Dean of Faculty" +value: "30" +data: App\Common\Entity\Education\Positions {#3284 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +label: "Director of Academic Unit" +value: "29" +data: App\Common\Entity\Education\Positions {#3285 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "Head of Academic Department" +value: "31" +data: App\Common\Entity\Education\Positions {#3290 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +label: "Head of International Relations" +value: "32" +data: App\Common\Entity\Education\Positions {#3291 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +label: "Other" +value: "38" +data: App\Common\Entity\Education\Positions {#3297 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +label: "Program Coordinator" +value: "27" +data: App\Common\Entity\Education\Positions {#3301 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3399 +label: "Program Director" +value: "36" +data: App\Common\Entity\Education\Positions {#3302 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Tenure Track Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3371 +label: "Non Tenure Track Position" +choices: [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3353 +label: "Adjunct Professor " +value: "7" +data: App\Common\Entity\Education\Positions {#3276 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "Lecturer / Instructor" +value: "8" +data: App\Common\Entity\Education\Positions {#3293 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3407 +label: "Research Professor" +value: "9" +data: App\Common\Entity\Education\Positions {#3309 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +label: "Teaching Assistant" +value: "6" +data: App\Common\Entity\Education\Positions {#3311 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Academic Position (Director / Consultant)" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3383 +label: "Non Academic Position (Director / Consultant)" +choices: [ 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +label: "Finance" +value: "16" +data: App\Common\Entity\Education\Positions {#3286 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +label: "General Management" +value: "13" +data: App\Common\Entity\Education\Positions {#3288 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "HR" +value: "14" +data: App\Common\Entity\Education\Positions {#3289 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +label: "IT" +value: "15" +data: App\Common\Entity\Education\Positions {#3292 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +label: "Legal " +value: "17" +data: App\Common\Entity\Education\Positions {#3294 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +label: "Logistic" +value: "18" +data: App\Common\Entity\Education\Positions {#3295 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +label: "Marketing " +value: "19" +data: App\Common\Entity\Education\Positions {#3296 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +label: "PR" +value: "20" +data: App\Common\Entity\Education\Positions {#3298 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +label: "Production" +value: "22" +data: App\Common\Entity\Education\Positions {#3299 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3400 +label: "Purchaising" +value: "21" +data: App\Common\Entity\Education\Positions {#3303 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +label: "Research & Development " +value: "23" +data: App\Common\Entity\Education\Positions {#3304 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3408 +label: "Sales " +value: "24" +data: App\Common\Entity\Education\Positions {#3310 …} +attr: [] +labelTranslationParameters: [] } ] } "Research Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3403 +label: "Research Position" +choices: [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +label: "Research Assistant" +value: "10" +data: App\Common\Entity\Education\Positions {#3305 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3405 +label: "Research Director" +value: "12" +data: App\Common\Entity\Education\Positions {#3307 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3406 +label: "Research Engineer" +value: "11" +data: App\Common\Entity\Education\Positions {#3308 …} +attr: [] +labelTranslationParameters: [] } ] } "Other" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3411 +label: "Other" +choices: [ 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3412 +label: "Other" +value: "40" +data: App\Common\Entity\Education\Positions {#3312 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3362 -form: Symfony\Component\Form\Form {#1879 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3246 …5} |
| full_name | "candidate_search_form[requestedPosition]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_requestedPosition" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3332 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Requested position" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "requestedPosition" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_requestedPosition" |
| valid | true |
| value | "" |
englishLevel
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\EnglishLevel" |
same as passed value |
| label | "English level" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1386 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1598 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1597 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1577 #from: "App\Common\Entity\Education\EnglishLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1599 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "el.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT el FROM App\Common\Entity\Education\EnglishLevel el ORDER BY el.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1591 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1626 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1596 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1595 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1601 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1602 …} } |
| choices | null |
| class | "App\Common\Entity\Education\EnglishLevel" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1614 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1585 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "English level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1598 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1597 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1577 #from: "App\Common\Entity\Education\EnglishLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1599 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "el.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT el FROM App\Common\Entity\Education\EnglishLevel el ORDER BY el.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1591 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1567 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1581 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_englishLevel" ] |
| cache_key | "_candidate_search_form_englishLevel_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +label: "Advanced Level" +value: "3" +data: App\Common\Entity\Education\EnglishLevel {#3414 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +label: "Basic Level" +value: "5" +data: App\Common\Entity\Education\EnglishLevel {#3426 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +label: "Intermediate Level" +value: "4" +data: App\Common\Entity\Education\EnglishLevel {#3427 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3418 +label: "Native Speaker" +value: "1" +data: App\Common\Entity\Education\EnglishLevel {#3428 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +label: "Near-native Level" +value: "2" +data: App\Common\Entity\Education\EnglishLevel {#3429 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3410 -form: Symfony\Component\Form\Form {#1882 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3354 …5} |
| full_name | "candidate_search_form[englishLevel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_englishLevel" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3245 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "English level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "englishLevel" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_englishLevel" |
| valid | true |
| value | "" |
educationLevel
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\EducationLevel" |
same as passed value |
| label | "Education level" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1387 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1630 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1629 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1622 #from: "App\Common\Entity\Education\EducationLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1631 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "el.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT el FROM App\Common\Entity\Education\EducationLevel el ORDER BY el.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1616 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1658 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1628 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1627 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1633 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1634 …} } |
| choices | null |
| class | "App\Common\Entity\Education\EducationLevel" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1646 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1605 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Education level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1630 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1629 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1622 #from: "App\Common\Entity\Education\EducationLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1631 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "el.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT el FROM App\Common\Entity\Education\EducationLevel el ORDER BY el.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1616 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1606 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1608 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_educationLevel" ] |
| cache_key | "_candidate_search_form_educationLevel_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "ABD Status" +value: "4" +data: App\Common\Entity\Education\EducationLevel {#3434 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +label: "Bachelor’s Degree" +value: "1" +data: App\Common\Entity\Education\EducationLevel {#3446 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3430 +label: "Doctorate PhD" +value: "5" +data: App\Common\Entity\Education\EducationLevel {#3447 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3438 +label: "Master’s Degree" +value: "2" +data: App\Common\Entity\Education\EducationLevel {#3448 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3417 +label: "Pre-Doctorate PhD" +value: "3" +data: App\Common\Entity\Education\EducationLevel {#3449 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3420 -form: Symfony\Component\Form\Form {#1885 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3244 …5} |
| full_name | "candidate_search_form[educationLevel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_educationLevel" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3422 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Education level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "educationLevel" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_educationLevel" |
| valid | true |
| value | "" |
location
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Country\Country" |
same as passed value |
| label | "Location" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1388 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1664 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1663 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1648 #from: "App\Common\Entity\Country\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1661 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Common\Entity\Country\Country c ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1654 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1692 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1662 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1665 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1667 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1668 …} } |
| choices | null |
| class | "App\Common\Entity\Country\Country" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1680 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1637 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Location" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1664 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1663 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1648 #from: "App\Common\Entity\Country\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1661 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Common\Entity\Country\Country c ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1654 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1640 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_location" ] |
| cache_key | "_candidate_search_form_location_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3431 +label: "Afghanistan" +value: "1" +data: App\Common\Entity\Country\Country {#3454 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "Albania" +value: "3" +data: App\Common\Entity\Country\Country {#3476 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "Algeria" +value: "4" +data: App\Common\Entity\Country\Country {#3512 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "American Samoa" +value: "5" +data: App\Common\Entity\Country\Country {#3508 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +label: "Andorra" +value: "6" +data: App\Common\Entity\Country\Country {#3517 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "Angola" +value: "7" +data: App\Common\Entity\Country\Country {#3520 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "Anguilla" +value: "8" +data: App\Common\Entity\Country\Country {#3523 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "Antarctica" +value: "9" +data: App\Common\Entity\Country\Country {#3526 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "Antigua and Barbuda" +value: "10" +data: App\Common\Entity\Country\Country {#3529 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "Argentina" +value: "11" +data: App\Common\Entity\Country\Country {#3532 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +label: "Armenia" +value: "12" +data: App\Common\Entity\Country\Country {#3535 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +label: "Aruba" +value: "13" +data: App\Common\Entity\Country\Country {#3538 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +label: "Australia" +value: "14" +data: App\Common\Entity\Country\Country {#3541 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +label: "Austria" +value: "15" +data: App\Common\Entity\Country\Country {#3544 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +label: "Azerbaijan" +value: "16" +data: App\Common\Entity\Country\Country {#3547 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +label: "Bahamas" +value: "17" +data: App\Common\Entity\Country\Country {#3550 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +label: "Bahrain" +value: "18" +data: App\Common\Entity\Country\Country {#3553 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +label: "Bangladesh" +value: "19" +data: App\Common\Entity\Country\Country {#3556 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +label: "Barbados" +value: "20" +data: App\Common\Entity\Country\Country {#3559 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +label: "Belarus" +value: "21" +data: App\Common\Entity\Country\Country {#3562 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +label: "Belgium" +value: "22" +data: App\Common\Entity\Country\Country {#3565 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +label: "Belize" +value: "23" +data: App\Common\Entity\Country\Country {#3568 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +label: "Benin" +value: "24" +data: App\Common\Entity\Country\Country {#3571 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +label: "Bermuda" +value: "25" +data: App\Common\Entity\Country\Country {#3574 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +label: "Bhutan" +value: "26" +data: App\Common\Entity\Country\Country {#3577 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +label: "Bolivia" +value: "27" +data: App\Common\Entity\Country\Country {#3580 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +label: "Bosnia and Herzegovina" +value: "28" +data: App\Common\Entity\Country\Country {#3583 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +label: "Botswana" +value: "29" +data: App\Common\Entity\Country\Country {#3586 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +label: "Bouvet Island" +value: "30" +data: App\Common\Entity\Country\Country {#3589 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +label: "Brazil" +value: "31" +data: App\Common\Entity\Country\Country {#3592 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +label: "British Indian Ocean Territory" +value: "32" +data: App\Common\Entity\Country\Country {#3595 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +label: "Brunei Darussalam" +value: "33" +data: App\Common\Entity\Country\Country {#3598 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +label: "Bulgaria" +value: "34" +data: App\Common\Entity\Country\Country {#3601 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +label: "Burkina Faso" +value: "35" +data: App\Common\Entity\Country\Country {#3604 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +label: "Burundi" +value: "36" +data: App\Common\Entity\Country\Country {#3607 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +label: "Cambodia" +value: "37" +data: App\Common\Entity\Country\Country {#3610 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +label: "Cameroon" +value: "38" +data: App\Common\Entity\Country\Country {#3613 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +label: "Canada" +value: "39" +data: App\Common\Entity\Country\Country {#3616 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +label: "Cape Verde" +value: "40" +data: App\Common\Entity\Country\Country {#3619 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +label: "Cayman Islands" +value: "41" +data: App\Common\Entity\Country\Country {#3622 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +label: "Central African Republic" +value: "42" +data: App\Common\Entity\Country\Country {#3625 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +label: "Chad" +value: "43" +data: App\Common\Entity\Country\Country {#3628 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +label: "Chile" +value: "44" +data: App\Common\Entity\Country\Country {#3631 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +label: "China" +value: "45" +data: App\Common\Entity\Country\Country {#3634 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +label: "Christmas Island" +value: "46" +data: App\Common\Entity\Country\Country {#3637 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +label: "Cocos (Keeling) Islands" +value: "47" +data: App\Common\Entity\Country\Country {#3640 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +label: "Colombia" +value: "48" +data: App\Common\Entity\Country\Country {#3643 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +label: "Comoros" +value: "49" +data: App\Common\Entity\Country\Country {#3646 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +label: "Congo" +value: "50" +data: App\Common\Entity\Country\Country {#3649 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +label: "Congo, the Democratic Republic of the" +value: "51" +data: App\Common\Entity\Country\Country {#3652 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +label: "Cook Islands" +value: "52" +data: App\Common\Entity\Country\Country {#3655 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +label: "Costa Rica" +value: "53" +data: App\Common\Entity\Country\Country {#3658 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +label: "Croatia" +value: "55" +data: App\Common\Entity\Country\Country {#3661 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +label: "Cuba" +value: "56" +data: App\Common\Entity\Country\Country {#3664 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +label: "Cyprus" +value: "57" +data: App\Common\Entity\Country\Country {#3667 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +label: "Czech Republic" +value: "58" +data: App\Common\Entity\Country\Country {#3670 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +label: "Côte D'ivoire" +value: "54" +data: App\Common\Entity\Country\Country {#3673 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +label: "Denmark" +value: "59" +data: App\Common\Entity\Country\Country {#3676 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +label: "Djibouti" +value: "60" +data: App\Common\Entity\Country\Country {#3679 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +label: "Dominica" +value: "61" +data: App\Common\Entity\Country\Country {#3682 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +label: "Dominican Republic" +value: "62" +data: App\Common\Entity\Country\Country {#3685 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +label: "Ecuador" +value: "63" +data: App\Common\Entity\Country\Country {#3688 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +label: "Egypt" +value: "64" +data: App\Common\Entity\Country\Country {#3691 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +label: "El Salvador" +value: "65" +data: App\Common\Entity\Country\Country {#3694 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +label: "Equatorial Guinea" +value: "66" +data: App\Common\Entity\Country\Country {#3697 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +label: "Eritrea" +value: "67" +data: App\Common\Entity\Country\Country {#3700 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +label: "Estonia" +value: "68" +data: App\Common\Entity\Country\Country {#3703 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +label: "Ethiopia" +value: "69" +data: App\Common\Entity\Country\Country {#3706 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +label: "Falkland Islands (Malvinas)" +value: "70" +data: App\Common\Entity\Country\Country {#3709 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +label: "Faroe Islands" +value: "71" +data: App\Common\Entity\Country\Country {#3712 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +label: "Fiji" +value: "72" +data: App\Common\Entity\Country\Country {#3715 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +label: "Finland" +value: "73" +data: App\Common\Entity\Country\Country {#3718 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +label: "France" +value: "74" +data: App\Common\Entity\Country\Country {#3721 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +label: "French Guiana" +value: "75" +data: App\Common\Entity\Country\Country {#3724 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +label: "French Polynesia" +value: "76" +data: App\Common\Entity\Country\Country {#3727 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +label: "French Southern Territories" +value: "77" +data: App\Common\Entity\Country\Country {#3730 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +label: "Gabon" +value: "78" +data: App\Common\Entity\Country\Country {#3733 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +label: "Gambia" +value: "79" +data: App\Common\Entity\Country\Country {#3736 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +label: "Georgia" +value: "80" +data: App\Common\Entity\Country\Country {#3739 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +label: "Germany" +value: "81" +data: App\Common\Entity\Country\Country {#3742 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +label: "Ghana" +value: "82" +data: App\Common\Entity\Country\Country {#3745 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +label: "Gibraltar" +value: "83" +data: App\Common\Entity\Country\Country {#3748 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +label: "Greece" +value: "84" +data: App\Common\Entity\Country\Country {#3751 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +label: "Greenland" +value: "85" +data: App\Common\Entity\Country\Country {#3754 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +label: "Grenada" +value: "86" +data: App\Common\Entity\Country\Country {#3757 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +label: "Guadeloupe" +value: "87" +data: App\Common\Entity\Country\Country {#3760 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +label: "Guam" +value: "88" +data: App\Common\Entity\Country\Country {#3763 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +label: "Guatemala" +value: "89" +data: App\Common\Entity\Country\Country {#3766 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +label: "Guernsey" +value: "90" +data: App\Common\Entity\Country\Country {#3769 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +label: "Guinea" +value: "91" +data: App\Common\Entity\Country\Country {#3772 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +label: "Guinea-bissau" +value: "92" +data: App\Common\Entity\Country\Country {#3775 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +label: "Guyana" +value: "93" +data: App\Common\Entity\Country\Country {#3778 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +label: "Haiti" +value: "94" +data: App\Common\Entity\Country\Country {#3781 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +label: "Heard Island and Mcdonald Islands" +value: "95" +data: App\Common\Entity\Country\Country {#3784 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +label: "Honduras" +value: "96" +data: App\Common\Entity\Country\Country {#3787 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +label: "Hong Kong" +value: "97" +data: App\Common\Entity\Country\Country {#3790 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +label: "Hungary" +value: "98" +data: App\Common\Entity\Country\Country {#3793 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +label: "Iceland" +value: "99" +data: App\Common\Entity\Country\Country {#3796 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +label: "India" +value: "100" +data: App\Common\Entity\Country\Country {#3799 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +label: "Indonesia" +value: "101" +data: App\Common\Entity\Country\Country {#3802 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +label: "Iran, Islamic Republic of" +value: "102" +data: App\Common\Entity\Country\Country {#3805 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +label: "Iraq" +value: "103" +data: App\Common\Entity\Country\Country {#3808 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +label: "Ireland" +value: "104" +data: App\Common\Entity\Country\Country {#3811 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +label: "Isle of Man" +value: "105" +data: App\Common\Entity\Country\Country {#3814 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +label: "Israel" +value: "106" +data: App\Common\Entity\Country\Country {#3817 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +label: "Italy" +value: "107" +data: App\Common\Entity\Country\Country {#3820 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +label: "Jamaica" +value: "108" +data: App\Common\Entity\Country\Country {#3823 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +label: "Japan" +value: "109" +data: App\Common\Entity\Country\Country {#3826 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +label: "Jersey" +value: "110" +data: App\Common\Entity\Country\Country {#3829 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +label: "Jordan" +value: "111" +data: App\Common\Entity\Country\Country {#3832 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +label: "Kazakhstan" +value: "112" +data: App\Common\Entity\Country\Country {#3835 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +label: "Kenya" +value: "113" +data: App\Common\Entity\Country\Country {#3838 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +label: "Kiribati" +value: "114" +data: App\Common\Entity\Country\Country {#3841 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +label: "Korea, Democratic People's Republic of" +value: "115" +data: App\Common\Entity\Country\Country {#3844 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +label: "Korea, Republic of" +value: "116" +data: App\Common\Entity\Country\Country {#3847 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +label: "Kuwait" +value: "117" +data: App\Common\Entity\Country\Country {#3850 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +label: "Kyrgyzstan" +value: "118" +data: App\Common\Entity\Country\Country {#3853 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +label: "Lao People's Democratic Republic" +value: "119" +data: App\Common\Entity\Country\Country {#3856 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +label: "Latvia" +value: "120" +data: App\Common\Entity\Country\Country {#3859 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +label: "Lebanon" +value: "121" +data: App\Common\Entity\Country\Country {#3862 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +label: "Lesotho" +value: "122" +data: App\Common\Entity\Country\Country {#3865 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +label: "Liberia" +value: "123" +data: App\Common\Entity\Country\Country {#3868 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +label: "Libyan Arab Jamahiriya" +value: "124" +data: App\Common\Entity\Country\Country {#3871 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +label: "Liechtenstein" +value: "125" +data: App\Common\Entity\Country\Country {#3874 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +label: "Lithuania" +value: "126" +data: App\Common\Entity\Country\Country {#3877 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +label: "Luxembourg" +value: "127" +data: App\Common\Entity\Country\Country {#3880 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +label: "Macao" +value: "128" +data: App\Common\Entity\Country\Country {#3883 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +label: "Macedonia, the Former Yugoslav Republic of" +value: "129" +data: App\Common\Entity\Country\Country {#3886 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +label: "Madagascar" +value: "130" +data: App\Common\Entity\Country\Country {#3889 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +label: "Malawi" +value: "131" +data: App\Common\Entity\Country\Country {#3892 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +label: "Malaysia" +value: "132" +data: App\Common\Entity\Country\Country {#3895 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +label: "Maldives" +value: "133" +data: App\Common\Entity\Country\Country {#3898 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +label: "Mali" +value: "134" +data: App\Common\Entity\Country\Country {#3901 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +label: "Malta" +value: "135" +data: App\Common\Entity\Country\Country {#3904 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +label: "Marshall Islands" +value: "136" +data: App\Common\Entity\Country\Country {#3907 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +label: "Martinique" +value: "137" +data: App\Common\Entity\Country\Country {#3910 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +label: "Mauritania" +value: "138" +data: App\Common\Entity\Country\Country {#3913 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +label: "Mauritius" +value: "139" +data: App\Common\Entity\Country\Country {#3916 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +label: "Mayotte" +value: "140" +data: App\Common\Entity\Country\Country {#3919 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +label: "Mexico" +value: "141" +data: App\Common\Entity\Country\Country {#3922 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +label: "Micronesia, Federated States of" +value: "142" +data: App\Common\Entity\Country\Country {#3925 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +label: "Moldova" +value: "143" +data: App\Common\Entity\Country\Country {#3928 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +label: "Monaco" +value: "144" +data: App\Common\Entity\Country\Country {#3931 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +label: "Mongolia" +value: "145" +data: App\Common\Entity\Country\Country {#3934 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +label: "Montenegro" +value: "146" +data: App\Common\Entity\Country\Country {#3937 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +label: "Montserrat" +value: "147" +data: App\Common\Entity\Country\Country {#3940 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +label: "Morocco" +value: "148" +data: App\Common\Entity\Country\Country {#3943 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +label: "Mozambique" +value: "149" +data: App\Common\Entity\Country\Country {#3946 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +label: "Myanmar" +value: "150" +data: App\Common\Entity\Country\Country {#3949 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +label: "Namibia" +value: "151" +data: App\Common\Entity\Country\Country {#3952 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +label: "Nauru" +value: "152" +data: App\Common\Entity\Country\Country {#3955 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +label: "Nepal" +value: "153" +data: App\Common\Entity\Country\Country {#3958 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +label: "Netherlands" +value: "154" +data: App\Common\Entity\Country\Country {#3961 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +label: "Netherlands Antilles" +value: "155" +data: App\Common\Entity\Country\Country {#3964 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +label: "New Caledonia" +value: "156" +data: App\Common\Entity\Country\Country {#3967 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +label: "New Zealand" +value: "157" +data: App\Common\Entity\Country\Country {#3970 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +label: "Nicaragua" +value: "158" +data: App\Common\Entity\Country\Country {#3973 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +label: "Niger" +value: "159" +data: App\Common\Entity\Country\Country {#3976 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +label: "Nigeria" +value: "160" +data: App\Common\Entity\Country\Country {#3979 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +label: "Niue" +value: "161" +data: App\Common\Entity\Country\Country {#3982 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +label: "Norfolk Island" +value: "162" +data: App\Common\Entity\Country\Country {#3985 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +label: "Northern Mariana Islands" +value: "163" +data: App\Common\Entity\Country\Country {#3988 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +label: "Norway" +value: "164" +data: App\Common\Entity\Country\Country {#3991 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +label: "Oman" +value: "165" +data: App\Common\Entity\Country\Country {#3994 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +label: "Other" +value: "248" +data: App\Common\Entity\Country\Country {#3997 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +label: "Pakistan" +value: "166" +data: App\Common\Entity\Country\Country {#4000 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +label: "Palau" +value: "167" +data: App\Common\Entity\Country\Country {#4003 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +label: "Palestinian Territory, Occupied" +value: "168" +data: App\Common\Entity\Country\Country {#4006 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +label: "Panama" +value: "169" +data: App\Common\Entity\Country\Country {#4009 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +label: "Papua New Guinea" +value: "170" +data: App\Common\Entity\Country\Country {#4012 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +label: "Paraguay" +value: "171" +data: App\Common\Entity\Country\Country {#4015 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +label: "Peru" +value: "172" +data: App\Common\Entity\Country\Country {#4018 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +label: "Philippines" +value: "173" +data: App\Common\Entity\Country\Country {#4021 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +label: "Pitcairn" +value: "174" +data: App\Common\Entity\Country\Country {#4024 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +label: "Poland" +value: "175" +data: App\Common\Entity\Country\Country {#4027 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +label: "Portugal" +value: "176" +data: App\Common\Entity\Country\Country {#4030 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +label: "Puerto Rico" +value: "177" +data: App\Common\Entity\Country\Country {#4033 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +label: "Qatar" +value: "178" +data: App\Common\Entity\Country\Country {#4036 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +label: "Romania" +value: "180" +data: App\Common\Entity\Country\Country {#4039 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +label: "Russian Federation" +value: "181" +data: App\Common\Entity\Country\Country {#4042 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +label: "Rwanda" +value: "182" +data: App\Common\Entity\Country\Country {#4045 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +label: "Réunion" +value: "179" +data: App\Common\Entity\Country\Country {#4048 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +label: "Saint Barthélemy" +value: "183" +data: App\Common\Entity\Country\Country {#4051 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +label: "Saint Helena" +value: "184" +data: App\Common\Entity\Country\Country {#4054 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +label: "Saint Kitts and Nevis" +value: "185" +data: App\Common\Entity\Country\Country {#4057 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +label: "Saint Lucia" +value: "186" +data: App\Common\Entity\Country\Country {#4060 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +label: "Saint Martin" +value: "187" +data: App\Common\Entity\Country\Country {#4063 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +label: "Saint Pierre and Miquelon" +value: "188" +data: App\Common\Entity\Country\Country {#4066 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +label: "Saint Vincent and the Grenadines" +value: "189" +data: App\Common\Entity\Country\Country {#4069 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +label: "Samoa" +value: "190" +data: App\Common\Entity\Country\Country {#4072 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +label: "San Marino" +value: "191" +data: App\Common\Entity\Country\Country {#4075 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +label: "Sao Tome and Principe" +value: "192" +data: App\Common\Entity\Country\Country {#4078 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +label: "Saudi Arabia" +value: "193" +data: App\Common\Entity\Country\Country {#4081 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +label: "Senegal" +value: "194" +data: App\Common\Entity\Country\Country {#4084 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +label: "Serbia" +value: "195" +data: App\Common\Entity\Country\Country {#4087 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +label: "Seychelles" +value: "196" +data: App\Common\Entity\Country\Country {#4090 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +label: "Sierra Leone" +value: "197" +data: App\Common\Entity\Country\Country {#4093 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +label: "Singapore" +value: "198" +data: App\Common\Entity\Country\Country {#4096 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +label: "Slovakia" +value: "199" +data: App\Common\Entity\Country\Country {#4099 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +label: "Slovenia" +value: "200" +data: App\Common\Entity\Country\Country {#4102 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +label: "Solomon Islands" +value: "201" +data: App\Common\Entity\Country\Country {#4105 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +label: "Somalia" +value: "202" +data: App\Common\Entity\Country\Country {#4108 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +label: "South Africa" +value: "203" +data: App\Common\Entity\Country\Country {#4111 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +label: "South Georgia and the South Sandwich Islands" +value: "204" +data: App\Common\Entity\Country\Country {#4114 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +label: "Spain" +value: "205" +data: App\Common\Entity\Country\Country {#4117 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +label: "Sri Lanka" +value: "206" +data: App\Common\Entity\Country\Country {#4120 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +label: "Sudan" +value: "207" +data: App\Common\Entity\Country\Country {#4123 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +label: "Suriname" +value: "208" +data: App\Common\Entity\Country\Country {#4126 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +label: "Svalbard and Jan Mayen" +value: "209" +data: App\Common\Entity\Country\Country {#4129 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +label: "Swaziland" +value: "210" +data: App\Common\Entity\Country\Country {#4132 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +label: "Sweden" +value: "211" +data: App\Common\Entity\Country\Country {#4135 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +label: "Switzerland" +value: "212" +data: App\Common\Entity\Country\Country {#4138 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +label: "Syrian Arab Republic" +value: "213" +data: App\Common\Entity\Country\Country {#4141 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +label: "Taiwan" +value: "214" +data: App\Common\Entity\Country\Country {#4144 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +label: "Tajikistan" +value: "215" +data: App\Common\Entity\Country\Country {#4147 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +label: "Tanzania, United Republic of" +value: "216" +data: App\Common\Entity\Country\Country {#4150 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +label: "Thailand" +value: "217" +data: App\Common\Entity\Country\Country {#4153 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +label: "Timor-leste" +value: "218" +data: App\Common\Entity\Country\Country {#4156 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +label: "Togo" +value: "219" +data: App\Common\Entity\Country\Country {#4159 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +label: "Tokelau" +value: "220" +data: App\Common\Entity\Country\Country {#4162 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +label: "Tonga" +value: "221" +data: App\Common\Entity\Country\Country {#4165 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +label: "Trinidad and Tobago" +value: "222" +data: App\Common\Entity\Country\Country {#4168 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +label: "Tunisia" +value: "223" +data: App\Common\Entity\Country\Country {#4171 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +label: "Turkey" +value: "224" +data: App\Common\Entity\Country\Country {#4174 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +label: "Turkmenistan" +value: "225" +data: App\Common\Entity\Country\Country {#4177 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +label: "Turks and Caicos Islands" +value: "226" +data: App\Common\Entity\Country\Country {#4180 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +label: "Tuvalu" +value: "227" +data: App\Common\Entity\Country\Country {#4183 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +label: "Uganda" +value: "228" +data: App\Common\Entity\Country\Country {#4186 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +label: "Ukraine" +value: "229" +data: App\Common\Entity\Country\Country {#4189 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +label: "United Arab Emirates" +value: "230" +data: App\Common\Entity\Country\Country {#4192 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +label: "United Kingdom" +value: "231" +data: App\Common\Entity\Country\Country {#4195 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +label: "United States" +value: "232" +data: App\Common\Entity\Country\Country {#4198 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +label: "United States Minor Outlying Islands" +value: "233" +data: App\Common\Entity\Country\Country {#4201 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +label: "Uruguay" +value: "234" +data: App\Common\Entity\Country\Country {#4204 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +label: "Uzbekistan" +value: "235" +data: App\Common\Entity\Country\Country {#4207 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +label: "Vanuatu" +value: "236" +data: App\Common\Entity\Country\Country {#4210 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +label: "Vatican City State (Holy See)" +value: "237" +data: App\Common\Entity\Country\Country {#4213 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +label: "Venezuela" +value: "238" +data: App\Common\Entity\Country\Country {#4216 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +label: "Viet Nam" +value: "239" +data: App\Common\Entity\Country\Country {#4219 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +label: "Virgin Islands, British" +value: "240" +data: App\Common\Entity\Country\Country {#4222 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +label: "Virgin Islands, U.S." +value: "241" +data: App\Common\Entity\Country\Country {#4225 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +label: "Wallis and Futuna" +value: "242" +data: App\Common\Entity\Country\Country {#4228 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +label: "Western Sahara" +value: "243" +data: App\Common\Entity\Country\Country {#4231 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +label: "Yemen" +value: "244" +data: App\Common\Entity\Country\Country {#4234 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +label: "Zambia" +value: "245" +data: App\Common\Entity\Country\Country {#4237 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +label: "Zimbabwe" +value: "246" +data: App\Common\Entity\Country\Country {#4240 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +label: "Åland Islands" +value: "2" +data: App\Common\Entity\Country\Country {#4243 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3440 -form: Symfony\Component\Form\Form {#1888 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3423 …5} |
| full_name | "candidate_search_form[location]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_location" |
| is_required | null |
| is_selected | Closure($choice, $value) {#3442 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Location" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "location" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_location" |
| valid | true |
| value | "" |
managerialExperience
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Employment\ManagerialExperience" |
same as passed value |
| label | "Managerial experience" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(ManagerialExperienceRepository $er) {#1398 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1696 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1695 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "me" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1688 #from: "App\Common\Entity\Employment\ManagerialExperience" #alias: "me" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1697 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "me.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT me FROM App\Common\Entity\Employment\ManagerialExperience me ORDER BY me.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1682 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1724 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1694 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1693 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1699 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1700 …} } |
| choices | null |
| class | "App\Common\Entity\Employment\ManagerialExperience" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1712 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1671 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Managerial experience" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1696 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1695 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "me" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1688 #from: "App\Common\Entity\Employment\ManagerialExperience" #alias: "me" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1697 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "me.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT me FROM App\Common\Entity\Employment\ManagerialExperience me ORDER BY me.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1682 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1674 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_managerialExperience" ] |
| cache_key | "_candidate_search_form_managerialExperience_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +label: "11-20 years" +value: "4" +data: App\Common\Entity\Employment\ManagerialExperience {#4492 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +label: "6-10 years" +value: "3" +data: App\Common\Entity\Employment\ManagerialExperience {#4504 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +label: "<5 years" +value: "2" +data: App\Common\Entity\Employment\ManagerialExperience {#4505 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +label: ">20years" +value: "5" +data: App\Common\Entity\Employment\ManagerialExperience {#4506 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +label: "None" +value: "1" +data: App\Common\Entity\Employment\ManagerialExperience {#4507 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4483 -form: Symfony\Component\Form\Form {#1891 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3443 …5} |
| full_name | "candidate_search_form[managerialExperience]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_managerialExperience" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4485 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Managerial experience" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "managerialExperience" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_managerialExperience" |
| valid | true |
| value | "" |
pedagogicExperience
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\PedagogicExperience" |
same as passed value |
| label | "Pedagogic experience" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(PedagogicExperienceRepository $er) {#1417 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1728 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1727 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pe" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1720 #from: "App\Common\Entity\Education\PedagogicExperience" #alias: "pe" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1729 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "pe.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT pe FROM App\Common\Entity\Education\PedagogicExperience pe ORDER BY pe.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1714 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1756 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1726 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1725 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1731 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1732 …} } |
| choices | null |
| class | "App\Common\Entity\Education\PedagogicExperience" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1744 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1703 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Pedagogic experience" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1728 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1727 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pe" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1720 #from: "App\Common\Entity\Education\PedagogicExperience" #alias: "pe" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1729 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "pe.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT pe FROM App\Common\Entity\Education\PedagogicExperience pe ORDER BY pe.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1714 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1706 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_pedagogicExperience" ] |
| cache_key | "_candidate_search_form_pedagogicExperience_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4489 +label: "11-20 years" +value: "4" +data: App\Common\Entity\Education\PedagogicExperience {#4512 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4513 +label: "6-10 years" +value: "3" +data: App\Common\Entity\Education\PedagogicExperience {#4524 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4508 +label: "<5 years" +value: "2" +data: App\Common\Entity\Education\PedagogicExperience {#4525 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +label: ">20years" +value: "5" +data: App\Common\Entity\Education\PedagogicExperience {#4526 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4495 +label: "None" +value: "1" +data: App\Common\Entity\Education\PedagogicExperience {#4527 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4498 -form: Symfony\Component\Form\Form {#1894 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4484 …5} |
| full_name | "candidate_search_form[pedagogicExperience]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_pedagogicExperience" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4500 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Pedagogic experience" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pedagogicExperience" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_pedagogicExperience" |
| valid | true |
| value | "" |
academicProgramLevel
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Academy\AcademicProgramLevel" |
same as passed value |
| label | "Academic program level" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1419 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1761 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1760 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "al" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1753 #from: "App\Common\Entity\Academy\AcademicProgramLevel" #alias: "al" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1763 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "al.id ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT al FROM App\Common\Entity\Academy\AcademicProgramLevel al ORDER BY al.id ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1752 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1789 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1759 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1762 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1764 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1765 …} } |
| choices | null |
| class | "App\Common\Entity\Academy\AcademicProgramLevel" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1777 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1735 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Academic program level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1761 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1760 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "al" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1753 #from: "App\Common\Entity\Academy\AcademicProgramLevel" #alias: "al" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1763 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "al.id ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT al FROM App\Common\Entity\Academy\AcademicProgramLevel al ORDER BY al.id ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1752 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1738 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_academicProgramLevel" ] |
| cache_key | "_candidate_search_form_academicProgramLevel_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4509 +label: "Undergraduate Program" +value: "1" +data: App\Common\Entity\Academy\AcademicProgramLevel {#4532 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4533 +label: "Graduate Program" +value: "2" +data: App\Common\Entity\Academy\AcademicProgramLevel {#4561 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4528 +label: "Postgraduate Program" +value: "4" +data: App\Common\Entity\Academy\AcademicProgramLevel {#4563 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4518 -form: Symfony\Component\Form\Form {#1897 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4501 …5} |
| full_name | "candidate_search_form[academicProgramLevel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_academicProgramLevel" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4520 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Academic program level" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "academicProgramLevel" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_academicProgramLevel" |
| valid | true |
| value | "" |
executiveEducationTarget
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "name" |
same as passed value |
| class | "App\Common\Entity\Education\ExecutiveEducationTarget" |
same as passed value |
| label | "Executive education target" |
same as passed value |
| placeholder | "All the results" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#1420 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1295 …} } |
Doctrine\ORM\QueryBuilder {#1793 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1792 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "et" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1785 #from: "App\Common\Entity\Education\ExecutiveEducationTarget" #alias: "et" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1794 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "et.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT et FROM App\Common\Entity\Education\ExecutiveEducationTarget et ORDER BY et.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1779 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1821 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1791 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1790 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1470 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1796 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1797 …} } |
| choices | null |
| class | "App\Common\Entity\Education\ExecutiveEducationTarget" |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1809 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1768 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Executive education target" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All the results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1793 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1792 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "et" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1785 #from: "App\Common\Entity\Education\ExecutiveEducationTarget" #alias: "et" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1794 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "et.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT et FROM App\Common\Entity\Education\ExecutiveEducationTarget et ORDER BY et.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1779 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1771 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_candidate_search_form_executiveEducationTarget" ] |
| cache_key | "_candidate_search_form_executiveEducationTarget_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4541 +label: "Board" +value: "1" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4565 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4566 +label: "Executive Committee" +value: "2" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4577 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +label: "Middle Management" +value: "16" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4578 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4569 +label: "Top / Senior Executives" +value: "4" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4579 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4540 +label: "Upper Management" +value: "8" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4580 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4536 -form: Symfony\Component\Form\Form {#1900 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4521 …5} |
| full_name | "candidate_search_form[executiveEducationTarget]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_executiveEducationTarget" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4538 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Executive education target" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "executiveEducationTarget" |
| placeholder | "All the results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_executiveEducationTarget" |
| valid | true |
| value | "" |
corporateConsulting
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes" => 1 "No" => 2 ] |
[ "Yes" => 1 "No" => 2 ] |
| placeholder | "Both results" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Both results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1803 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_candidate_search_form_corporateConsulting" ] |
| cache_key | "_candidate_search_form_corporateConsulting_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4571 -form: Symfony\Component\Form\Form {#1903 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4515 …5} |
| full_name | "candidate_search_form[corporateConsulting]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_corporateConsulting" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4568 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "corporateConsulting" |
| placeholder | "Both results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_corporateConsulting" |
| valid | true |
| value | "" |
pdhSupervisor
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes" => 1 "No" => 2 ] |
[ "Yes" => 1 "No" => 2 ] |
| placeholder | "Both results" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Both results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1813 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1814 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_candidate_search_form_pdhSupervisor" ] |
| cache_key | "_candidate_search_form_pdhSupervisor_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4581 -form: Symfony\Component\Form\Form {#1906 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4582 …5} |
| full_name | "candidate_search_form[pdhSupervisor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_pdhSupervisor" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4583 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "pdhSupervisor" |
| placeholder | "Both results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_pdhSupervisor" |
| valid | true |
| value | "" |
engineeringPedagogy
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes" => 1 "No" => 2 ] |
[ "Yes" => 1 "No" => 2 ] |
| placeholder | "Both results" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Both results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1829 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_candidate_search_form_engineeringPedagogy" ] |
| cache_key | "_candidate_search_form_engineeringPedagogy_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4584 -form: Symfony\Component\Form\Form {#1909 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4585 …5} |
| full_name | "candidate_search_form[engineeringPedagogy]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_engineeringPedagogy" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4586 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "engineeringPedagogy" |
| placeholder | "Both results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_engineeringPedagogy" |
| valid | true |
| value | "" |
books
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes" => 1 "No" => 2 ] |
[ "Yes" => 1 "No" => 2 ] |
| placeholder | "Both results" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Both results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1838 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_candidate_search_form_books" ] |
| cache_key | "_candidate_search_form_books_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4587 -form: Symfony\Component\Form\Form {#1912 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4588 …5} |
| full_name | "candidate_search_form[books]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_books" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4589 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "books" |
| placeholder | "Both results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_books" |
| valid | true |
| value | "" |
booksChapters
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes" => 1 "No" => 2 ] |
[ "Yes" => 1 "No" => 2 ] |
| placeholder | "Both results" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Both results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1847 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_candidate_search_form_booksChapters" ] |
| cache_key | "_candidate_search_form_booksChapters_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4590 -form: Symfony\Component\Form\Form {#1915 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4591 …5} |
| full_name | "candidate_search_form[booksChapters]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_booksChapters" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4592 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "booksChapters" |
| placeholder | "Both results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_booksChapters" |
| valid | true |
| value | "" |
articles
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Yes" => 1 "No" => 2 ] |
[ "Yes" => 1 "No" => 2 ] |
| placeholder | "Both results" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Yes" => 1 "No" => 2 ] |
| 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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Both results" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#1856 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_candidate_search_form_articles" ] |
| cache_key | "_candidate_search_form_articles_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4574 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4573 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4593 -form: Symfony\Component\Form\Form {#1918 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4594 …5} |
| full_name | "candidate_search_form[articles]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form_articles" |
| is_required | null |
| is_selected | Closure($choice, $value) {#4595 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "articles" |
| placeholder | "Both results" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form_articles" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "38e20eaf4de3247c66d6d244fbc.-rYd--LWjjqlt8dQWb2qH-V8tLQJ-MzcGrlPkao_Dsw.seFMqaGHu0zE3YQ1K9nIT68R9_5noJ2fS_EGw-hoaJqTwSSJgOXabd_Yhg" |
| 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 | "38e20eaf4de3247c66d6d244fbc.-rYd--LWjjqlt8dQWb2qH-V8tLQJ-MzcGrlPkao_Dsw.seFMqaGHu0zE3YQ1K9nIT68R9_5noJ2fS_EGw-hoaJqTwSSJgOXabd_Yhg" |
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 {#1296 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1300 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1298 …} -namespace: Closure() {#1299 …} } |
| data | "38e20eaf4de3247c66d6d244fbc.-rYd--LWjjqlt8dQWb2qH-V8tLQJ-MzcGrlPkao_Dsw.seFMqaGHu0zE3YQ1K9nIT68R9_5noJ2fS_EGw-hoaJqTwSSJgOXabd_Yhg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3152 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#850 …} $message: Closure() {#4597 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_candidate_search_form__token" ] |
| cache_key | "_candidate_search_form__token_hidden" |
| compound | false |
| data | "38e20eaf4de3247c66d6d244fbc.-rYd--LWjjqlt8dQWb2qH-V8tLQJ-MzcGrlPkao_Dsw.seFMqaGHu0zE3YQ1K9nIT68R9_5noJ2fS_EGw-hoaJqTwSSJgOXabd_Yhg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4607 -form: Symfony\Component\Form\Form {#4603 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4598 …5} |
| full_name | "candidate_search_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "candidate_search_form__token" |
| is_required | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_candidate_search_form__token" |
| valid | true |
| value | "38e20eaf4de3247c66d6d244fbc.-rYd--LWjjqlt8dQWb2qH-V8tLQJ-MzcGrlPkao_Dsw.seFMqaGHu0zE3YQ1K9nIT68R9_5noJ2fS_EGw-hoaJqTwSSJgOXabd_Yhg" |