- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 178
- Events
- Routing
- Cache
- Translation 60
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
company
-
email
-
telephone
-
address
-
username
-
psw
-
psw_retype
-
control_question
-
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
-
save
-
_token
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1389 -userId: 0 #userName: null #company: null #email: null #contactPerson: null #contactPersonEmail: null #telephone: null #psw: null -type: 0 #notes: null #dateInserted: null #lastLogin: null #address: null #invoiceAddress: null #ico: null -preferredLanguageId: 0 -preferredCurrencyId: 0 -preferredPaymentId: 0 -preferredDeliveryId: 0 #businessModel: null #datePayment: null -responsibleAdminUserId: 0 #dateResponsibilityGiven: null -status: 1 -serverId: 1 -areaId: 1 -preferredSectionId: 0 #avatarUrl: null #logoUrl: null -preferredSectionId2: 0 #characterSet: null #dateEntitiesUpdated: null #services: Doctrine\Common\Collections\ArrayCollection {#1436 …} #modules: Doctrine\Common\Collections\ArrayCollection {#1435 …} #databaseHost: null #databaseName: null #databaseUser: null #databasePassword: null #bankAccount: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#1389 -userId: 0 #userName: null #company: null #email: null #contactPerson: null #contactPersonEmail: null #telephone: null #psw: null -type: 0 #notes: null #dateInserted: null #lastLogin: null #address: null #invoiceAddress: null #ico: null -preferredLanguageId: 0 -preferredCurrencyId: 0 -preferredPaymentId: 0 -preferredDeliveryId: 0 #businessModel: null #datePayment: null -responsibleAdminUserId: 0 #dateResponsibilityGiven: null -status: 1 -serverId: 1 -areaId: 1 -preferredSectionId: 0 #avatarUrl: null #logoUrl: null -preferredSectionId2: 0 #characterSet: null #dateEntitiesUpdated: null #services: Doctrine\Common\Collections\ArrayCollection {#1436 …} #modules: Doctrine\Common\Collections\ArrayCollection {#1435 …} #databaseHost: null #databaseName: null #databaseUser: null #databasePassword: null #bankAccount: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data | App\Entity\User {#1389 -userId: 0 #userName: null #company: null #email: null #contactPerson: null #contactPersonEmail: null #telephone: null #psw: null -type: 0 #notes: null #dateInserted: null #lastLogin: null #address: null #invoiceAddress: null #ico: null -preferredLanguageId: 0 -preferredCurrencyId: 0 -preferredPaymentId: 0 -preferredDeliveryId: 0 #businessModel: null #datePayment: null -responsibleAdminUserId: 0 #dateResponsibilityGiven: null -status: 1 -serverId: 1 -areaId: 1 -preferredSectionId: 0 #avatarUrl: null #logoUrl: null -preferredSectionId2: 0 #characterSet: null #dateEntitiesUpdated: null #services: Doctrine\Common\Collections\ArrayCollection {#1436 …} #modules: Doctrine\Common\Collections\ArrayCollection {#1435 …} #databaseHost: null #databaseName: null #databaseUser: null #databasePassword: null #bankAccount: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1803 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} use: { $class: "App\Entity\User" } } |
| 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 | null |
| trim | true |
| upload_max_size_message | Closure() {#1805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#1804 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | App\Entity\User {#1389 -userId: 0 #userName: null #company: null #email: null #contactPerson: null #contactPersonEmail: null #telephone: null #psw: null -type: 0 #notes: null #dateInserted: null #lastLogin: null #address: null #invoiceAddress: null #ico: null -preferredLanguageId: 0 -preferredCurrencyId: 0 -preferredPaymentId: 0 -preferredDeliveryId: 0 #businessModel: null #datePayment: null -responsibleAdminUserId: 0 #dateResponsibilityGiven: null -status: 1 -serverId: 1 -areaId: 1 -preferredSectionId: 0 #avatarUrl: null #logoUrl: null -preferredSectionId2: 0 #characterSet: null #dateEntitiesUpdated: null #services: Doctrine\Common\Collections\ArrayCollection {#1436 …} #modules: Doctrine\Common\Collections\ArrayCollection {#1435 …} #databaseHost: null #databaseName: null #databaseUser: null #databasePassword: null #bankAccount: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3102 -form: Symfony\Component\Form\Form {#2787 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3101 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | App\Entity\User {#1389 -userId: 0 #userName: null #company: null #email: null #contactPerson: null #contactPersonEmail: null #telephone: null #psw: null -type: 0 #notes: null #dateInserted: null #lastLogin: null #address: null #invoiceAddress: null #ico: null -preferredLanguageId: 0 -preferredCurrencyId: 0 -preferredPaymentId: 0 -preferredDeliveryId: 0 #businessModel: null #datePayment: null -responsibleAdminUserId: 0 #dateResponsibilityGiven: null -status: 1 -serverId: 1 -areaId: 1 -preferredSectionId: 0 #avatarUrl: null #logoUrl: null -preferredSectionId2: 0 #characterSet: null #dateEntitiesUpdated: null #services: Doctrine\Common\Collections\ArrayCollection {#1436 …} #modules: Doctrine\Common\Collections\ArrayCollection {#1435 …} #databaseHost: null #databaseName: null #databaseUser: null #databasePassword: null #bankAccount: null } |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| label | "Firma / Jméno" |
same as passed value |
| label_attr | [ "class" => "form_field_label" ] |
[ "class" => "form_field_label" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1969 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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 | "Firma / Jméno" |
| label_attr | [ "class" => "form_field_label" ] |
| 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() {#1971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#1967 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_company" ] |
| cache_key | "_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3106 -form: Symfony\Component\Form\Form {#2791 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3105 …5} |
| full_name | "form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_company" |
| label | "Firma / Jméno" |
| label_attr | [ "class" => "form_field_label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_company" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| label_attr | [ "class" => "form_field_label_required" ] |
[ "class" => "form_field_label_required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "form_field_label_required" ] |
| 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() {#1994 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#1993 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3122 -form: Symfony\Component\Form\Form {#2824 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3123 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | null |
| label_attr | [ "class" => "form_field_label_required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| label | "Telefon" |
same as passed value |
| label_attr | [ "class" => "form_field_label" ] |
[ "class" => "form_field_label" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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 | "Telefon" |
| label_attr | [ "class" => "form_field_label" ] |
| 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() {#2003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2002 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_telephone" ] |
| cache_key | "_form_telephone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3124 -form: Symfony\Component\Form\Form {#2827 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3125 …5} |
| full_name | "form[telephone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_telephone" |
| label | "Telefon" |
| label_attr | [ "class" => "form_field_label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telephone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_telephone" |
| valid | true |
| value | "" |
address
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "textarea_form" "cols" => 33 "rows" => 2 "value" => "" ] |
[ "class" => "textarea_form" "cols" => 33 "rows" => 2 "value" => "" ] |
| label | "Adresa" |
same as passed value |
| label_attr | [ "class" => "form_textarea_label" ] |
[ "class" => "form_textarea_label" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "textarea_form" "cols" => 33 "rows" => 2 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2014 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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 | "Adresa" |
| label_attr | [ "class" => "form_textarea_label" ] |
| 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() {#2016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2015 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "textarea_form" "cols" => 33 "rows" => 2 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_address" ] |
| cache_key | "_form_address_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3126 -form: Symfony\Component\Form\Form {#2930 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3127 …5} |
| full_name | "form[address]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_address" |
| label | "Adresa" |
| label_attr | [ "class" => "form_textarea_label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "address" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_address" |
| valid | true |
| value | "" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| empty_data | "" |
same as passed value |
| label | "Uživatelské jméno" |
same as passed value |
| label_attr | [ "class" => "form_field_label_required" ] |
[ "class" => "form_field_label_required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| 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 | "Uživatelské jméno" |
| label_attr | [ "class" => "form_field_label_required" ] |
| 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() {#2024 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2023 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_username" ] |
| cache_key | "_form_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3178 -form: Symfony\Component\Form\Form {#2933 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3179 …5} |
| full_name | "form[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_username" |
| label | "Uživatelské jméno" |
| label_attr | [ "class" => "form_field_label_required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_username" |
| valid | true |
| value | null |
psw
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| label | "Heslo" |
same as passed value |
| label_attr | [ "class" => "form_field_label_required" ] |
[ "class" => "form_field_label_required" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Heslo" |
| label_attr | [ "class" => "form_field_label_required" ] |
| 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 | false |
| upload_max_size_message | Closure() {#2037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2036 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_psw" ] |
| cache_key | "_form_psw_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3180 -form: Symfony\Component\Form\Form {#2936 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3181 …5} |
| full_name | "form[psw]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_psw" |
| label | "Heslo" |
| label_attr | [ "class" => "form_field_label_required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "psw" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_psw" |
| valid | true |
| value | "" |
psw_retype
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| label | "Heslo znovu" |
same as passed value |
| label_attr | [ "class" => "form_field_label_required" ] |
[ "class" => "form_field_label_required" ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2043 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Heslo znovu" |
| label_attr | [ "class" => "form_field_label_required" ] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2044 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_psw_retype" ] |
| cache_key | "_form_psw_retype_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3182 -form: Symfony\Component\Form\Form {#2939 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3183 …5} |
| full_name | "form[psw_retype]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_psw_retype" |
| label | "Heslo znovu" |
| label_attr | [ "class" => "form_field_label_required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "psw_retype" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_psw_retype" |
| valid | true |
| value | "" |
control_question
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
[ "class" => "text_form" "size" => 35 "value" => "" ] |
| label | "7 + 4 =" |
same as passed value |
| label_attr | [ "class" => "form_field_label_control_question" ] |
[ "class" => "form_field_label_control_question" ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2051 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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 | "7 + 4 =" |
| label_attr | [ "class" => "form_field_label_control_question" ] |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2053 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2052 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text_form" "size" => 35 "value" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_control_question" ] |
| cache_key | "_form_control_question_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3184 -form: Symfony\Component\Form\Form {#2942 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3185 …5} |
| full_name | "form[control_question]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_control_question" |
| label | "7 + 4 =" |
| label_attr | [ "class" => "form_field_label_control_question" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "control_question" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_control_question" |
| valid | true |
| value | "" |
services
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "5" "module_43" ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form_choice" ] |
[ "class" => "form_choice" ] |
| choice_attr | Closure($val, $key, $index) {#1983 class: "App\Controller\ScreenController" this: App\Controller\ScreenController {#719 …} } |
same as passed value |
| choices | [ "3D služby" => 5 "3D E-Shop" => "module_15" "3D Gallery" => "module_21" "3D Presentation" => "module_25" "3D Diagram" => "module_26" "Free 3D World" => "module_29" "3D Web" => "module_43" "e-Shop" => 1 "CSS Design" => "module_1" "File Manager" => "module_2" "Gallery" => "module_3" "Paypal" => "module_9" "Product Parameter" => "module_10" "Product Selection" => "module_11" "Invoice Manager" => "module_13" "Product Groups - Offers" => "module_14" "Price Levels" => "module_22" "Product Catalogue" => "module_23" "e-Privacy Consents" => "module_30" "E-shop Delivery" => "module_31" "E-shop Payment" => "module_32" "Export Feed" => "module_34" "Product Variants" => "module_39" "Email Provider" => "module_40" "Google reCaptcha" => "module_41" "Package Sales" => "module_42" "Archive e-Shop" => "module_44" "Reports" => "module_46" "Znalostní báze" => 2 "Events" => "module_7" "Contacts" => "module_16" "Lists" => "module_17" "User Story" => "module_24" "Trade Lead" => "module_33" "Web stránky" => 3 "Redaction" => "module_8" "Form Builder" => "module_12" "Archive Web" => "module_45" "Tržiště" => 4 "E-shop Link" => "module_19" "Product Feed" => "module_20" "e-Konektor" => 7 "FlexiBee" => "module_5" "Helios Orange" => "module_6" "XML Connector" => "module_18" "CSV Connector" => "module_27" "Jenkins Bridge" => "module_38" "Zábava" => 8 "Slot Machine 4x3" => "module_28" "Aukce" => 9 ] |
[ "3D služby" => 5 "3D E-Shop" => "module_15" "3D Gallery" => "module_21" "3D Presentation" => "module_25" "3D Diagram" => "module_26" "Free 3D World" => "module_29" "3D Web" => "module_43" "e-Shop" => 1 "CSS Design" => "module_1" "File Manager" => "module_2" "Gallery" => "module_3" "Paypal" => "module_9" "Product Parameter" => "module_10" "Product Selection" => "module_11" "Invoice Manager" => "module_13" "Product Groups - Offers" => "module_14" "Price Levels" => "module_22" "Product Catalogue" => "module_23" "e-Privacy Consents" => "module_30" "E-shop Delivery" => "module_31" "E-shop Payment" => "module_32" "Export Feed" => "module_34" "Product Variants" => "module_39" "Email Provider" => "module_40" "Google reCaptcha" => "module_41" "Package Sales" => "module_42" "Archive e-Shop" => "module_44" "Reports" => "module_46" "Znalostní báze" => 2 "Events" => "module_7" "Contacts" => "module_16" "Lists" => "module_17" "User Story" => "module_24" "Trade Lead" => "module_33" "Web stránky" => 3 "Redaction" => "module_8" "Form Builder" => "module_12" "Archive Web" => "module_45" "Tržiště" => 4 "E-shop Link" => "module_19" "Product Feed" => "module_20" "e-Konektor" => 7 "FlexiBee" => "module_5" "Helios Orange" => "module_6" "XML Connector" => "module_18" "CSV Connector" => "module_27" "Jenkins Bridge" => "module_38" "Zábava" => 8 "Slot Machine 4x3" => "module_28" "Aukce" => 9 ] |
| data | [ "5" "module_43" ] |
[ "5" "module_43" ] |
| expanded | true |
same as passed value |
| label | "Služby" |
same as passed value |
| label_attr | [ "class" => "form_choice_label" ] |
[ "class" => "form_choice_label" ] |
| label_format | "form.address.%name%" |
same as passed value |
| mapped | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form_choice" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($val, $key, $index) {#1983 class: "App\Controller\ScreenController" this: App\Controller\ScreenController {#719 …} } |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "3D služby" => 5 "3D E-Shop" => "module_15" "3D Gallery" => "module_21" "3D Presentation" => "module_25" "3D Diagram" => "module_26" "Free 3D World" => "module_29" "3D Web" => "module_43" "e-Shop" => 1 "CSS Design" => "module_1" "File Manager" => "module_2" "Gallery" => "module_3" "Paypal" => "module_9" "Product Parameter" => "module_10" "Product Selection" => "module_11" "Invoice Manager" => "module_13" "Product Groups - Offers" => "module_14" "Price Levels" => "module_22" "Product Catalogue" => "module_23" "e-Privacy Consents" => "module_30" "E-shop Delivery" => "module_31" "E-shop Payment" => "module_32" "Export Feed" => "module_34" "Product Variants" => "module_39" "Email Provider" => "module_40" "Google reCaptcha" => "module_41" "Package Sales" => "module_42" "Archive e-Shop" => "module_44" "Reports" => "module_46" "Znalostní báze" => 2 "Events" => "module_7" "Contacts" => "module_16" "Lists" => "module_17" "User Story" => "module_24" "Trade Lead" => "module_33" "Web stránky" => 3 "Redaction" => "module_8" "Form Builder" => "module_12" "Archive Web" => "module_45" "Tržiště" => 4 "E-shop Link" => "module_19" "Product Feed" => "module_20" "e-Konektor" => 7 "FlexiBee" => "module_5" "Helios Orange" => "module_6" "XML Connector" => "module_18" "CSV Connector" => "module_27" "Jenkins Bridge" => "module_38" "Zábava" => 8 "Slot Machine 4x3" => "module_28" "Aukce" => 9 ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data | [ "5" "module_43" ] |
| data_class | null |
| disabled | false |
| empty_data | [] |
| 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 | "Služby" |
| label_attr | [ "class" => "form_choice_label" ] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2073 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2071 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form_choice" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_form_services" ] |
| cache_key | "_form_services_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2081 +label: "3D služby" +value: "5" +data: 5 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2082 +label: "3D E-Shop" +value: "module_15" +data: "module_15" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2083 +label: "3D Gallery" +value: "module_21" +data: "module_21" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2084 +label: "3D Presentation" +value: "module_25" +data: "module_25" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2085 +label: "3D Diagram" +value: "module_26" +data: "module_26" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2086 +label: "Free 3D World" +value: "module_29" +data: "module_29" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2087 +label: "3D Web" +value: "module_43" +data: "module_43" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2088 +label: "e-Shop" +value: "1" +data: 1 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2089 +label: "CSS Design" +value: "module_1" +data: "module_1" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2090 +label: "File Manager" +value: "module_2" +data: "module_2" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +label: "Gallery" +value: "module_3" +data: "module_3" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2092 +label: "Paypal" +value: "module_9" +data: "module_9" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2093 +label: "Product Parameter" +value: "module_10" +data: "module_10" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2094 +label: "Product Selection" +value: "module_11" +data: "module_11" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2095 +label: "Invoice Manager" +value: "module_13" +data: "module_13" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2096 +label: "Product Groups - Offers" +value: "module_14" +data: "module_14" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2097 +label: "Price Levels" +value: "module_22" +data: "module_22" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2098 +label: "Product Catalogue" +value: "module_23" +data: "module_23" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2099 +label: "e-Privacy Consents" +value: "module_30" +data: "module_30" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2100 +label: "E-shop Delivery" +value: "module_31" +data: "module_31" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2101 +label: "E-shop Payment" +value: "module_32" +data: "module_32" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2102 +label: "Export Feed" +value: "module_34" +data: "module_34" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +label: "Product Variants" +value: "module_39" +data: "module_39" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2104 +label: "Email Provider" +value: "module_40" +data: "module_40" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2105 +label: "Google reCaptcha" +value: "module_41" +data: "module_41" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2106 +label: "Package Sales" +value: "module_42" +data: "module_42" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2107 +label: "Archive e-Shop" +value: "module_44" +data: "module_44" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2108 +label: "Reports" +value: "module_46" +data: "module_46" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2109 +label: "Znalostní báze" +value: "2" +data: 2 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2110 +label: "Events" +value: "module_7" +data: "module_7" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2111 +label: "Contacts" +value: "module_16" +data: "module_16" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2112 +label: "Lists" +value: "module_17" +data: "module_17" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2113 +label: "User Story" +value: "module_24" +data: "module_24" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2114 +label: "Trade Lead" +value: "module_33" +data: "module_33" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2115 +label: "Web stránky" +value: "3" +data: 3 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +label: "Redaction" +value: "module_8" +data: "module_8" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +label: "Form Builder" +value: "module_12" +data: "module_12" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2118 +label: "Archive Web" +value: "module_45" +data: "module_45" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2119 +label: "Tržiště" +value: "4" +data: 4 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2120 +label: "E-shop Link" +value: "module_19" +data: "module_19" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2121 +label: "Product Feed" +value: "module_20" +data: "module_20" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2122 +label: "e-Konektor" +value: "7" +data: 7 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2123 +label: "FlexiBee" +value: "module_5" +data: "module_5" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2124 +label: "Helios Orange" +value: "module_6" +data: "module_6" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2125 +label: "XML Connector" +value: "module_18" +data: "module_18" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2126 +label: "CSV Connector" +value: "module_27" +data: "module_27" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2127 +label: "Jenkins Bridge" +value: "module_38" +data: "module_38" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "Zábava" +value: "8" +data: 8 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "Slot Machine 4x3" +value: "module_28" +data: "module_28" +attr: [ "class" => "module-item" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +label: "Aukce" +value: "9" +data: 9 +attr: [ "class" => "service-item" ] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [ "5" "module_43" ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3186 -form: Symfony\Component\Form\Form {#2945 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3187 …5} |
| full_name | "form[services]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services" |
| is_selected | Closure($choice, array $values) {#3188 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2059 …} } |
| label | "Služby" |
| label_attr | [ "class" => "form_choice_label" ] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "services" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services" |
| valid | true |
| value | [ "5" "module_43" ] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"5"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "3D služby" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3D služby" |
| 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() {#2182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2184 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3192 -form: Symfony\Component\Form\Form {#2948 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3191 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_0" |
| label | "3D služby" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "5" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "3D E-Shop" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_15" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3D E-Shop" |
| 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() {#2192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2191 …} } } |
| validation_groups | null |
| value | "module_15" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3193 -form: Symfony\Component\Form\Form {#2951 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3194 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_1" |
| label | "3D E-Shop" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_15" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "3D Gallery" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_21" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3D Gallery" |
| 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() {#2201 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2200 …} } } |
| validation_groups | null |
| value | "module_21" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3195 -form: Symfony\Component\Form\Form {#2954 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3196 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_2" |
| label | "3D Gallery" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_21" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "3D Presentation" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_25" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3D Presentation" |
| 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() {#2210 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2209 …} } } |
| validation_groups | null |
| value | "module_25" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3197 -form: Symfony\Component\Form\Form {#2957 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3198 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_3" |
| label | "3D Presentation" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_25" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "3D Diagram" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_26" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3D Diagram" |
| 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() {#2219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2218 …} } } |
| validation_groups | null |
| value | "module_26" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3199 -form: Symfony\Component\Form\Form {#2960 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3200 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_4" |
| label | "3D Diagram" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_26" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Free 3D World" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_29" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Free 3D World" |
| 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() {#2228 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2227 …} } } |
| validation_groups | null |
| value | "module_29" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3201 -form: Symfony\Component\Form\Form {#2963 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3202 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_5" |
| label | "Free 3D World" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_29" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"module_43"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "3D Web" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_43" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3D Web" |
| 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() {#2237 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2236 …} } } |
| validation_groups | null |
| value | "module_43" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3203 -form: Symfony\Component\Form\Form {#2966 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3204 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_6" |
| label | "3D Web" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_43" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "e-Shop" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "e-Shop" |
| 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() {#2246 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2245 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3205 -form: Symfony\Component\Form\Form {#2969 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3206 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_7" |
| label | "e-Shop" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "1" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "CSS Design" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_1" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "CSS Design" |
| 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() {#2255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2254 …} } } |
| validation_groups | null |
| value | "module_1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3207 -form: Symfony\Component\Form\Form {#2972 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3208 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_8" |
| label | "CSS Design" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_1" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "File Manager" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "File Manager" |
| 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() {#2264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2263 …} } } |
| validation_groups | null |
| value | "module_2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3209 -form: Symfony\Component\Form\Form {#2975 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3210 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_9" |
| label | "File Manager" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "9" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_2" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Gallery" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Gallery" |
| 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() {#2273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2272 …} } } |
| validation_groups | null |
| value | "module_3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3211 -form: Symfony\Component\Form\Form {#2978 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3212 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_10" |
| label | "Gallery" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "10" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_3" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Paypal" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_9" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Paypal" |
| 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() {#2282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2281 …} } } |
| validation_groups | null |
| value | "module_9" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3213 -form: Symfony\Component\Form\Form {#2981 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3214 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_11" |
| label | "Paypal" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "11" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_9" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Product Parameter" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_10" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Product Parameter" |
| 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() {#2291 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2290 …} } } |
| validation_groups | null |
| value | "module_10" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3215 -form: Symfony\Component\Form\Form {#2984 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3216 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_12" |
| label | "Product Parameter" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "12" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_10" |
13
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Product Selection" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_11" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Product Selection" |
| 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() {#2300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2299 …} } } |
| validation_groups | null |
| value | "module_11" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3217 -form: Symfony\Component\Form\Form {#2987 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3218 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_13" |
| label | "Product Selection" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "13" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_11" |
14
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Invoice Manager" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_13" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Invoice Manager" |
| 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() {#2309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2308 …} } } |
| validation_groups | null |
| value | "module_13" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3219 -form: Symfony\Component\Form\Form {#2990 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3220 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_14" |
| label | "Invoice Manager" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "14" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_13" |
15
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Product Groups - Offers" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_14" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Product Groups - Offers" |
| 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() {#2318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2317 …} } } |
| validation_groups | null |
| value | "module_14" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3221 -form: Symfony\Component\Form\Form {#2993 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3222 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_15" |
| label | "Product Groups - Offers" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "15" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_14" |
16
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Price Levels" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_22" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Price Levels" |
| 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() {#2327 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2326 …} } } |
| validation_groups | null |
| value | "module_22" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3223 -form: Symfony\Component\Form\Form {#2996 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3224 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_16" |
| label | "Price Levels" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "16" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_22" |
17
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Product Catalogue" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_23" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Product Catalogue" |
| 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() {#2336 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2335 …} } } |
| validation_groups | null |
| value | "module_23" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3225 -form: Symfony\Component\Form\Form {#2999 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3226 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_17" |
| label | "Product Catalogue" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "17" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_23" |
18
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "e-Privacy Consents" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_30" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "e-Privacy Consents" |
| 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() {#2345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2344 …} } } |
| validation_groups | null |
| value | "module_30" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3227 -form: Symfony\Component\Form\Form {#3002 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3228 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_18" |
| label | "e-Privacy Consents" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "18" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_30" |
19
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "E-shop Delivery" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_31" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "E-shop Delivery" |
| 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() {#2354 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2353 …} } } |
| validation_groups | null |
| value | "module_31" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3229 -form: Symfony\Component\Form\Form {#3005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3230 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_19" |
| label | "E-shop Delivery" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "19" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_31" |
20
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "E-shop Payment" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_32" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "E-shop Payment" |
| 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() {#2363 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2362 …} } } |
| validation_groups | null |
| value | "module_32" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3231 -form: Symfony\Component\Form\Form {#3008 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3232 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_20" |
| label | "E-shop Payment" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "20" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_32" |
21
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Export Feed" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_34" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Export Feed" |
| 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() {#2372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2371 …} } } |
| validation_groups | null |
| value | "module_34" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3233 -form: Symfony\Component\Form\Form {#3011 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3234 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_21" |
| label | "Export Feed" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "21" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_34" |
22
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Product Variants" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_39" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Product Variants" |
| 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() {#2381 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2380 …} } } |
| validation_groups | null |
| value | "module_39" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3235 -form: Symfony\Component\Form\Form {#3014 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3236 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_22" |
| label | "Product Variants" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "22" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_39" |
23
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Email Provider" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_40" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Email Provider" |
| 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() {#2390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2389 …} } } |
| validation_groups | null |
| value | "module_40" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3237 -form: Symfony\Component\Form\Form {#3017 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3238 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_23" |
| label | "Email Provider" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "23" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_40" |
24
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Google reCaptcha" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_41" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Google reCaptcha" |
| 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() {#2399 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2398 …} } } |
| validation_groups | null |
| value | "module_41" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3239 -form: Symfony\Component\Form\Form {#3020 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3240 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_24" |
| label | "Google reCaptcha" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "24" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_41" |
25
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Package Sales" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_42" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Package Sales" |
| 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() {#2408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2407 …} } } |
| validation_groups | null |
| value | "module_42" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3241 -form: Symfony\Component\Form\Form {#3023 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3242 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_25" |
| label | "Package Sales" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "25" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_42" |
26
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Archive e-Shop" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_44" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Archive e-Shop" |
| 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() {#2417 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2416 …} } } |
| validation_groups | null |
| value | "module_44" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3243 -form: Symfony\Component\Form\Form {#3026 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3244 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_26" |
| label | "Archive e-Shop" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "26" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_44" |
27
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Reports" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_46" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Reports" |
| 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() {#2426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2425 …} } } |
| validation_groups | null |
| value | "module_46" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3245 -form: Symfony\Component\Form\Form {#3029 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3246 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_27" |
| label | "Reports" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "27" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_46" |
28
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Znalostní báze" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "2" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Znalostní báze" |
| 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() {#2435 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2434 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3247 -form: Symfony\Component\Form\Form {#3032 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3248 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_28" |
| label | "Znalostní báze" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "28" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "2" |
29
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Events" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_7" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Events" |
| 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() {#2444 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2443 …} } } |
| validation_groups | null |
| value | "module_7" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3249 -form: Symfony\Component\Form\Form {#3035 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3250 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_29" |
| label | "Events" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "29" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_7" |
30
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Contacts" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_16" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Contacts" |
| 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() {#2453 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2452 …} } } |
| validation_groups | null |
| value | "module_16" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3251 -form: Symfony\Component\Form\Form {#3038 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3252 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_30" |
| label | "Contacts" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "30" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_16" |
31
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Lists" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_17" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Lists" |
| 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() {#2462 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2461 …} } } |
| validation_groups | null |
| value | "module_17" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3253 -form: Symfony\Component\Form\Form {#3041 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3254 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_31" |
| label | "Lists" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "31" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_17" |
32
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "User Story" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_24" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "User Story" |
| 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() {#2471 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2470 …} } } |
| validation_groups | null |
| value | "module_24" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3255 -form: Symfony\Component\Form\Form {#3044 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3256 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_32" |
| label | "User Story" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "32" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_24" |
33
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Trade Lead" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_33" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Trade Lead" |
| 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() {#2480 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2479 …} } } |
| validation_groups | null |
| value | "module_33" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3257 -form: Symfony\Component\Form\Form {#3047 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3258 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_33" |
| label | "Trade Lead" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "33" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_33" |
34
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Web stránky" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "3" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Web stránky" |
| 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() {#2489 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2488 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3259 -form: Symfony\Component\Form\Form {#3050 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3260 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_34" |
| label | "Web stránky" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "34" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "3" |
35
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Redaction" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_8" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Redaction" |
| 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() {#2498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2497 …} } } |
| validation_groups | null |
| value | "module_8" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3261 -form: Symfony\Component\Form\Form {#3053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3262 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_35" |
| label | "Redaction" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "35" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_8" |
36
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Form Builder" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_12" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Form Builder" |
| 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() {#2507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2506 …} } } |
| validation_groups | null |
| value | "module_12" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3263 -form: Symfony\Component\Form\Form {#3056 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3264 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_36" |
| label | "Form Builder" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "36" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_12" |
37
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Archive Web" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_45" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Archive Web" |
| 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() {#2516 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2515 …} } } |
| validation_groups | null |
| value | "module_45" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3265 -form: Symfony\Component\Form\Form {#3059 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3266 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_37" |
| label | "Archive Web" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "37" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_45" |
38
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Tržiště" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "4" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Tržiště" |
| 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() {#2525 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2524 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3267 -form: Symfony\Component\Form\Form {#3062 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3268 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_38" |
| label | "Tržiště" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "38" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "4" |
39
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "E-shop Link" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_19" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "E-shop Link" |
| 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() {#2534 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2533 …} } } |
| validation_groups | null |
| value | "module_19" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3269 -form: Symfony\Component\Form\Form {#3065 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3270 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_39" |
| label | "E-shop Link" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "39" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_19" |
40
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Product Feed" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_20" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Product Feed" |
| 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() {#2543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2542 …} } } |
| validation_groups | null |
| value | "module_20" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3271 -form: Symfony\Component\Form\Form {#3068 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3272 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_40" |
| label | "Product Feed" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "40" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_20" |
41
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "e-Konektor" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "7" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "e-Konektor" |
| 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() {#2552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2551 …} } } |
| validation_groups | null |
| value | "7" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3273 -form: Symfony\Component\Form\Form {#3071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3274 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_41" |
| label | "e-Konektor" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "41" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "7" |
42
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "FlexiBee" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_5" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "FlexiBee" |
| 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() {#2561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2560 …} } } |
| validation_groups | null |
| value | "module_5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3275 -form: Symfony\Component\Form\Form {#3074 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3276 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_42" |
| label | "FlexiBee" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "42" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_5" |
43
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Helios Orange" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_6" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Helios Orange" |
| 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() {#2570 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2569 …} } } |
| validation_groups | null |
| value | "module_6" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3277 -form: Symfony\Component\Form\Form {#3077 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3278 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_43" |
| label | "Helios Orange" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "43" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_6" |
44
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "XML Connector" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_18" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "XML Connector" |
| 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() {#2579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2578 …} } } |
| validation_groups | null |
| value | "module_18" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3279 -form: Symfony\Component\Form\Form {#3080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3280 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_44" |
| label | "XML Connector" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "44" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_18" |
45
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "CSV Connector" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_27" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "CSV Connector" |
| 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() {#2588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2587 …} } } |
| validation_groups | null |
| value | "module_27" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3281 -form: Symfony\Component\Form\Form {#3083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3282 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_45" |
| label | "CSV Connector" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "45" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_27" |
46
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Jenkins Bridge" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_38" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Jenkins Bridge" |
| 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() {#2597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2596 …} } } |
| validation_groups | null |
| value | "module_38" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3283 -form: Symfony\Component\Form\Form {#3086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3284 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_46" |
| label | "Jenkins Bridge" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "46" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_38" |
47
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Zábava" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "8" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Zábava" |
| 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() {#2606 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2605 …} } } |
| validation_groups | null |
| value | "8" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3285 -form: Symfony\Component\Form\Form {#3089 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3286 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_47" |
| label | "Zábava" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "47" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "8" |
48
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "module-item" ] |
[ "class" => "module-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Slot Machine 4x3" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "module_28" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "module-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Slot Machine 4x3" |
| 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() {#2615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2614 …} } } |
| validation_groups | null |
| value | "module_28" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "module-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3287 -form: Symfony\Component\Form\Form {#3092 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3288 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_48" |
| label | "Slot Machine 4x3" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "48" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "module_28" |
49
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "service-item" ] |
[ "class" => "service-item" ] |
| block_name | "entry" |
same as passed value |
| label | "Aukce" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "9" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "service-item" ] |
| 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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2179 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2175 …} } |
| 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 {#2180 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Aukce" |
| 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() {#2624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#2623 …} } } |
| validation_groups | null |
| value | "9" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "service-item" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_services_entry" ] |
| cache_key | "_form_services_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3289 -form: Symfony\Component\Form\Form {#3095 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3290 …5} |
| full_name | "form[services][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_services_49" |
| label | "Aukce" |
| label_attr | [] |
| label_format | "form.address.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "49" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_services_entry" |
| valid | true |
| value | "9" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "butt_big" ] |
[ "class" => "butt_big" ] |
| label | "Registrovat zdarma" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "butt_big" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Registrovat zdarma" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "butt_big" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_save" ] |
| cache_key | "_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3189 …5} |
| full_name | "form[save]" |
| id | "form_save" |
| label | "Registrovat zdarma" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "515eaa8e28c70.jHwXcqcDZS95SiMTb-CUIB-MP0RP71f2z4d6-PIGceI.6kshP_1qK2I4GkBALdjxZEi5eyEdri2lgvUdtsFzOqDjMlkR4nAqYUxzUA" |
| 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 | "515eaa8e28c70.jHwXcqcDZS95SiMTb-CUIB-MP0RP71f2z4d6-PIGceI.6kshP_1qK2I4GkBALdjxZEi5eyEdri2lgvUdtsFzOqDjMlkR4nAqYUxzUA" |
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 {#528 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#529 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#532 …} } |
| data | "515eaa8e28c70.jHwXcqcDZS95SiMTb-CUIB-MP0RP71f2z4d6-PIGceI.6kshP_1qK2I4GkBALdjxZEi5eyEdri2lgvUdtsFzOqDjMlkR4nAqYUxzUA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3293 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1709 …} } |
| 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() {#3295 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1789 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#117 …} $translationDomain: "validators" $message: Closure() {#3294 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "515eaa8e28c70.jHwXcqcDZS95SiMTb-CUIB-MP0RP71f2z4d6-PIGceI.6kshP_1qK2I4GkBALdjxZEi5eyEdri2lgvUdtsFzOqDjMlkR4nAqYUxzUA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3305 -form: Symfony\Component\Form\Form {#3301 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3296 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form__token" |
| valid | true |
| value | "515eaa8e28c70.jHwXcqcDZS95SiMTb-CUIB-MP0RP71f2z4d6-PIGceI.6kshP_1qK2I4GkBALdjxZEi5eyEdri2lgvUdtsFzOqDjMlkR4nAqYUxzUA" |