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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | "App\Common\Entity\Contact\Contact" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1301 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() {#1251 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1303 …} $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 {#2952 -form: Symfony\Component\Form\Form {#1150 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2905 …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 {#1282 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1282 +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 {#1282 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1285 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() {#1215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1223 …} $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 {#2903 -form: Symfony\Component\Form\Form {#1325 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2904 …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 {#1284 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1281 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1284 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1281 +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 {#1284 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1281 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 | "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() {#1158 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1136 …} $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 {#2902 -form: Symfony\Component\Form\Form {#1317 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2901 …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 {#1283 +payload: null +groups: ? +message: "Please select a message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1283 +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 {#1283 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1178 …} $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 {#1143 +label: "General Inquiry" +value: "General Inquiry" +data: "General Inquiry" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Partnership Opportunities" +value: "Partnership Opportunities" +data: "Partnership Opportunities" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1144 +label: "Job Listings and Applications" +value: "Job Listings and Applications" +data: "Job Listings and Applications" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1145 +label: "Post a Job Advertisement" +value: "Post a Job Advertisement" +data: "Post a Job Advertisement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1142 +label: "Recruitment Services and Consultations" +value: "Recruitment Services and Consultations" +data: "Recruitment Services and Consultations" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1139 +label: "Technical Support" +value: "Technical Support" +data: "Technical Support" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1133 +label: "Feedback and Suggestions" +value: "Feedback and Suggestions" +data: "Feedback and Suggestions" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1166 +label: "Media and Press Inquiries" +value: "Media and Press Inquiries" +data: "Media and Press Inquiries" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1165 +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 {#2900 -form: Symfony\Component\Form\Form {#1333 …} -errors: [] } |
| expanded | true |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2955 …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) {#2948 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1279 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1205 …} $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 {#2956 -form: Symfony\Component\Form\Form {#1336 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2887 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1243 …} $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 {#2951 -form: Symfony\Component\Form\Form {#1339 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2915 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1236 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1250 …} $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 {#2885 -form: Symfony\Component\Form\Form {#1342 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2888 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1230 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1228 …} $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 {#2950 -form: Symfony\Component\Form\Form {#1345 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2945 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1275 …} $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 {#2946 -form: Symfony\Component\Form\Form {#1348 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2944 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1272 …} $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 {#2943 -form: Symfony\Component\Form\Form {#1351 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2942 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#1278 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1261 …} $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 {#2941 -form: Symfony\Component\Form\Form {#1354 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2940 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#721 …} $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 {#2939 -form: Symfony\Component\Form\Form {#1357 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2938 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1113 …} $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 {#2937 -form: Symfony\Component\Form\Form {#1360 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2936 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1191 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() {#1192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1190 …} $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 {#2603 -form: Symfony\Component\Form\Form {#1363 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2908 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1185 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() {#1163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1198 …} $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 {#2934 -form: Symfony\Component\Form\Form {#1366 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2935 …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 | "1a0e506284007d.TXF7ZcFUBifJL1fxrkFF9kz1df6o2OA08_ejhn6lx-8.PCgiDpsCSxfwTWO_23gRkw-jTLmbn5d_h8eRzg3SrpZ5NxlQsWxSbb1dEg" |
| 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 | "1a0e506284007d.TXF7ZcFUBifJL1fxrkFF9kz1df6o2OA08_ejhn6lx-8.PCgiDpsCSxfwTWO_23gRkw-jTLmbn5d_h8eRzg3SrpZ5NxlQsWxSbb1dEg" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data | "1a0e506284007d.TXF7ZcFUBifJL1fxrkFF9kz1df6o2OA08_ejhn6lx-8.PCgiDpsCSxfwTWO_23gRkw-jTLmbn5d_h8eRzg3SrpZ5NxlQsWxSbb1dEg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2930 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() {#2928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2929 …} $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 | "1a0e506284007d.TXF7ZcFUBifJL1fxrkFF9kz1df6o2OA08_ejhn6lx-8.PCgiDpsCSxfwTWO_23gRkw-jTLmbn5d_h8eRzg3SrpZ5NxlQsWxSbb1dEg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2917 -form: Symfony\Component\Form\Form {#2922 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2927 …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 | "1a0e506284007d.TXF7ZcFUBifJL1fxrkFF9kz1df6o2OA08_ejhn6lx-8.PCgiDpsCSxfwTWO_23gRkw-jTLmbn5d_h8eRzg3SrpZ5NxlQsWxSbb1dEg" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | "App\Admin\Dto\PostJob\PostJobDto" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1809 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() {#1799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1787 …} $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 {#2914 -form: Symfony\Component\Form\Form {#2138 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2913 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1909 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() {#1912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1911 …} $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 {#2909 -form: Symfony\Component\Form\Form {#2273 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2910 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1955 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() {#1957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1956 …} $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 {#2907 -form: Symfony\Component\Form\Form {#2237 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2906 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1964 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() {#1966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1965 …} $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 {#2855 -form: Symfony\Component\Form\Form {#2210 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2837 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1973 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() {#1975 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1974 …} $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 {#2864 -form: Symfony\Component\Form\Form {#2295 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2846 …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 {#1604 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1569 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1604 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1569 +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 {#1604 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1569 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1982 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() {#1984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1983 …} $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 {#2993 -form: Symfony\Component\Form\Form {#2303 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2988 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1991 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() {#1993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1992 …} $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 {#2982 -form: Symfony\Component\Form\Form {#2320 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2976 …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) {#1512 class: "App\Website\Form\PostJobForm" this: App\Website\Form\PostJobForm {#1266 …} } |
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) {#1555 class: "App\Website\Form\PostJobForm" this: App\Website\Form\PostJobForm {#1266 …} } |
Doctrine\ORM\QueryBuilder {#2022 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2023 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2010 #from: "App\Common\Entity\Payment\PaymentType" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#2004 #joinType: "LEFT" #join: "p.paymentGroup" #alias: "pg" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2011 #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 {#2017 #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 {#2005 …} -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) {#1512 class: "App\Website\Form\PostJobForm" this: App\Website\Form\PostJobForm {#1266 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2096 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2024 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2015 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2027 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#2028 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#2059 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2002 …} } |
| 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 {#2022 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2023 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2010 #from: "App\Common\Entity\Payment\PaymentType" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#2004 #joinType: "LEFT" #join: "p.paymentGroup" #alias: "pg" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2011 #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 {#2017 #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 {#2005 …} -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() {#2001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2000 …} $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 {#2056 +label: "30-day Job Posting (550€)" +value: "6" +data: App\Common\Entity\Payment\PaymentType {#2039 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: "45-day Job Posting (650€)" +value: "18" +data: App\Common\Entity\Payment\PaymentType {#2091 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: "60-day Job Posting (750€)" +value: "9" +data: App\Common\Entity\Payment\PaymentType {#2083 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "90-day Job Posting (850€)" +value: "10" +data: App\Common\Entity\Payment\PaymentType {#2087 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "180-day Job Posting (1250€)" +value: "16" +data: App\Common\Entity\Payment\PaymentType {#2079 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2970 -form: Symfony\Component\Form\Form {#2369 …} -errors: [] } |
| expanded | true |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2995 …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) {#2967 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2325 …} $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 {#2986 -form: Symfony\Component\Form\Form {#2372 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2994 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2335 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2334 …} $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 {#2991 -form: Symfony\Component\Form\Form {#2375 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2989 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2343 …} $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 {#2990 -form: Symfony\Component\Form\Form {#2378 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2987 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2352 …} $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 {#2980 -form: Symfony\Component\Form\Form {#2381 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2985 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2361 …} $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 {#2983 -form: Symfony\Component\Form\Form {#2384 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2984 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#2094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2044 …} $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 {#2084 +label: "Yes + 50%" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2076 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2954 -form: Symfony\Component\Form\Form {#2405 …} -errors: [] } |
| expanded | true |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2992 …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) {#2974 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2389 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2388 …} $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 {#2978 -form: Symfony\Component\Form\Form {#2408 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2977 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1328 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 {#1224 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() {#2398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2397 …} $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 {#2975 -form: Symfony\Component\Form\Form {#2411 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2968 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#2100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2099 …} $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 {#2979 -form: Symfony\Component\Form\Form {#2414 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2981 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#2109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2108 …} $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 {#2971 -form: Symfony\Component\Form\Form {#2417 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2973 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2122 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() {#2124 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2123 …} $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 {#2972 -form: Symfony\Component\Form\Form {#2420 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#2969 …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 {#2966 …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 | "b3150c563c7.CqLJynoIPEFLtZgLJpOX4z248OR55E9lVIc1B5etcO0.J9Cn-TBbbRcy2uB4TsbIkVr-yY8-kX9IJuRzb-3ZALkym6j4PmoPGC3-7w" |
| 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 | "b3150c563c7.CqLJynoIPEFLtZgLJpOX4z248OR55E9lVIc1B5etcO0.J9Cn-TBbbRcy2uB4TsbIkVr-yY8-kX9IJuRzb-3ZALkym6j4PmoPGC3-7w" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data | "b3150c563c7.CqLJynoIPEFLtZgLJpOX4z248OR55E9lVIc1B5etcO0.J9Cn-TBbbRcy2uB4TsbIkVr-yY8-kX9IJuRzb-3ZALkym6j4PmoPGC3-7w" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2912 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() {#2963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2964 …} $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 | "b3150c563c7.CqLJynoIPEFLtZgLJpOX4z248OR55E9lVIc1B5etcO0.J9Cn-TBbbRcy2uB4TsbIkVr-yY8-kX9IJuRzb-3ZALkym6j4PmoPGC3-7w" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3030 -form: Symfony\Component\Form\Form {#3026 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3021 …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 | "b3150c563c7.CqLJynoIPEFLtZgLJpOX4z248OR55E9lVIc1B5etcO0.J9Cn-TBbbRcy2uB4TsbIkVr-yY8-kX9IJuRzb-3ZALkym6j4PmoPGC3-7w" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | "App\Website\Form\Model\TellAbout" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2399 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() {#2062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2390 …} $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 {#3032 -form: Symfony\Component\Form\Form {#2543 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3033 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2426 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() {#2428 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2427 …} $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 {#3037 -form: Symfony\Component\Form\Form {#2546 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3036 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2472 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() {#2474 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2473 …} $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 {#3038 -form: Symfony\Component\Form\Form {#2549 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3039 …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 {#1994 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1994 +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 {#1994 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2481 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() {#2483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2482 …} $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 {#3040 -form: Symfony\Component\Form\Form {#2552 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3041 …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 {#1985 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1985 +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 {#1985 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2490 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() {#2492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2491 …} $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 {#3042 -form: Symfony\Component\Form\Form {#2555 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3043 …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 {#1976 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1967 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1976 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1967 +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 {#1976 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1967 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2499 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() {#2501 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2500 …} $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 {#3044 -form: Symfony\Component\Form\Form {#2558 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3045 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2508 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() {#2510 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2509 …} $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 {#3046 -form: Symfony\Component\Form\Form {#2561 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3047 …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 {#1958 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1958 +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 {#1958 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2517 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() {#2519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2518 …} $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 {#3048 -form: Symfony\Component\Form\Form {#2564 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3049 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2526 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() {#2528 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2527 …} $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 {#3050 -form: Symfony\Component\Form\Form {#2567 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3051 …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 {#1913 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1913 +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 {#1913 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2535 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() {#2537 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2536 …} $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 {#3052 -form: Symfony\Component\Form\Form {#2570 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3053 …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 | "3d91efbf38db8e6ab8c34f539ee96f29.n7DkqSM0eySzSCnG_xhKD8Lz_0ug1UbrMSdw8ksT_2g.84Or6BdyC0_XCniBqisCQYqYniKVvQKaYlAjvAFfvCnQ6o7-UHNIEfYyRg" |
| 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 | "3d91efbf38db8e6ab8c34f539ee96f29.n7DkqSM0eySzSCnG_xhKD8Lz_0ug1UbrMSdw8ksT_2g.84Or6BdyC0_XCniBqisCQYqYniKVvQKaYlAjvAFfvCnQ6o7-UHNIEfYyRg" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data | "3d91efbf38db8e6ab8c34f539ee96f29.n7DkqSM0eySzSCnG_xhKD8Lz_0ug1UbrMSdw8ksT_2g.84Or6BdyC0_XCniBqisCQYqYniKVvQKaYlAjvAFfvCnQ6o7-UHNIEfYyRg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3034 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() {#3054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#3055 …} $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 | "3d91efbf38db8e6ab8c34f539ee96f29.n7DkqSM0eySzSCnG_xhKD8Lz_0ug1UbrMSdw8ksT_2g.84Or6BdyC0_XCniBqisCQYqYniKVvQKaYlAjvAFfvCnQ6o7-UHNIEfYyRg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3065 -form: Symfony\Component\Form\Form {#3061 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3056 …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 | "3d91efbf38db8e6ab8c34f539ee96f29.n7DkqSM0eySzSCnG_xhKD8Lz_0ug1UbrMSdw8ksT_2g.84Or6BdyC0_XCniBqisCQYqYniKVvQKaYlAjvAFfvCnQ6o7-UHNIEfYyRg" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2502 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() {#2484 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2493 …} $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 {#3067 -form: Symfony\Component\Form\Form {#2683 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3068 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2600 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() {#2602 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2601 …} $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 {#3072 -form: Symfony\Component\Form\Form {#2757 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3071 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2609 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() {#2611 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2610 …} $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 {#3073 -form: Symfony\Component\Form\Form {#2778 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3074 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2618 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() {#2620 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2619 …} $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 {#3075 -form: Symfony\Component\Form\Form {#2784 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3076 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2627 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() {#2629 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2628 …} $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 {#3077 -form: Symfony\Component\Form\Form {#2791 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3078 …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 {#2578 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2579 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2578 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2579 +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 {#2578 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2579 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2636 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() {#2638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2637 …} $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 {#3079 -form: Symfony\Component\Form\Form {#2795 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3080 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2645 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() {#2647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2646 …} $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 {#3081 -form: Symfony\Component\Form\Form {#2798 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3082 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#870 …} $message: Closure() {#2659 …} $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 {#3083 -form: Symfony\Component\Form\Form {#2801 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3084 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2667 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() {#2669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2668 …} $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 {#3085 -form: Symfony\Component\Form\Form {#2804 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3086 …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 {#3087 …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 | "82f1e4de8516d6ca7825c.NMy38X_-1clN3roci_QuJjQn0QTmWcghw07xYjk8nzg.co3yvAnKgpgMso1O5tlaSW1sp222GI517iXDIEhG2Q94g8-QKaSjrQO3gg" |
| 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 | "82f1e4de8516d6ca7825c.NMy38X_-1clN3roci_QuJjQn0QTmWcghw07xYjk8nzg.co3yvAnKgpgMso1O5tlaSW1sp222GI517iXDIEhG2Q94g8-QKaSjrQO3gg" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data | "82f1e4de8516d6ca7825c.NMy38X_-1clN3roci_QuJjQn0QTmWcghw07xYjk8nzg.co3yvAnKgpgMso1O5tlaSW1sp222GI517iXDIEhG2Q94g8-QKaSjrQO3gg" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3069 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() {#3090 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#3089 …} $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 | "82f1e4de8516d6ca7825c.NMy38X_-1clN3roci_QuJjQn0QTmWcghw07xYjk8nzg.co3yvAnKgpgMso1O5tlaSW1sp222GI517iXDIEhG2Q94g8-QKaSjrQO3gg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3109 -form: Symfony\Component\Form\Form {#3105 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3100 …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 | "82f1e4de8516d6ca7825c.NMy38X_-1clN3roci_QuJjQn0QTmWcghw07xYjk8nzg.co3yvAnKgpgMso1O5tlaSW1sp222GI517iXDIEhG2Q94g8-QKaSjrQO3gg" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2630 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() {#2612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2621 …} $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 {#3111 -form: Symfony\Component\Form\Form {#2869 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3112 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2834 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() {#2836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2835 …} $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 {#3116 -form: Symfony\Component\Form\Form {#2872 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3115 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2843 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() {#2845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2844 …} $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 {#3117 -form: Symfony\Component\Form\Form {#2875 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3118 …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 {#2813 +payload: null +groups: ? +message: "Name not set." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2813 +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 {#2813 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2852 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() {#2854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2853 …} $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 {#3119 -form: Symfony\Component\Form\Form {#2878 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3120 …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 {#2832 +payload: null +groups: ? +message: "E-mail address not set." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2831 +payload: null +groups: ? +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2832 +payload: null +groups: ? +message: "E-mail address not set." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2831 +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 {#2832 +payload: null +groups: ? +message: "E-mail address not set." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2831 +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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2861 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() {#2863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#2862 …} $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 {#3121 -form: Symfony\Component\Form\Form {#2881 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3122 …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 | "b6a2a3.pa_xKi4HGC_GcUpDuFL57pFi8K_NDa1PtYyOJwEFsTY.7ei4Gm1DfXaEPXIN3GaYufMRxcuKV8Us9O3bfWph-AH91ZVLWTNwW6suOQ" |
| 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 | "b6a2a3.pa_xKi4HGC_GcUpDuFL57pFi8K_NDa1PtYyOJwEFsTY.7ei4Gm1DfXaEPXIN3GaYufMRxcuKV8Us9O3bfWph-AH91ZVLWTNwW6suOQ" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data | "b6a2a3.pa_xKi4HGC_GcUpDuFL57pFi8K_NDa1PtYyOJwEFsTY.7ei4Gm1DfXaEPXIN3GaYufMRxcuKV8Us9O3bfWph-AH91ZVLWTNwW6suOQ" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3113 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() {#3123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#3124 …} $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 | "b6a2a3.pa_xKi4HGC_GcUpDuFL57pFi8K_NDa1PtYyOJwEFsTY.7ei4Gm1DfXaEPXIN3GaYufMRxcuKV8Us9O3bfWph-AH91ZVLWTNwW6suOQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3134 -form: Symfony\Component\Form\Form {#3130 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3125 …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 | "b6a2a3.pa_xKi4HGC_GcUpDuFL57pFi8K_NDa1PtYyOJwEFsTY.7ei4Gm1DfXaEPXIN3GaYufMRxcuKV8Us9O3bfWph-AH91ZVLWTNwW6suOQ" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#725 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() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1221 …} $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 {#3136 -form: Symfony\Component\Form\Form {#1851 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3137 …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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1413 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() {#1415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1414 …} $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 {#3141 -form: Symfony\Component\Form\Form {#1854 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3140 …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) {#1157 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1451 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1453 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1444 #from: "App\Common\Entity\Education\SubjectArea" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1449 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1452 #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 {#1440 …} -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 {#1488 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1447 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1450 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1477 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1456 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1474 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1437 …} } |
| 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 {#1451 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1453 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1444 #from: "App\Common\Entity\Education\SubjectArea" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1449 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1452 #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 {#1440 …} -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() {#1436 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1434 …} $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 {#3146 +label: "Accounting" +value: "1" +data: App\Common\Entity\Education\SubjectArea {#3152 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +label: "Artificial Intelligence and Data Science" +value: "14" +data: App\Common\Entity\Education\SubjectArea {#3164 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3148 +label: "Business Ethics and Corporate Social Responsibility" +value: "15" +data: App\Common\Entity\Education\SubjectArea {#3165 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +label: "Digital Marketing and E-Commerce" +value: "16" +data: App\Common\Entity\Education\SubjectArea {#3166 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3147 +label: "Economics" +value: "2" +data: App\Common\Entity\Education\SubjectArea {#3167 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +label: "Entrepreneurship and Innovation" +value: "17" +data: App\Common\Entity\Education\SubjectArea {#3168 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "Finance" +value: "3" +data: App\Common\Entity\Education\SubjectArea {#3169 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "Human Resource Management and Leadership" +value: "18" +data: App\Common\Entity\Education\SubjectArea {#3170 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3149 +label: "Information Systems and Digital Transformation" +value: "4" +data: App\Common\Entity\Education\SubjectArea {#3171 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +label: "International Business" +value: "19" +data: App\Common\Entity\Education\SubjectArea {#3172 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3182 +label: "Languages and Cultures" +value: "5" +data: App\Common\Entity\Education\SubjectArea {#3173 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "Law and Taxation" +value: "6" +data: App\Common\Entity\Education\SubjectArea {#3174 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "Management" +value: "7" +data: App\Common\Entity\Education\SubjectArea {#3175 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "Marketing" +value: "8" +data: App\Common\Entity\Education\SubjectArea {#3176 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3186 +label: "Operations and Supply Chain Management" +value: "10" +data: App\Common\Entity\Education\SubjectArea {#3177 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "Strategy" +value: "9" +data: App\Common\Entity\Education\SubjectArea {#3178 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "Sustainability and Environmental Management" +value: "20" +data: App\Common\Entity\Education\SubjectArea {#3179 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "Tourism and Hospitality Management" +value: "21" +data: App\Common\Entity\Education\SubjectArea {#3180 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "Other" +value: "13" +data: App\Common\Entity\Education\SubjectArea {#3181 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3142 -form: Symfony\Component\Form\Form {#1857 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3143 …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) {#3145 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) {#1112 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1480 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1478 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1484 #from: "App\Common\Entity\Employment\EmploymentType" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1476 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1479 #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 {#1461 …} -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 {#1523 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1483 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1485 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1491 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1492 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1509 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1465 …} } |
| 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 {#1480 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1478 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1484 #from: "App\Common\Entity\Employment\EmploymentType" #alias: "e" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1476 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "e.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1479 #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 {#1461 …} -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() {#1466 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1467 …} $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 {#3194 +label: "Adjunct / Lecturer" +value: "1004" +data: App\Common\Entity\Employment\EmploymentType {#3200 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "Consulting / Freelance" +value: "1008" +data: App\Common\Entity\Employment\EmploymentType {#3212 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "Fellowship" +value: "1005" +data: App\Common\Entity\Employment\EmploymentType {#3213 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "Fixed-term Contract" +value: "1000" +data: App\Common\Entity\Employment\EmploymentType {#3214 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3195 +label: "Internship" +value: "1007" +data: App\Common\Entity\Employment\EmploymentType {#3215 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "Permanent Full-time" +value: "1" +data: App\Common\Entity\Employment\EmploymentType {#3216 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "Permanent Part-time" +value: "2" +data: App\Common\Entity\Employment\EmploymentType {#3217 …} +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "Postdoctoral" +value: "1003" +data: App\Common\Entity\Employment\EmploymentType {#3218 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3197 +label: "Research Position" +value: "1006" +data: App\Common\Entity\Employment\EmploymentType {#3219 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "Temporary" +value: "3" +data: App\Common\Entity\Employment\EmploymentType {#3220 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3225 +label: "Tenure-track" +value: "1001" +data: App\Common\Entity\Employment\EmploymentType {#3221 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3226 +label: "Tenured" +value: "1002" +data: App\Common\Entity\Employment\EmploymentType {#3222 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3227 +label: "Visiting" +value: "4" +data: App\Common\Entity\Employment\EmploymentType {#3223 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "Other" +value: "999" +data: App\Common\Entity\Employment\EmploymentType {#3224 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3191 -form: Symfony\Component\Form\Form {#1860 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3144 …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) {#3193 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) {#1370 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1524 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1516 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1494 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1514 #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 {#1499 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1513 #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 {#1519 …} -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 {#1577 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1518 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1525 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1528 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1529 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1552 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1501 …} } |
| 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 {#1524 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1516 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1494 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1514 #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 {#1499 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1513 #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 {#1519 …} -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() {#1502 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1503 …} $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 {#3235 +label: "Tenure Track Position" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +label: "(Full) Professor" +value: "3" +data: App\Common\Entity\Education\Positions {#3240 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +label: "Assistant Professor" +value: "1" +data: App\Common\Entity\Education\Positions {#3266 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +label: "Associate Professor" +value: "2" +data: App\Common\Entity\Education\Positions {#3268 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +label: "Chair Professor" +value: "4" +data: App\Common\Entity\Education\Positions {#3269 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3334 +label: "Professor Emeritus" +value: "5" +data: App\Common\Entity\Education\Positions {#3286 …} +attr: [] +labelTranslationParameters: [] } ] } "Academic Management Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3237 +label: "Academic Management Position" +choices: [ 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +label: "Academic Affairs Manager" +value: "28" +data: App\Common\Entity\Education\Positions {#3264 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +label: "Associate Dean" +value: "37" +data: App\Common\Entity\Education\Positions {#3267 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +label: "Dean of Faculty" +value: "30" +data: App\Common\Entity\Education\Positions {#3270 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "Director of Academic Unit" +value: "29" +data: App\Common\Entity\Education\Positions {#3271 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +label: "Head of Academic Department" +value: "31" +data: App\Common\Entity\Education\Positions {#3276 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "Head of International Relations" +value: "32" +data: App\Common\Entity\Education\Positions {#3277 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +label: "Other" +value: "38" +data: App\Common\Entity\Education\Positions {#3283 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +label: "Program Coordinator" +value: "27" +data: App\Common\Entity\Education\Positions {#3287 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +label: "Program Director" +value: "36" +data: App\Common\Entity\Education\Positions {#3288 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Tenure Track Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3300 +label: "Non Tenure Track Position" +choices: [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "Adjunct Professor " +value: "7" +data: App\Common\Entity\Education\Positions {#3262 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +label: "Lecturer / Instructor" +value: "8" +data: App\Common\Entity\Education\Positions {#3279 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3347 +label: "Research Professor" +value: "9" +data: App\Common\Entity\Education\Positions {#3295 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +label: "Teaching Assistant" +value: "6" +data: App\Common\Entity\Education\Positions {#3297 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Academic Position (Director / Consultant)" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3319 +label: "Non Academic Position (Director / Consultant)" +choices: [ 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +label: "Finance" +value: "16" +data: App\Common\Entity\Education\Positions {#3272 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "General Management" +value: "13" +data: App\Common\Entity\Education\Positions {#3274 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "HR" +value: "14" +data: App\Common\Entity\Education\Positions {#3275 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "IT" +value: "15" +data: App\Common\Entity\Education\Positions {#3278 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +label: "Legal " +value: "17" +data: App\Common\Entity\Education\Positions {#3280 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3330 +label: "Logistic" +value: "18" +data: App\Common\Entity\Education\Positions {#3281 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +label: "Marketing " +value: "19" +data: App\Common\Entity\Education\Positions {#3282 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +label: "PR" +value: "20" +data: App\Common\Entity\Education\Positions {#3284 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +label: "Production" +value: "22" +data: App\Common\Entity\Education\Positions {#3285 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "Purchaising" +value: "21" +data: App\Common\Entity\Education\Positions {#3289 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "Research & Development " +value: "23" +data: App\Common\Entity\Education\Positions {#3290 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +label: "Sales " +value: "24" +data: App\Common\Entity\Education\Positions {#3296 …} +attr: [] +labelTranslationParameters: [] } ] } "Research Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3342 +label: "Research Position" +choices: [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +label: "Research Assistant" +value: "10" +data: App\Common\Entity\Education\Positions {#3291 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3345 +label: "Research Director" +value: "12" +data: App\Common\Entity\Education\Positions {#3293 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +label: "Research Engineer" +value: "11" +data: App\Common\Entity\Education\Positions {#3294 …} +attr: [] +labelTranslationParameters: [] } ] } "Other" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3352 +label: "Other" +choices: [ 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3361 +label: "Other" +value: "40" +data: App\Common\Entity\Education\Positions {#3298 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3229 -form: Symfony\Component\Form\Form {#1863 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3192 …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) {#3233 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) {#1372 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1545 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1540 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1544 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1542 #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 {#1543 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1538 #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 {#1539 …} -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 {#1526 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1518 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1536 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1575 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1529 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1552 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1501 …} } |
| 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 {#1545 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1540 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1544 #from: "App\Common\Entity\Education\Positions" #alias: "p" #indexBy: null } ] "join" => [ "p" => [ Doctrine\ORM\Query\Expr\Join {#1542 #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 {#1543 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordering ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#1538 #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 {#1539 …} -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() {#1546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1547 …} $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 {#3248 +label: "Tenure Track Position" +choices: [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +label: "(Full) Professor" +value: "3" +data: App\Common\Entity\Education\Positions {#3240 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +label: "Assistant Professor" +value: "1" +data: App\Common\Entity\Education\Positions {#3266 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3363 +label: "Associate Professor" +value: "2" +data: App\Common\Entity\Education\Positions {#3268 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3365 +label: "Chair Professor" +value: "4" +data: App\Common\Entity\Education\Positions {#3269 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +label: "Professor Emeritus" +value: "5" +data: App\Common\Entity\Education\Positions {#3286 …} +attr: [] +labelTranslationParameters: [] } ] } "Academic Management Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3353 +label: "Academic Management Position" +choices: [ 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +label: "Academic Affairs Manager" +value: "28" +data: App\Common\Entity\Education\Positions {#3264 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3364 +label: "Associate Dean" +value: "37" +data: App\Common\Entity\Education\Positions {#3267 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +label: "Dean of Faculty" +value: "30" +data: App\Common\Entity\Education\Positions {#3270 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +label: "Director of Academic Unit" +value: "29" +data: App\Common\Entity\Education\Positions {#3271 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "Head of Academic Department" +value: "31" +data: App\Common\Entity\Education\Positions {#3276 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +label: "Head of International Relations" +value: "32" +data: App\Common\Entity\Education\Positions {#3277 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +label: "Other" +value: "38" +data: App\Common\Entity\Education\Positions {#3283 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +label: "Program Coordinator" +value: "27" +data: App\Common\Entity\Education\Positions {#3287 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +label: "Program Director" +value: "36" +data: App\Common\Entity\Education\Positions {#3288 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Tenure Track Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3357 +label: "Non Tenure Track Position" +choices: [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "Adjunct Professor " +value: "7" +data: App\Common\Entity\Education\Positions {#3262 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +label: "Lecturer / Instructor" +value: "8" +data: App\Common\Entity\Education\Positions {#3279 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3393 +label: "Research Professor" +value: "9" +data: App\Common\Entity\Education\Positions {#3295 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3395 +label: "Teaching Assistant" +value: "6" +data: App\Common\Entity\Education\Positions {#3297 …} +attr: [] +labelTranslationParameters: [] } ] } "Non Academic Position (Director / Consultant)" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3369 +label: "Non Academic Position (Director / Consultant)" +choices: [ 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "Finance" +value: "16" +data: App\Common\Entity\Education\Positions {#3272 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +label: "General Management" +value: "13" +data: App\Common\Entity\Education\Positions {#3274 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +label: "HR" +value: "14" +data: App\Common\Entity\Education\Positions {#3275 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +label: "IT" +value: "15" +data: App\Common\Entity\Education\Positions {#3278 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "Legal " +value: "17" +data: App\Common\Entity\Education\Positions {#3280 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3378 +label: "Logistic" +value: "18" +data: App\Common\Entity\Education\Positions {#3281 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +label: "Marketing " +value: "19" +data: App\Common\Entity\Education\Positions {#3282 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3381 +label: "PR" +value: "20" +data: App\Common\Entity\Education\Positions {#3284 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +label: "Production" +value: "22" +data: App\Common\Entity\Education\Positions {#3285 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "Purchaising" +value: "21" +data: App\Common\Entity\Education\Positions {#3289 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "Research & Development " +value: "23" +data: App\Common\Entity\Education\Positions {#3290 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3394 +label: "Sales " +value: "24" +data: App\Common\Entity\Education\Positions {#3296 …} +attr: [] +labelTranslationParameters: [] } ] } "Research Position" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3389 +label: "Research Position" +choices: [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "Research Assistant" +value: "10" +data: App\Common\Entity\Education\Positions {#3291 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3391 +label: "Research Director" +value: "12" +data: App\Common\Entity\Education\Positions {#3293 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3392 +label: "Research Engineer" +value: "11" +data: App\Common\Entity\Education\Positions {#3294 …} +attr: [] +labelTranslationParameters: [] } ] } "Other" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#3397 +label: "Other" +choices: [ 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +label: "Other" +value: "40" +data: App\Common\Entity\Education\Positions {#3298 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3348 -form: Symfony\Component\Form\Form {#1866 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3232 …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) {#3318 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) {#1373 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1585 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1584 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1564 #from: "App\Common\Entity\Education\EnglishLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1586 #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 {#1578 …} -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 {#1613 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1583 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1582 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| 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 {#1589 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1601 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1572 …} } |
| 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 {#1585 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1584 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1564 #from: "App\Common\Entity\Education\EnglishLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1586 #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 {#1578 …} -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() {#1554 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1568 …} $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 {#3388 +label: "Advanced Level" +value: "3" +data: App\Common\Entity\Education\EnglishLevel {#3400 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +label: "Basic Level" +value: "5" +data: App\Common\Entity\Education\EnglishLevel {#3412 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +label: "Intermediate Level" +value: "4" +data: App\Common\Entity\Education\EnglishLevel {#3413 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3404 +label: "Native Speaker" +value: "1" +data: App\Common\Entity\Education\EnglishLevel {#3414 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "Near-native Level" +value: "2" +data: App\Common\Entity\Education\EnglishLevel {#3415 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3396 -form: Symfony\Component\Form\Form {#1869 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3340 …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) {#3231 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) {#1374 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1617 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1616 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1609 #from: "App\Common\Entity\Education\EducationLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1618 #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 {#1603 …} -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 {#1645 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1615 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1614 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1620 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1621 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1633 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1592 …} } |
| 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 {#1617 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1616 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "el" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1609 #from: "App\Common\Entity\Education\EducationLevel" #alias: "el" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1618 #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 {#1603 …} -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() {#1593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1595 …} $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 {#3356 +label: "ABD Status" +value: "4" +data: App\Common\Entity\Education\EducationLevel {#3420 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3421 +label: "Bachelor’s Degree" +value: "1" +data: App\Common\Entity\Education\EducationLevel {#3432 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3416 +label: "Doctorate PhD" +value: "5" +data: App\Common\Entity\Education\EducationLevel {#3433 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +label: "Master’s Degree" +value: "2" +data: App\Common\Entity\Education\EducationLevel {#3434 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3403 +label: "Pre-Doctorate PhD" +value: "3" +data: App\Common\Entity\Education\EducationLevel {#3435 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3406 -form: Symfony\Component\Form\Form {#1872 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3230 …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) {#3408 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) {#1375 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1651 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1650 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1635 #from: "App\Common\Entity\Country\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1648 #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 {#1641 …} -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 {#1679 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1649 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1652 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1654 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1655 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1667 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1624 …} } |
| 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 {#1651 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1650 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1635 #from: "App\Common\Entity\Country\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1648 #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 {#1641 …} -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() {#1625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1627 …} $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 {#3417 +label: "Afghanistan" +value: "1" +data: App\Common\Entity\Country\Country {#3440 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +label: "Albania" +value: "3" +data: App\Common\Entity\Country\Country {#3462 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3436 +label: "Algeria" +value: "4" +data: App\Common\Entity\Country\Country {#3498 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3444 +label: "American Samoa" +value: "5" +data: App\Common\Entity\Country\Country {#3494 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3423 +label: "Andorra" +value: "6" +data: App\Common\Entity\Country\Country {#3503 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3446 +label: "Angola" +value: "7" +data: App\Common\Entity\Country\Country {#3506 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "Anguilla" +value: "8" +data: App\Common\Entity\Country\Country {#3509 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +label: "Antarctica" +value: "9" +data: App\Common\Entity\Country\Country {#3512 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +label: "Antigua and Barbuda" +value: "10" +data: App\Common\Entity\Country\Country {#3515 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3443 +label: "Argentina" +value: "11" +data: App\Common\Entity\Country\Country {#3518 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4232 +label: "Armenia" +value: "12" +data: App\Common\Entity\Country\Country {#3521 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +label: "Aruba" +value: "13" +data: App\Common\Entity\Country\Country {#3524 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +label: "Australia" +value: "14" +data: App\Common\Entity\Country\Country {#3527 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4235 +label: "Austria" +value: "15" +data: App\Common\Entity\Country\Country {#3530 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4236 +label: "Azerbaijan" +value: "16" +data: App\Common\Entity\Country\Country {#3533 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +label: "Bahamas" +value: "17" +data: App\Common\Entity\Country\Country {#3536 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +label: "Bahrain" +value: "18" +data: App\Common\Entity\Country\Country {#3539 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +label: "Bangladesh" +value: "19" +data: App\Common\Entity\Country\Country {#3542 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4240 +label: "Barbados" +value: "20" +data: App\Common\Entity\Country\Country {#3545 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +label: "Belarus" +value: "21" +data: App\Common\Entity\Country\Country {#3548 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4242 +label: "Belgium" +value: "22" +data: App\Common\Entity\Country\Country {#3551 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +label: "Belize" +value: "23" +data: App\Common\Entity\Country\Country {#3554 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4244 +label: "Benin" +value: "24" +data: App\Common\Entity\Country\Country {#3557 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4245 +label: "Bermuda" +value: "25" +data: App\Common\Entity\Country\Country {#3560 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +label: "Bhutan" +value: "26" +data: App\Common\Entity\Country\Country {#3563 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +label: "Bolivia" +value: "27" +data: App\Common\Entity\Country\Country {#3566 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4248 +label: "Bosnia and Herzegovina" +value: "28" +data: App\Common\Entity\Country\Country {#3569 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4249 +label: "Botswana" +value: "29" +data: App\Common\Entity\Country\Country {#3572 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4250 +label: "Bouvet Island" +value: "30" +data: App\Common\Entity\Country\Country {#3575 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4251 +label: "Brazil" +value: "31" +data: App\Common\Entity\Country\Country {#3578 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4252 +label: "British Indian Ocean Territory" +value: "32" +data: App\Common\Entity\Country\Country {#3581 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4253 +label: "Brunei Darussalam" +value: "33" +data: App\Common\Entity\Country\Country {#3584 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +label: "Bulgaria" +value: "34" +data: App\Common\Entity\Country\Country {#3587 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4255 +label: "Burkina Faso" +value: "35" +data: App\Common\Entity\Country\Country {#3590 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +label: "Burundi" +value: "36" +data: App\Common\Entity\Country\Country {#3593 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4257 +label: "Cambodia" +value: "37" +data: App\Common\Entity\Country\Country {#3596 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +label: "Cameroon" +value: "38" +data: App\Common\Entity\Country\Country {#3599 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +label: "Canada" +value: "39" +data: App\Common\Entity\Country\Country {#3602 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +label: "Cape Verde" +value: "40" +data: App\Common\Entity\Country\Country {#3605 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +label: "Cayman Islands" +value: "41" +data: App\Common\Entity\Country\Country {#3608 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +label: "Central African Republic" +value: "42" +data: App\Common\Entity\Country\Country {#3611 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +label: "Chad" +value: "43" +data: App\Common\Entity\Country\Country {#3614 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +label: "Chile" +value: "44" +data: App\Common\Entity\Country\Country {#3617 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +label: "China" +value: "45" +data: App\Common\Entity\Country\Country {#3620 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +label: "Christmas Island" +value: "46" +data: App\Common\Entity\Country\Country {#3623 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +label: "Cocos (Keeling) Islands" +value: "47" +data: App\Common\Entity\Country\Country {#3626 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +label: "Colombia" +value: "48" +data: App\Common\Entity\Country\Country {#3629 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +label: "Comoros" +value: "49" +data: App\Common\Entity\Country\Country {#3632 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +label: "Congo" +value: "50" +data: App\Common\Entity\Country\Country {#3635 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +label: "Congo, the Democratic Republic of the" +value: "51" +data: App\Common\Entity\Country\Country {#3638 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +label: "Cook Islands" +value: "52" +data: App\Common\Entity\Country\Country {#3641 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +label: "Costa Rica" +value: "53" +data: App\Common\Entity\Country\Country {#3644 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +label: "Croatia" +value: "55" +data: App\Common\Entity\Country\Country {#3647 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +label: "Cuba" +value: "56" +data: App\Common\Entity\Country\Country {#3650 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +label: "Cyprus" +value: "57" +data: App\Common\Entity\Country\Country {#3653 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +label: "Czech Republic" +value: "58" +data: App\Common\Entity\Country\Country {#3656 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +label: "Côte D'ivoire" +value: "54" +data: App\Common\Entity\Country\Country {#3659 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +label: "Denmark" +value: "59" +data: App\Common\Entity\Country\Country {#3662 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +label: "Djibouti" +value: "60" +data: App\Common\Entity\Country\Country {#3665 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +label: "Dominica" +value: "61" +data: App\Common\Entity\Country\Country {#3668 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +label: "Dominican Republic" +value: "62" +data: App\Common\Entity\Country\Country {#3671 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +label: "Ecuador" +value: "63" +data: App\Common\Entity\Country\Country {#3674 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +label: "Egypt" +value: "64" +data: App\Common\Entity\Country\Country {#3677 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +label: "El Salvador" +value: "65" +data: App\Common\Entity\Country\Country {#3680 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +label: "Equatorial Guinea" +value: "66" +data: App\Common\Entity\Country\Country {#3683 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +label: "Eritrea" +value: "67" +data: App\Common\Entity\Country\Country {#3686 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +label: "Estonia" +value: "68" +data: App\Common\Entity\Country\Country {#3689 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +label: "Ethiopia" +value: "69" +data: App\Common\Entity\Country\Country {#3692 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +label: "Falkland Islands (Malvinas)" +value: "70" +data: App\Common\Entity\Country\Country {#3695 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +label: "Faroe Islands" +value: "71" +data: App\Common\Entity\Country\Country {#3698 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +label: "Fiji" +value: "72" +data: App\Common\Entity\Country\Country {#3701 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +label: "Finland" +value: "73" +data: App\Common\Entity\Country\Country {#3704 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +label: "France" +value: "74" +data: App\Common\Entity\Country\Country {#3707 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +label: "French Guiana" +value: "75" +data: App\Common\Entity\Country\Country {#3710 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +label: "French Polynesia" +value: "76" +data: App\Common\Entity\Country\Country {#3713 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +label: "French Southern Territories" +value: "77" +data: App\Common\Entity\Country\Country {#3716 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +label: "Gabon" +value: "78" +data: App\Common\Entity\Country\Country {#3719 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +label: "Gambia" +value: "79" +data: App\Common\Entity\Country\Country {#3722 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +label: "Georgia" +value: "80" +data: App\Common\Entity\Country\Country {#3725 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +label: "Germany" +value: "81" +data: App\Common\Entity\Country\Country {#3728 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +label: "Ghana" +value: "82" +data: App\Common\Entity\Country\Country {#3731 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +label: "Gibraltar" +value: "83" +data: App\Common\Entity\Country\Country {#3734 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +label: "Greece" +value: "84" +data: App\Common\Entity\Country\Country {#3737 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +label: "Greenland" +value: "85" +data: App\Common\Entity\Country\Country {#3740 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +label: "Grenada" +value: "86" +data: App\Common\Entity\Country\Country {#3743 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +label: "Guadeloupe" +value: "87" +data: App\Common\Entity\Country\Country {#3746 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +label: "Guam" +value: "88" +data: App\Common\Entity\Country\Country {#3749 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +label: "Guatemala" +value: "89" +data: App\Common\Entity\Country\Country {#3752 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +label: "Guernsey" +value: "90" +data: App\Common\Entity\Country\Country {#3755 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +label: "Guinea" +value: "91" +data: App\Common\Entity\Country\Country {#3758 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +label: "Guinea-bissau" +value: "92" +data: App\Common\Entity\Country\Country {#3761 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +label: "Guyana" +value: "93" +data: App\Common\Entity\Country\Country {#3764 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +label: "Haiti" +value: "94" +data: App\Common\Entity\Country\Country {#3767 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +label: "Heard Island and Mcdonald Islands" +value: "95" +data: App\Common\Entity\Country\Country {#3770 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +label: "Honduras" +value: "96" +data: App\Common\Entity\Country\Country {#3773 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +label: "Hong Kong" +value: "97" +data: App\Common\Entity\Country\Country {#3776 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +label: "Hungary" +value: "98" +data: App\Common\Entity\Country\Country {#3779 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +label: "Iceland" +value: "99" +data: App\Common\Entity\Country\Country {#3782 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +label: "India" +value: "100" +data: App\Common\Entity\Country\Country {#3785 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +label: "Indonesia" +value: "101" +data: App\Common\Entity\Country\Country {#3788 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +label: "Iran, Islamic Republic of" +value: "102" +data: App\Common\Entity\Country\Country {#3791 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +label: "Iraq" +value: "103" +data: App\Common\Entity\Country\Country {#3794 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +label: "Ireland" +value: "104" +data: App\Common\Entity\Country\Country {#3797 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +label: "Isle of Man" +value: "105" +data: App\Common\Entity\Country\Country {#3800 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +label: "Israel" +value: "106" +data: App\Common\Entity\Country\Country {#3803 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +label: "Italy" +value: "107" +data: App\Common\Entity\Country\Country {#3806 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +label: "Jamaica" +value: "108" +data: App\Common\Entity\Country\Country {#3809 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +label: "Japan" +value: "109" +data: App\Common\Entity\Country\Country {#3812 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +label: "Jersey" +value: "110" +data: App\Common\Entity\Country\Country {#3815 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +label: "Jordan" +value: "111" +data: App\Common\Entity\Country\Country {#3818 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +label: "Kazakhstan" +value: "112" +data: App\Common\Entity\Country\Country {#3821 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +label: "Kenya" +value: "113" +data: App\Common\Entity\Country\Country {#3824 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +label: "Kiribati" +value: "114" +data: App\Common\Entity\Country\Country {#3827 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +label: "Korea, Democratic People's Republic of" +value: "115" +data: App\Common\Entity\Country\Country {#3830 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +label: "Korea, Republic of" +value: "116" +data: App\Common\Entity\Country\Country {#3833 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +label: "Kuwait" +value: "117" +data: App\Common\Entity\Country\Country {#3836 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +label: "Kyrgyzstan" +value: "118" +data: App\Common\Entity\Country\Country {#3839 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +label: "Lao People's Democratic Republic" +value: "119" +data: App\Common\Entity\Country\Country {#3842 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +label: "Latvia" +value: "120" +data: App\Common\Entity\Country\Country {#3845 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +label: "Lebanon" +value: "121" +data: App\Common\Entity\Country\Country {#3848 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +label: "Lesotho" +value: "122" +data: App\Common\Entity\Country\Country {#3851 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +label: "Liberia" +value: "123" +data: App\Common\Entity\Country\Country {#3854 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +label: "Libyan Arab Jamahiriya" +value: "124" +data: App\Common\Entity\Country\Country {#3857 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +label: "Liechtenstein" +value: "125" +data: App\Common\Entity\Country\Country {#3860 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +label: "Lithuania" +value: "126" +data: App\Common\Entity\Country\Country {#3863 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +label: "Luxembourg" +value: "127" +data: App\Common\Entity\Country\Country {#3866 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +label: "Macao" +value: "128" +data: App\Common\Entity\Country\Country {#3869 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +label: "Macedonia, the Former Yugoslav Republic of" +value: "129" +data: App\Common\Entity\Country\Country {#3872 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +label: "Madagascar" +value: "130" +data: App\Common\Entity\Country\Country {#3875 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +label: "Malawi" +value: "131" +data: App\Common\Entity\Country\Country {#3878 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +label: "Malaysia" +value: "132" +data: App\Common\Entity\Country\Country {#3881 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +label: "Maldives" +value: "133" +data: App\Common\Entity\Country\Country {#3884 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +label: "Mali" +value: "134" +data: App\Common\Entity\Country\Country {#3887 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +label: "Malta" +value: "135" +data: App\Common\Entity\Country\Country {#3890 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +label: "Marshall Islands" +value: "136" +data: App\Common\Entity\Country\Country {#3893 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +label: "Martinique" +value: "137" +data: App\Common\Entity\Country\Country {#3896 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +label: "Mauritania" +value: "138" +data: App\Common\Entity\Country\Country {#3899 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +label: "Mauritius" +value: "139" +data: App\Common\Entity\Country\Country {#3902 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +label: "Mayotte" +value: "140" +data: App\Common\Entity\Country\Country {#3905 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +label: "Mexico" +value: "141" +data: App\Common\Entity\Country\Country {#3908 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +label: "Micronesia, Federated States of" +value: "142" +data: App\Common\Entity\Country\Country {#3911 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +label: "Moldova" +value: "143" +data: App\Common\Entity\Country\Country {#3914 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +label: "Monaco" +value: "144" +data: App\Common\Entity\Country\Country {#3917 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +label: "Mongolia" +value: "145" +data: App\Common\Entity\Country\Country {#3920 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +label: "Montenegro" +value: "146" +data: App\Common\Entity\Country\Country {#3923 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +label: "Montserrat" +value: "147" +data: App\Common\Entity\Country\Country {#3926 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +label: "Morocco" +value: "148" +data: App\Common\Entity\Country\Country {#3929 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +label: "Mozambique" +value: "149" +data: App\Common\Entity\Country\Country {#3932 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +label: "Myanmar" +value: "150" +data: App\Common\Entity\Country\Country {#3935 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +label: "Namibia" +value: "151" +data: App\Common\Entity\Country\Country {#3938 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +label: "Nauru" +value: "152" +data: App\Common\Entity\Country\Country {#3941 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +label: "Nepal" +value: "153" +data: App\Common\Entity\Country\Country {#3944 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +label: "Netherlands" +value: "154" +data: App\Common\Entity\Country\Country {#3947 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +label: "Netherlands Antilles" +value: "155" +data: App\Common\Entity\Country\Country {#3950 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +label: "New Caledonia" +value: "156" +data: App\Common\Entity\Country\Country {#3953 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +label: "New Zealand" +value: "157" +data: App\Common\Entity\Country\Country {#3956 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +label: "Nicaragua" +value: "158" +data: App\Common\Entity\Country\Country {#3959 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +label: "Niger" +value: "159" +data: App\Common\Entity\Country\Country {#3962 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +label: "Nigeria" +value: "160" +data: App\Common\Entity\Country\Country {#3965 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +label: "Niue" +value: "161" +data: App\Common\Entity\Country\Country {#3968 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +label: "Norfolk Island" +value: "162" +data: App\Common\Entity\Country\Country {#3971 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +label: "Northern Mariana Islands" +value: "163" +data: App\Common\Entity\Country\Country {#3974 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +label: "Norway" +value: "164" +data: App\Common\Entity\Country\Country {#3977 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +label: "Oman" +value: "165" +data: App\Common\Entity\Country\Country {#3980 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +label: "Other" +value: "248" +data: App\Common\Entity\Country\Country {#3983 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +label: "Pakistan" +value: "166" +data: App\Common\Entity\Country\Country {#3986 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +label: "Palau" +value: "167" +data: App\Common\Entity\Country\Country {#3989 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +label: "Palestinian Territory, Occupied" +value: "168" +data: App\Common\Entity\Country\Country {#3992 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +label: "Panama" +value: "169" +data: App\Common\Entity\Country\Country {#3995 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +label: "Papua New Guinea" +value: "170" +data: App\Common\Entity\Country\Country {#3998 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +label: "Paraguay" +value: "171" +data: App\Common\Entity\Country\Country {#4001 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +label: "Peru" +value: "172" +data: App\Common\Entity\Country\Country {#4004 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +label: "Philippines" +value: "173" +data: App\Common\Entity\Country\Country {#4007 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +label: "Pitcairn" +value: "174" +data: App\Common\Entity\Country\Country {#4010 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +label: "Poland" +value: "175" +data: App\Common\Entity\Country\Country {#4013 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +label: "Portugal" +value: "176" +data: App\Common\Entity\Country\Country {#4016 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +label: "Puerto Rico" +value: "177" +data: App\Common\Entity\Country\Country {#4019 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +label: "Qatar" +value: "178" +data: App\Common\Entity\Country\Country {#4022 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +label: "Romania" +value: "180" +data: App\Common\Entity\Country\Country {#4025 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +label: "Russian Federation" +value: "181" +data: App\Common\Entity\Country\Country {#4028 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +label: "Rwanda" +value: "182" +data: App\Common\Entity\Country\Country {#4031 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +label: "Réunion" +value: "179" +data: App\Common\Entity\Country\Country {#4034 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +label: "Saint Barthélemy" +value: "183" +data: App\Common\Entity\Country\Country {#4037 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +label: "Saint Helena" +value: "184" +data: App\Common\Entity\Country\Country {#4040 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +label: "Saint Kitts and Nevis" +value: "185" +data: App\Common\Entity\Country\Country {#4043 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +label: "Saint Lucia" +value: "186" +data: App\Common\Entity\Country\Country {#4046 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +label: "Saint Martin" +value: "187" +data: App\Common\Entity\Country\Country {#4049 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +label: "Saint Pierre and Miquelon" +value: "188" +data: App\Common\Entity\Country\Country {#4052 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +label: "Saint Vincent and the Grenadines" +value: "189" +data: App\Common\Entity\Country\Country {#4055 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +label: "Samoa" +value: "190" +data: App\Common\Entity\Country\Country {#4058 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +label: "San Marino" +value: "191" +data: App\Common\Entity\Country\Country {#4061 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +label: "Sao Tome and Principe" +value: "192" +data: App\Common\Entity\Country\Country {#4064 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +label: "Saudi Arabia" +value: "193" +data: App\Common\Entity\Country\Country {#4067 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +label: "Senegal" +value: "194" +data: App\Common\Entity\Country\Country {#4070 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +label: "Serbia" +value: "195" +data: App\Common\Entity\Country\Country {#4073 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +label: "Seychelles" +value: "196" +data: App\Common\Entity\Country\Country {#4076 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +label: "Sierra Leone" +value: "197" +data: App\Common\Entity\Country\Country {#4079 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +label: "Singapore" +value: "198" +data: App\Common\Entity\Country\Country {#4082 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +label: "Slovakia" +value: "199" +data: App\Common\Entity\Country\Country {#4085 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +label: "Slovenia" +value: "200" +data: App\Common\Entity\Country\Country {#4088 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +label: "Solomon Islands" +value: "201" +data: App\Common\Entity\Country\Country {#4091 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +label: "Somalia" +value: "202" +data: App\Common\Entity\Country\Country {#4094 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +label: "South Africa" +value: "203" +data: App\Common\Entity\Country\Country {#4097 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +label: "South Georgia and the South Sandwich Islands" +value: "204" +data: App\Common\Entity\Country\Country {#4100 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +label: "Spain" +value: "205" +data: App\Common\Entity\Country\Country {#4103 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +label: "Sri Lanka" +value: "206" +data: App\Common\Entity\Country\Country {#4106 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +label: "Sudan" +value: "207" +data: App\Common\Entity\Country\Country {#4109 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +label: "Suriname" +value: "208" +data: App\Common\Entity\Country\Country {#4112 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +label: "Svalbard and Jan Mayen" +value: "209" +data: App\Common\Entity\Country\Country {#4115 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +label: "Swaziland" +value: "210" +data: App\Common\Entity\Country\Country {#4118 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +label: "Sweden" +value: "211" +data: App\Common\Entity\Country\Country {#4121 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +label: "Switzerland" +value: "212" +data: App\Common\Entity\Country\Country {#4124 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +label: "Syrian Arab Republic" +value: "213" +data: App\Common\Entity\Country\Country {#4127 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +label: "Taiwan" +value: "214" +data: App\Common\Entity\Country\Country {#4130 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +label: "Tajikistan" +value: "215" +data: App\Common\Entity\Country\Country {#4133 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +label: "Tanzania, United Republic of" +value: "216" +data: App\Common\Entity\Country\Country {#4136 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +label: "Thailand" +value: "217" +data: App\Common\Entity\Country\Country {#4139 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +label: "Timor-leste" +value: "218" +data: App\Common\Entity\Country\Country {#4142 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +label: "Togo" +value: "219" +data: App\Common\Entity\Country\Country {#4145 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +label: "Tokelau" +value: "220" +data: App\Common\Entity\Country\Country {#4148 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +label: "Tonga" +value: "221" +data: App\Common\Entity\Country\Country {#4151 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +label: "Trinidad and Tobago" +value: "222" +data: App\Common\Entity\Country\Country {#4154 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +label: "Tunisia" +value: "223" +data: App\Common\Entity\Country\Country {#4157 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +label: "Turkey" +value: "224" +data: App\Common\Entity\Country\Country {#4160 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +label: "Turkmenistan" +value: "225" +data: App\Common\Entity\Country\Country {#4163 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +label: "Turks and Caicos Islands" +value: "226" +data: App\Common\Entity\Country\Country {#4166 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +label: "Tuvalu" +value: "227" +data: App\Common\Entity\Country\Country {#4169 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +label: "Uganda" +value: "228" +data: App\Common\Entity\Country\Country {#4172 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +label: "Ukraine" +value: "229" +data: App\Common\Entity\Country\Country {#4175 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +label: "United Arab Emirates" +value: "230" +data: App\Common\Entity\Country\Country {#4178 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +label: "United Kingdom" +value: "231" +data: App\Common\Entity\Country\Country {#4181 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +label: "United States" +value: "232" +data: App\Common\Entity\Country\Country {#4184 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +label: "United States Minor Outlying Islands" +value: "233" +data: App\Common\Entity\Country\Country {#4187 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +label: "Uruguay" +value: "234" +data: App\Common\Entity\Country\Country {#4190 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +label: "Uzbekistan" +value: "235" +data: App\Common\Entity\Country\Country {#4193 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +label: "Vanuatu" +value: "236" +data: App\Common\Entity\Country\Country {#4196 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +label: "Vatican City State (Holy See)" +value: "237" +data: App\Common\Entity\Country\Country {#4199 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +label: "Venezuela" +value: "238" +data: App\Common\Entity\Country\Country {#4202 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +label: "Viet Nam" +value: "239" +data: App\Common\Entity\Country\Country {#4205 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +label: "Virgin Islands, British" +value: "240" +data: App\Common\Entity\Country\Country {#4208 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +label: "Virgin Islands, U.S." +value: "241" +data: App\Common\Entity\Country\Country {#4211 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +label: "Wallis and Futuna" +value: "242" +data: App\Common\Entity\Country\Country {#4214 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +label: "Western Sahara" +value: "243" +data: App\Common\Entity\Country\Country {#4217 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +label: "Yemen" +value: "244" +data: App\Common\Entity\Country\Country {#4220 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +label: "Zambia" +value: "245" +data: App\Common\Entity\Country\Country {#4223 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +label: "Zimbabwe" +value: "246" +data: App\Common\Entity\Country\Country {#4226 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +label: "Åland Islands" +value: "2" +data: App\Common\Entity\Country\Country {#4229 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3426 -form: Symfony\Component\Form\Form {#1875 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3409 …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) {#3428 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) {#1385 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1683 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1682 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "me" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1675 #from: "App\Common\Entity\Employment\ManagerialExperience" #alias: "me" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1684 #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 {#1669 …} -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 {#1711 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1681 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1680 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1686 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1687 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1699 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1658 …} } |
| 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 {#1683 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1682 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "me" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1675 #from: "App\Common\Entity\Employment\ManagerialExperience" #alias: "me" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1684 #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 {#1669 …} -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() {#1659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1661 …} $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 {#4472 +label: "11-20 years" +value: "4" +data: App\Common\Entity\Employment\ManagerialExperience {#4478 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +label: "6-10 years" +value: "3" +data: App\Common\Entity\Employment\ManagerialExperience {#4490 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +label: "<5 years" +value: "2" +data: App\Common\Entity\Employment\ManagerialExperience {#4491 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4482 +label: ">20years" +value: "5" +data: App\Common\Entity\Employment\ManagerialExperience {#4492 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +label: "None" +value: "1" +data: App\Common\Entity\Employment\ManagerialExperience {#4493 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4469 -form: Symfony\Component\Form\Form {#1878 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#3429 …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) {#4471 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) {#1404 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1715 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1714 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pe" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1707 #from: "App\Common\Entity\Education\PedagogicExperience" #alias: "pe" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1716 #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 {#1701 …} -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 {#1743 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1713 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1712 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1718 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1719 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1731 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1690 …} } |
| 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 {#1715 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1714 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pe" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1707 #from: "App\Common\Entity\Education\PedagogicExperience" #alias: "pe" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1716 #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 {#1701 …} -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() {#1691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1693 …} $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 {#4475 +label: "11-20 years" +value: "4" +data: App\Common\Entity\Education\PedagogicExperience {#4498 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4499 +label: "6-10 years" +value: "3" +data: App\Common\Entity\Education\PedagogicExperience {#4510 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +label: "<5 years" +value: "2" +data: App\Common\Entity\Education\PedagogicExperience {#4511 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4502 +label: ">20years" +value: "5" +data: App\Common\Entity\Education\PedagogicExperience {#4512 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +label: "None" +value: "1" +data: App\Common\Entity\Education\PedagogicExperience {#4513 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4484 -form: Symfony\Component\Form\Form {#1881 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4470 …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) {#4486 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) {#1406 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1748 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1747 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "al" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1740 #from: "App\Common\Entity\Academy\AcademicProgramLevel" #alias: "al" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1750 #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 {#1739 …} -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 {#1776 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1746 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1749 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1751 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1752 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1764 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1722 …} } |
| 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 {#1748 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1747 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "al" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1740 #from: "App\Common\Entity\Academy\AcademicProgramLevel" #alias: "al" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1750 #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 {#1739 …} -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() {#1723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1725 …} $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 {#4495 +label: "Undergraduate Program" +value: "1" +data: App\Common\Entity\Academy\AcademicProgramLevel {#4518 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +label: "Graduate Program" +value: "2" +data: App\Common\Entity\Academy\AcademicProgramLevel {#4547 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +label: "Postgraduate Program" +value: "4" +data: App\Common\Entity\Academy\AcademicProgramLevel {#4549 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4504 -form: Symfony\Component\Form\Form {#1884 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4487 …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) {#4506 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) {#1407 class: "App\Website\Form\CandidateSearchForm" this: App\Website\Form\CandidateSearchForm {#1293 …} } |
Doctrine\ORM\QueryBuilder {#1780 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1779 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "et" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1772 #from: "App\Common\Entity\Education\ExecutiveEducationTarget" #alias: "et" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1781 #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 {#1766 …} -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 {#1808 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1778 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1777 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1457 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1783 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1784 …} } |
| 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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 {#1796 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1755 …} } |
| 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 {#1780 -em: ContainerY1vPXBv\EntityManagerGhostEbeb667 {#167 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1779 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "et" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1772 #from: "App\Common\Entity\Education\ExecutiveEducationTarget" #alias: "et" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1781 #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 {#1766 …} -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() {#1756 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1758 …} $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 {#4527 +label: "Board" +value: "1" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4551 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4552 +label: "Executive Committee" +value: "2" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4563 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4515 +label: "Middle Management" +value: "16" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4564 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4555 +label: "Top / Senior Executives" +value: "4" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4565 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +label: "Upper Management" +value: "8" +data: App\Common\Entity\Education\ExecutiveEducationTarget {#4566 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4522 -form: Symfony\Component\Form\Form {#1887 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4507 …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) {#4524 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1790 …} $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 {#4560 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4557 -form: Symfony\Component\Form\Form {#1890 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4501 …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) {#4554 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1801 …} $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 {#4560 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4567 -form: Symfony\Component\Form\Form {#1893 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4568 …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) {#4569 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1816 …} $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 {#4560 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4570 -form: Symfony\Component\Form\Form {#1896 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4571 …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) {#4572 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1825 …} $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 {#4560 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4573 -form: Symfony\Component\Form\Form {#1899 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4574 …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) {#4575 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1834 …} $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 {#4560 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4576 -form: Symfony\Component\Form\Form {#1902 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4577 …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) {#4578 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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| 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() {#1844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#1843 …} $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 {#4560 +label: "Yes" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +label: "No" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4579 -form: Symfony\Component\Form\Form {#1905 …} -errors: [] } |
| expanded | false |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4580 …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) {#4581 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 | "3f758e9a4eee860e8.0B4S8YZZ-rh9dNserm1peRe7iHL467P4x7L9n1jSPH8.iHsllcETmYkJPLBt4htaEmPX-0uZg8q56tvEqTSUSEiYXGe61gOwzxcnsA" |
| 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 | "3f758e9a4eee860e8.0B4S8YZZ-rh9dNserm1peRe7iHL467P4x7L9n1jSPH8.iHsllcETmYkJPLBt4htaEmPX-0uZg8q56tvEqTSUSEiYXGe61gOwzxcnsA" |
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 {#1208 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1211 …} -namespace: Closure() {#1135 …} } |
| data | "3f758e9a4eee860e8.0B4S8YZZ-rh9dNserm1peRe7iHL467P4x7L9n1jSPH8.iHsllcETmYkJPLBt4htaEmPX-0uZg8q56tvEqTSUSEiYXGe61gOwzxcnsA" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3138 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() {#4582 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#870 …} $message: Closure() {#4583 …} $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 | "3f758e9a4eee860e8.0B4S8YZZ-rh9dNserm1peRe7iHL467P4x7L9n1jSPH8.iHsllcETmYkJPLBt4htaEmPX-0uZg8q56tvEqTSUSEiYXGe61gOwzxcnsA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4593 -form: Symfony\Component\Form\Form {#4589 …} -errors: [] } |
| field_type | null |
| form | Symfony\Component\Form\FormView {#4584 …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 | "3f758e9a4eee860e8.0B4S8YZZ-rh9dNserm1peRe7iHL467P4x7L9n1jSPH8.iHsllcETmYkJPLBt4htaEmPX-0uZg8q56tvEqTSUSEiYXGe61gOwzxcnsA" |