Forms
-
(no name)
-
custom_top
-
template
-
quality
-
scale_select
-
rotation
-
custom_bottom
-
extra_title
-
-
printLegend
-
_token
-
(no name)
Form type:
"Mapbender\PrintBundle\Form\PrintClientSettingsType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "rotation" => "0" "printLegend" => true ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| compound | true |
same as passed value |
| custom_fields | [ "title" => [ "label" => "mb.core.printclient.class.title" "options" => [ "required" => false ] ] ] |
[ "title" => [ "label" => "mb.core.printclient.class.title" "options" => [ "required" => false ] ] ] |
| data | [ "rotation" => "0" "printLegend" => true ] |
[ "rotation" => "0" "printLegend" => true ] |
| quality_levels | [
[
"dpi" => 72.0
"label" => "Draft (72dpi)"
]
[
"dpi" => 288.0
"label" => "Document (288dpi)"
]
] |
[
[
"dpi" => 72.0
"label" => "Draft (72dpi)"
]
[
"dpi" => 288.0
"label" => "Document (288dpi)"
]
]
|
| required_fields_first | false |
same as passed value |
| scales | [ 500 1000 5000 10000 25000 ] |
[ 500 1000 5000 10000 25000 ] |
| show_printLegend | true |
same as passed value |
| show_rotation | true |
same as passed value |
| templates | [
[
"template" => "a4portrait"
"label" => "A4 Portrait"
]
[
"template" => "a4landscape"
"label" => "A4 Landscape"
]
[
"template" => "a3portrait"
"label" => "A3 Portrait"
]
[
"template" => "a3landscape"
"label" => "A3 Landscape"
]
[
"template" => "a4_landscape_offical"
"label" => "A4 Landscape offical"
]
[
"template" => "a2_landscape_offical"
"label" => "A2 Landscape offical"
]
] |
[
[
"template" => "a4portrait"
"label" => "A4 Portrait"
]
[
"template" => "a4landscape"
"label" => "A4 Landscape"
]
[
"template" => "a3portrait"
"label" => "A3 Portrait"
]
[
"template" => "a3landscape"
"label" => "A3 Landscape"
]
[
"template" => "a4_landscape_offical"
"label" => "A4 Landscape offical"
]
[
"template" => "a2_landscape_offical"
"label" => "A2 Landscape offical"
]
]
|
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 {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| custom_fields | [ "title" => [ "label" => "mb.core.printclient.class.title" "options" => [ "required" => false ] ] ] |
| data | [ "rotation" => "0" "printLegend" => true ] |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2055 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 |
| quality_levels | [
[
"dpi" => 72.0
"label" => "Draft (72dpi)"
]
[
"dpi" => 288.0
"label" => "Document (288dpi)"
]
] |
| required | true |
| required_fields_first | false |
| row_attr | [] |
| scales | [ 500 1000 5000 10000 25000 ] |
| setter | null |
| show_printLegend | true |
| show_rotation | true |
| templates | [
[
"template" => "a4portrait"
"label" => "A4 Portrait"
]
[
"template" => "a4landscape"
"label" => "A4 Landscape"
]
[
"template" => "a3portrait"
"label" => "A3 Portrait"
]
[
"template" => "a3landscape"
"label" => "A3 Landscape"
]
[
"template" => "a4_landscape_offical"
"label" => "A4 Landscape offical"
]
[
"template" => "a2_landscape_offical"
"label" => "A2 Landscape offical"
]
] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2058 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "print_client_settings" "_" ] |
| cache_key | "__print_client_settings" |
| compound | true |
| data | [ "rotation" => "0" "printLegend" => true ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2128 -form: Symfony\Component\Form\Form {#2134 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2063 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [ "rotation" => "0" "printLegend" => true ] |
custom_top
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "rotation" => "0" "printLegend" => true ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| compound | true |
same as passed value |
| inherit_data | true |
same as passed value |
| mapped | false |
same as passed value |
| property_path | "extra" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2080 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 | true |
| 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 | "extra" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2081 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_custom_top" ] |
| cache_key | "_custom_top_form" |
| compound | true |
| data | [ "rotation" => "0" "printLegend" => true ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2110 -form: Symfony\Component\Form\Form {#2137 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2120 …5} |
| full_name | "custom_top" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "custom_top" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "custom_top" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_custom_top" |
| valid | true |
| value | [ "rotation" => "0" "printLegend" => true ] |
template
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 | [ "A4 Portrait" => "a4portrait" "A4 Landscape" => "a4landscape" "A3 Portrait" => "a3portrait" "A3 Landscape" => "a3landscape" "A4 Landscape offical" => "a4_landscape_offical" "A2 Landscape offical" => "a2_landscape_offical" ] |
[ "A4 Portrait" => "a4portrait" "A4 Landscape" => "a4landscape" "A3 Portrait" => "a3portrait" "A3 Landscape" => "a3landscape" "A4 Landscape offical" => "a4_landscape_offical" "A2 Landscape offical" => "a2_landscape_offical" ] |
| label | "mb.core.printclient.label.template" |
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 | [ "A4 Portrait" => "a4portrait" "A4 Landscape" => "a4landscape" "A3 Portrait" => "a3portrait" "A3 Landscape" => "a3landscape" "A4 Landscape offical" => "a4_landscape_offical" "A2 Landscape offical" => "a2_landscape_offical" ] |
| 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 {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| 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 | "mb.core.printclient.label.template" |
| 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() {#2091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2090 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_template" ] |
| cache_key | "_template_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1360 +label: "A4 Portrait" +value: "a4portrait" +data: "a4portrait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1476 +label: "A4 Landscape" +value: "a4landscape" +data: "a4landscape" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "A3 Portrait" +value: "a3portrait" +data: "a3portrait" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1479 +label: "A3 Landscape" +value: "a3landscape" +data: "a3landscape" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1480 +label: "A4 Landscape offical" +value: "a4_landscape_offical" +data: "a4_landscape_offical" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1481 +label: "A2 Landscape offical" +value: "a2_landscape_offical" +data: "a2_landscape_offical" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2101 -form: Symfony\Component\Form\Form {#2140 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2092 …5} |
| full_name | "template" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "template" |
| is_selected | Closure($choice, $value) {#2083 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "mb.core.printclient.label.template" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "template" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_template" |
| valid | true |
| value | "" |
quality
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 | [ "Draft (72dpi)" => 72.0 "Document (288dpi)" => 288.0 ] |
[ "Draft (72dpi)" => 72.0 "Document (288dpi)" => 288.0 ] |
| label | "mb.core.printclient.label.quality" |
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 | [ "Draft (72dpi)" => 72.0 "Document (288dpi)" => 288.0 ] |
| 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 {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| 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 | "mb.core.printclient.label.quality" |
| 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() {#2100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2099 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_quality" ] |
| cache_key | "_quality_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1503 +label: "Draft (72dpi)" +value: "72" +data: 72.0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1504 +label: "Document (288dpi)" +value: "288" +data: 288.0 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2171 -form: Symfony\Component\Form\Form {#2143 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2173 …5} |
| full_name | "quality" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "quality" |
| is_selected | Closure($choice, $value) {#2174 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "mb.core.printclient.label.quality" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "quality" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_quality" |
| valid | true |
| value | "" |
scale_select
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 | [ "1:500" => 500 "1:1000" => 1000 "1:5000" => 5000 "1:10000" => 10000 "1:25000" => 25000 ] |
[ "1:500" => 500 "1:1000" => 1000 "1:5000" => 5000 "1:10000" => 10000 "1:25000" => 25000 ] |
| label | "mb.core.printclient.label.scale" |
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 | [ "1:500" => 500 "1:1000" => 1000 "1:5000" => 5000 "1:10000" => 10000 "1:25000" => 25000 ] |
| 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 {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| 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 | "mb.core.printclient.label.scale" |
| 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() {#2109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2108 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_scale_select" ] |
| cache_key | "_scale_select_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1509 +label: "1:500" +value: "500" +data: 500 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1510 +label: "1:1000" +value: "1000" +data: 1000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1511 +label: "1:5000" +value: "5000" +data: 5000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1512 +label: "1:10000" +value: "10000" +data: 10000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1513 +label: "1:25000" +value: "25000" +data: 25000 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2175 -form: Symfony\Component\Form\Form {#2146 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2176 …5} |
| full_name | "scale_select" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "scale_select" |
| is_selected | Closure($choice, $value) {#2191 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "mb.core.printclient.label.scale" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "scale_select" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_scale_select" |
| valid | true |
| value | "" |
rotation
Form type:
"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 | "0" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "mb.core.printclient.label.rotation" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2117 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 | "mb.core.printclient.label.rotation" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2118 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_rotation" ] |
| cache_key | "_rotation_text" |
| compound | false |
| data | "0" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2194 -form: Symfony\Component\Form\Form {#2149 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2196 …5} |
| full_name | "rotation" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "rotation" |
| label | "mb.core.printclient.label.rotation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "rotation" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_rotation" |
| valid | true |
| value | "0" |
custom_bottom
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "rotation" => "0" "printLegend" => true ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| compound | true |
same as passed value |
| inherit_data | true |
same as passed value |
| mapped | false |
same as passed value |
| property_path | "extra" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2070 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 | true |
| 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 | "extra" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2071 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_custom_bottom" ] |
| cache_key | "_custom_bottom_form" |
| compound | true |
| data | [ "rotation" => "0" "printLegend" => true ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2197 -form: Symfony\Component\Form\Form {#2161 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2198 …5} |
| full_name | "custom_bottom" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "custom_bottom" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "custom_bottom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_custom_bottom" |
| valid | true |
| value | [ "rotation" => "0" "printLegend" => true ] |
extra_title
Form type:
"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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "" |
same as passed value |
| inherit_data | false |
same as passed value |
| label | "mb.core.printclient.class.title" |
same as passed value |
| mapped | false |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| data | "" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2153 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 | "mb.core.printclient.class.title" |
| 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() {#2155 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2154 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_custom_bottom_extra_title" ] |
| cache_key | "_custom_bottom_extra_title_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2202 -form: Symfony\Component\Form\Form {#2164 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2201 …5} |
| full_name | "extra[title]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "custom_bottom_extra_title" |
| label | "mb.core.printclient.class.title" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "extra_title" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_custom_bottom_extra_title" |
| valid | true |
| value | "" |
printLegend
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "mb.core.printclient.label.legend" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1428 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1429 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "mb.core.printclient.label.legend" |
| 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() {#2127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2126 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_printLegend" ] |
| cache_key | "_printLegend_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2199 -form: Symfony\Component\Form\Form {#2167 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2200 …5} |
| full_name | "printLegend" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "printLegend" |
| label | "mb.core.printclient.label.legend" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "printLegend" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_printLegend" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a8f6b2e4474d7db3425076.VXKtKepzaGBLsW8E2pJ_kvD0s_T5QkHL_2Dyxw95CQs.FBfcG6wfIy189xV26sYt9ITCwLXLDiOjtBPBj1wXakkAOPtO2AsYLCbWVw" |
| 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 | "a8f6b2e4474d7db3425076.VXKtKepzaGBLsW8E2pJ_kvD0s_T5QkHL_2Dyxw95CQs.FBfcG6wfIy189xV26sYt9ITCwLXLDiOjtBPBj1wXakkAOPtO2AsYLCbWVw" |
same as passed value |
| mapped | false |
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 | "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 {#878 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#879 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#880 …} -namespace: Closure() {#882 …} } |
| data | "a8f6b2e4474d7db3425076.VXKtKepzaGBLsW8E2pJ_kvD0s_T5QkHL_2Dyxw95CQs.FBfcG6wfIy189xV26sYt9ITCwLXLDiOjtBPBj1wXakkAOPtO2AsYLCbWVw" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2073 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() {#2204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#197 …} $message: Closure() {#2203 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| compound | false |
| data | "a8f6b2e4474d7db3425076.VXKtKepzaGBLsW8E2pJ_kvD0s_T5QkHL_2Dyxw95CQs.FBfcG6wfIy189xV26sYt9ITCwLXLDiOjtBPBj1wXakkAOPtO2AsYLCbWVw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2214 -form: Symfony\Component\Form\Form {#2210 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2205 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__token" |
| valid | true |
| value | "a8f6b2e4474d7db3425076.VXKtKepzaGBLsW8E2pJ_kvD0s_T5QkHL_2Dyxw95CQs.FBfcG6wfIy189xV26sYt9ITCwLXLDiOjtBPBj1wXakkAOPtO2AsYLCbWVw" |