Forms
order
"App\Form\Web\Order\OrderType"
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 | [] |
[] |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1138 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | "web" |
trim | true |
upload_max_size_message | Closure() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1141 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "order" "_order" ] |
cache_key | "_order_order" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1287 -form: Symfony\Component\Form\Form {#1293 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1143 …5} |
full_name | "order" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "order" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order" |
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 |
---|---|---|
attr | [ "placeholder" => "order.form.name" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.name" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1148 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1148 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "order.form.name" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.name" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1148 +payload: null +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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1160 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.name" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1162 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1161 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.name" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_name" ] |
cache_key | "_order_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1327 -form: Symfony\Component\Form\Form {#1296 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1336 …5} |
full_name | "order[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_name" |
label | "order.form.name" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_name" |
valid | true |
value | "" |
surname
"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 | [ "placeholder" => "order.form.surname" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.surname" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1149 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1149 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "order.form.surname" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.surname" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1149 +payload: null +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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1169 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.surname" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1170 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.surname" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_surname" ] |
cache_key | "_order_surname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1236 -form: Symfony\Component\Form\Form {#1299 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1227 …5} |
full_name | "order[surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_surname" |
label | "order.form.surname" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_surname" |
valid | true |
value | "" |
phone
"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 | [ "placeholder" => "order.form.phone" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.phone" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1150 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1150 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "order.form.phone" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.phone" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1150 +payload: null +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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1178 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.phone" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1179 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.phone" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_phone" ] |
cache_key | "_order_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1218 -form: Symfony\Component\Form\Form {#1302 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1209 …5} |
full_name | "order[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_phone" |
label | "order.form.phone" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_phone" |
valid | true |
value | "" |
"App\Form\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 |
---|---|---|
attr | [ "placeholder" => "order.form.email" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.email" "class" => "form-control h-45px fs-13px" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1151 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1151 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Constraints\Email {#1199 +payload: null +messageInvalidAddress: "email.invalid_address" +messageInvalidCharacter: "email.invalid_character" } ] |
label | "order.form.email" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.email" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1151 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Constraints\Email {#1199 +payload: null +messageInvalidAddress: "email.invalid_address" +messageInvalidCharacter: "email.invalid_character" } ] |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1196 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.email" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1197 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.email" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "app_email" "_order_email" ] |
cache_key | "_order_email_app_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1200 -form: Symfony\Component\Form\Form {#1305 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1181 …5} |
full_name | "order[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_email" |
label | "order.form.email" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_email" |
valid | true |
value | "" |
address
"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 | [ "placeholder" => "order.form.address" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.address" "class" => "form-control h-45px fs-13px" ] |
label | "order.form.address" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.address" "class" => "form-control h-45px fs-13px" ] |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1206 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.address" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1208 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1207 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.address" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_address" ] |
cache_key | "_order_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1172 -form: Symfony\Component\Form\Form {#1308 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1163 …5} |
full_name | "order[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_address" |
label | "order.form.address" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_address" |
valid | true |
value | "" |
city
"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 | [ "placeholder" => "order.form.city" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.city" "class" => "form-control h-45px fs-13px" ] |
label | "order.form.city" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.city" "class" => "form-control h-45px fs-13px" ] |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1215 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.city" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1217 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1216 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.city" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_city" ] |
cache_key | "_order_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1358 -form: Symfony\Component\Form\Form {#1311 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1360 …5} |
full_name | "order[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_city" |
label | "order.form.city" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_city" |
valid | true |
value | "" |
zipcode
"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 | [ "placeholder" => "order.form.zipcode" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.zipcode" "class" => "form-control h-45px fs-13px" ] |
label | "order.form.zipcode" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.zipcode" "class" => "form-control h-45px fs-13px" ] |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1224 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.zipcode" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
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() {#1226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1225 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.zipcode" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_zipcode" ] |
cache_key | "_order_zipcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1361 -form: Symfony\Component\Form\Form {#1314 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1362 …5} |
full_name | "order[zipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_zipcode" |
label | "order.form.zipcode" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipcode" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_zipcode" |
valid | true |
value | "" |
country
"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 | [ "placeholder" => "order.form.country" "class" => "form-control h-45px fs-13px" ] |
[ "placeholder" => "order.form.country" "class" => "form-control h-45px fs-13px" ] |
label | "order.form.country" |
same as passed value |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
[ "class" => "d-flex align-items-center fs-13px" ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "order.form.country" "class" => "form-control h-45px fs-13px" ] |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1233 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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 | "order.form.country" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1235 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1234 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "order.form.country" "class" => "form-control h-45px fs-13px" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_order_country" ] |
cache_key | "_order_country_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1363 -form: Symfony\Component\Form\Form {#1317 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1385 …5} |
full_name | "order[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_country" |
label | "order.form.country" |
label_attr | [ "class" => "d-flex align-items-center fs-13px" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "country" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_country" |
valid | true |
value | "" |
payment
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 | [ "order.form.payments.payment_by_card" => "CARD" "order.form.payments.payment_by_transfer" => "TRANSFER" ] |
[ "order.form.payments.payment_by_card" => "CARD" "order.form.payments.payment_by_transfer" => "TRANSFER" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1152 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1152 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
expanded | true |
same as passed value |
label | false |
false
|
multiple | false |
false
|
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 | [ "order.form.payments.payment_by_card" => "CARD" "order.form.payments.payment_by_transfer" => "TRANSFER" ] |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1152 +payload: null +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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
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() {#1255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1253 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_order_payment" ] |
cache_key | "_order_payment_choice" |
choice_translation_domain | "web" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +label: "order.form.payments.payment_by_card" +value: "CARD" +data: "CARD" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "order.form.payments.payment_by_transfer" +value: "TRANSFER" +data: "TRANSFER" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1390 -form: Symfony\Component\Form\Form {#1342 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1392 …5} |
full_name | "order[payment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_payment" |
is_selected | Closure($choice, $value) {#1393 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1241 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "payment" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_payment" |
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 | "order.form.payments.payment_by_card" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "CARD" |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1273 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1269 …} } |
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 {#1274 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "order.form.payments.payment_by_card" |
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() {#1326 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1325 …} } } |
validation_groups | null |
value | "CARD" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_order_payment_entry" ] |
cache_key | "_order_payment_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1397 -form: Symfony\Component\Form\Form {#1345 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1396 …5} |
full_name | "order[payment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_payment_0" |
label | "order.form.payments.payment_by_card" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_payment_entry" |
valid | true |
value | "CARD" |
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 | "order.form.payments.payment_by_transfer" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "TRANSFER" |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1273 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1269 …} } |
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 {#1274 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "order.form.payments.payment_by_transfer" |
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() {#1335 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1334 …} } } |
validation_groups | null |
value | "TRANSFER" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_order_payment_entry" ] |
cache_key | "_order_payment_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1398 -form: Symfony\Component\Form\Form {#1348 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1399 …5} |
full_name | "order[payment]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_payment_1" |
label | "order.form.payments.payment_by_transfer" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_payment_entry" |
valid | true |
value | "TRANSFER" |
conditions
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1153 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1153 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1153 +payload: null +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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1273 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1269 …} } |
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 {#1274 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1278 …} } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_order_conditions" ] |
cache_key | "_order_conditions_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1395 -form: Symfony\Component\Form\Form {#1351 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1394 …5} |
full_name | "order[conditions]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_conditions" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "conditions" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_conditions" |
valid | true |
value | "1" |
gdpr
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1154 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1154 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1154 +payload: null +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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1273 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1269 …} } |
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 {#1274 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1285 …} } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_order_gdpr" ] |
cache_key | "_order_gdpr_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1401 -form: Symfony\Component\Form\Form {#1354 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1400 …5} |
full_name | "order[gdpr]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order_gdpr" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "gdpr" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | "web" |
unique_block_prefix | "_order_gdpr" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2465948a107b479eb4bc9f.laeiJYN5TWesOP_BKfGU8MsE6ZN3KwGKUONr8rznGd4.zcLTF9EdISrZXImqHp_tg6dDsKM9T0m7GpYjrfCCQ-n3w9II1DUeDvxxzw" |
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 | "2465948a107b479eb4bc9f.laeiJYN5TWesOP_BKfGU8MsE6ZN3KwGKUONr8rznGd4.zcLTF9EdISrZXImqHp_tg6dDsKM9T0m7GpYjrfCCQ-n3w9II1DUeDvxxzw" |
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 {#1114 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1115 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1116 …} -namespace: Closure() {#1118 …} } |
data | "2465948a107b479eb4bc9f.laeiJYN5TWesOP_BKfGU8MsE6ZN3KwGKUONr8rznGd4.zcLTF9EdISrZXImqHp_tg6dDsKM9T0m7GpYjrfCCQ-n3w9II1DUeDvxxzw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1405 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#918 …} } |
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() {#1407 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1120 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#509 …} $translationDomain: "validators" $message: Closure() {#1406 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_order__token" ] |
cache_key | "_order__token_hidden" |
compound | false |
data | "2465948a107b479eb4bc9f.laeiJYN5TWesOP_BKfGU8MsE6ZN3KwGKUONr8rznGd4.zcLTF9EdISrZXImqHp_tg6dDsKM9T0m7GpYjrfCCQ-n3w9II1DUeDvxxzw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1417 -form: Symfony\Component\Form\Form {#1413 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1408 …5} |
full_name | "order[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "order__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 | "web" |
unique_block_prefix | "_order__token" |
valid | true |
value | "2465948a107b479eb4bc9f.laeiJYN5TWesOP_BKfGU8MsE6ZN3KwGKUONr8rznGd4.zcLTF9EdISrZXImqHp_tg6dDsKM9T0m7GpYjrfCCQ-n3w9II1DUeDvxxzw" |