- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- 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
-
-
modelSearch
-
condition
-
model
-
-
13
-
10
-
12
-
14
-
11
-
19
-
9
-
18
-
7
-
8
-
15
-
38
-
4
-
2
-
1
-
3
-
41
-
40
-
42
-
39
-
37
-
6
-
5
-
-
gunOrImport
-
-
0
-
1
-
2
-
-
products
-
separator
-
file
-
filePath
-
_token
-
form_register
"App\Form\Slave\ProductRegisterType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Form\Model\ProductRegister {#4395 #modelSearch: null #model: null #suppliers: null #condition: null #gunOrImport: null #separator: null #file: null #filePath: null #products: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Form\Model\ProductRegister {#4395 #modelSearch: null #model: null #suppliers: null #condition: null #gunOrImport: null #separator: null #file: null #filePath: null #products: 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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data | App\Form\Model\ProductRegister {#4395 #modelSearch: null #model: null #suppliers: null #condition: null #gunOrImport: null #separator: null #file: null #filePath: null #products: null } |
data_class | "App\Form\Model\ProductRegister" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4620 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4563 …} use: { $class: "App\Form\Model\ProductRegister" } } |
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 | [] |
legacy_error_messages | true |
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() {#4622 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#4621 …} } } |
validation_groups | [
"product_register"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "product_register" "_form_register" ] |
cache_key | "_form_register_product_register" |
compound | true |
data | App\Form\Model\ProductRegister {#4395 #modelSearch: null #model: null #suppliers: null #condition: null #gunOrImport: null #separator: null #file: null #filePath: null #products: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6040 -form: Symfony\Component\Form\Form {#5823 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4623 …5} |
full_name | "form_register" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "form_register" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register" |
valid | true |
value | App\Form\Model\ProductRegister {#4395 #modelSearch: null #model: null #suppliers: null #condition: null #gunOrImport: null #separator: null #file: null #filePath: null #products: null } |
modelSearch
"App\Form\Custom\CustomTextType"
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 |
---|---|---|
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#4718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#4576 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "custom_text" "_form_register_modelSearch" ] |
cache_key | "_form_register_modelSearch_custom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5995 -form: Symfony\Component\Form\Form {#5821 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5986 …5} |
full_name | "form_register[modelSearch]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_modelSearch" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "modelSearch" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_modelSearch" |
valid | true |
value | null |
condition
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "value" |
same as passed value |
class | "App\Entity\Slave\ProductCondition" |
same as passed value |
em | "slave" |
ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} |
expanded | false |
false
|
mapped | false |
false
|
multiple | false |
false
|
placeholder | "" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#4724 class: "App\Form\Slave\ProductRegisterType" this: App\Form\Slave\ProductRegisterType {#4564 …} } |
Doctrine\ORM\QueryBuilder {#4743 -em: Doctrine\ORM\EntityManager {#501 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4745 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4746 #from: "App\Entity\Slave\ProductCondition" #alias: "pc" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4747 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "pc.value ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT pc FROM App\Entity\Slave\ProductCondition pc ORDER BY pc.value ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4741 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "value" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4777 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4752 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4748 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4754 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4768 -om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4600 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Slave\ProductCondition" |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
em | ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4768 -om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4600 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#4743 -em: Doctrine\ORM\EntityManager {#501 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4745 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4746 #from: "App\Entity\Slave\ProductCondition" #alias: "pc" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4747 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "pc.value ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT pc FROM App\Entity\Slave\ProductCondition pc ORDER BY pc.value ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4741 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#4606 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_register_condition" ] |
cache_key | "_form_register_condition_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5839 +label: "DOA" +value: "9" +data: App\Entity\Slave\ProductCondition {#5923 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5721 +label: "Guasto - Da riportare alla sede" +value: "5" +data: App\Entity\Slave\ProductCondition {#5887 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5826 +label: "Nuovo - Installazioni e sostituzioni" +value: "1" +data: App\Entity\Slave\ProductCondition {#5860 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6147 +label: "Obsoleto" +value: "12" +data: App\Entity\Slave\ProductCondition {#4766 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5848 +label: "Ricondizionato - Installazioni e sostituzioni" +value: "2" +data: App\Entity\Slave\ProductCondition {#6189 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5950 +label: "Rigenerato dall'azienda" +value: "6" +data: App\Entity\Slave\ProductCondition {#6192 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6138 +label: "Riparato certificato - Manutenzioni e massive" +value: "3" +data: App\Entity\Slave\ProductCondition {#6270 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4874 +label: "Ritirato" +value: "8" +data: App\Entity\Slave\ProductCondition {#6273 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5748 +label: "Smarrito" +value: "10" +data: App\Entity\Slave\ProductCondition {#6276 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5941 +label: "Storico" +value: "11" +data: App\Entity\Slave\ProductCondition {#6279 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6285 +label: "Svincolato - può essere usato liberamente senza vincoli" +value: "4" +data: App\Entity\Slave\ProductCondition {#6282 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6004 -form: Symfony\Component\Form\Form {#5818 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6013 …5} |
full_name | "form_register[condition]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_condition" |
is_selected | Closure($choice, $value) {#6031 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "condition" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_condition" |
valid | true |
value | "" |
model
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Slave\ProductModel" |
same as passed value |
em | "slave" |
ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} |
expanded | false |
false
|
mapped | false |
false
|
multiple | false |
false
|
placeholder | "" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#4729 class: "App\Form\Slave\ProductRegisterType" this: App\Form\Slave\ProductRegisterType {#4564 …} } |
Doctrine\ORM\QueryBuilder {#4845 -em: Doctrine\ORM\EntityManager {#501 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4849 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pm" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4850 #from: "App\Entity\Slave\ProductModel" #alias: "pm" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4851 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "pm.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT pm FROM App\Entity\Slave\ProductModel pm ORDER BY pm.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4847 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4881 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4853 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4852 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4854 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4869 -om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4757 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Slave\ProductModel" |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
em | ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4869 -om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4757 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#4845 -em: Doctrine\ORM\EntityManager {#501 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4849 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pm" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4850 #from: "App\Entity\Slave\ProductModel" #alias: "pm" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4851 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "pm.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT pm FROM App\Entity\Slave\ProductModel pm ORDER BY pm.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4847 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#4762 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_register_model" ] |
cache_key | "_form_register_model_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6289 +label: "1000 USB Cless V3" +value: "64" +data: App\Entity\Slave\ProductModel {#6304 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6293 +label: "A35" +value: "176" +data: App\Entity\Slave\ProductModel {#6356 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6291 +label: "A50" +value: "183" +data: App\Entity\Slave\ProductModel {#6368 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6295 +label: "A60 Android Bluetooth WiFi 4G Cless V5" +value: "109" +data: App\Entity\Slave\ProductModel {#6376 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6290 +label: "A77 Android Bluetooth WiFi 4G Cless V5" +value: "72" +data: App\Entity\Slave\ProductModel {#6384 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6301 +label: "A80" +value: "180" +data: App\Entity\Slave\ProductModel {#6392 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6299 +label: "A910 ANDROID" +value: "100" +data: App\Entity\Slave\ProductModel {#6400 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6297 +label: "A920 Pro" +value: "96" +data: App\Entity\Slave\ProductModel {#6407 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6292 +label: "A920-T Android WiFi 3G Cless V4" +value: "73" +data: App\Entity\Slave\ProductModel {#6415 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6302 +label: "A930 ANDROID" +value: "101" +data: App\Entity\Slave\ProductModel {#6423 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7445 +label: "B910" +value: "116" +data: App\Entity\Slave\ProductModel {#6430 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7446 +label: "BASE A920" +value: "171" +data: App\Entity\Slave\ProductModel {#6438 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7447 +label: "BASE D210" +value: "108" +data: App\Entity\Slave\ProductModel {#6446 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7448 +label: "BASE D230" +value: "107" +data: App\Entity\Slave\ProductModel {#6453 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7449 +label: "BASE IWL 222" +value: "104" +data: App\Entity\Slave\ProductModel {#6460 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7450 +label: "Base Move 3500" +value: "106" +data: App\Entity\Slave\ProductModel {#6468 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7451 +label: "Base V240M" +value: "110" +data: App\Entity\Slave\ProductModel {#6475 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7452 +label: "BASE VX675" +value: "126" +data: App\Entity\Slave\ProductModel {#6482 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7453 +label: "BCR 2D Zebra DS2208" +value: "127" +data: App\Entity\Slave\ProductModel {#6489 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7454 +label: "BCR 3D Zebra DS8108" +value: "122" +data: App\Entity\Slave\ProductModel {#6498 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7455 +label: "BCR FUEL" +value: "177" +data: App\Entity\Slave\ProductModel {#6505 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7456 +label: "BCR LISHOLDING" +value: "158" +data: App\Entity\Slave\ProductModel {#6514 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7457 +label: "BCR PER IPOS" +value: "137" +data: App\Entity\Slave\ProductModel {#6521 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7458 +label: "CASTLE VEGA3000 BASE" +value: "140" +data: App\Entity\Slave\ProductModel {#6530 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7459 +label: "CASTLE VEGA3000 CORDLESS" +value: "149" +data: App\Entity\Slave\ProductModel {#6538 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7460 +label: "CASTLES V3CT2 ETH CLESS 2.4" +value: "29" +data: App\Entity\Slave\ProductModel {#6545 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7461 +label: "CASTLES V3M2 3G CLESS" +value: "55" +data: App\Entity\Slave\ProductModel {#6553 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7462 +label: "CASTLES WIFI" +value: "170" +data: App\Entity\Slave\ProductModel {#6561 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7463 +label: "D210 3G Cless V4" +value: "50" +data: App\Entity\Slave\ProductModel {#6569 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7464 +label: "D210 Cordless Ethernet Cless V4" +value: "13" +data: App\Entity\Slave\ProductModel {#6576 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7465 +label: "D210 OMNIPOS" +value: "115" +data: App\Entity\Slave\ProductModel {#6583 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7466 +label: "D210 WiFi Cless V4" +value: "40" +data: App\Entity\Slave\ProductModel {#6590 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7467 +label: "D230 4GBW Multifunzione" +value: "121" +data: App\Entity\Slave\ProductModel {#6597 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7468 +label: "D230 Cordless Ethernet/Wifi Cless V5" +value: "37" +data: App\Entity\Slave\ProductModel {#6604 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7469 +label: "D230 portatile 4G Cless V5" +value: "70" +data: App\Entity\Slave\ProductModel {#6612 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7470 +label: "D230 portatile 4G Cless V5 - PER MTZ SU POS 3G" +value: "57" +data: App\Entity\Slave\ProductModel {#6620 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7471 +label: "DESK 5000" +value: "160" +data: App\Entity\Slave\ProductModel {#6627 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7472 +label: "Desk2600EM Ethernet Cless V6" +value: "23" +data: App\Entity\Slave\ProductModel {#6634 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7473 +label: "Desk2600GEMC Ethernet Cless V6" +value: "95" +data: App\Entity\Slave\ProductModel {#6641 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7474 +label: "Desk3200EM Ethernet Cless V4" +value: "19" +data: App\Entity\Slave\ProductModel {#6648 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7475 +label: "Desk3200GEM Desktop GPRS Ethernet Modem Cless V4" +value: "32" +data: App\Entity\Slave\ProductModel {#6655 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7476 +label: "Desk5000 EM3G" +value: "114" +data: App\Entity\Slave\ProductModel {#6663 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7477 +label: "edenred android" +value: "172" +data: App\Entity\Slave\ProductModel {#6670 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7478 +label: "EDENRED move 2500" +value: "185" +data: App\Entity\Slave\ProductModel {#6678 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7479 +label: "EDENRED SIM" +value: "184" +data: App\Entity\Slave\ProductModel {#6685 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7480 +label: "EPSON TM-T20II" +value: "98" +data: App\Entity\Slave\ProductModel {#6694 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7481 +label: "i5100" +value: "142" +data: App\Entity\Slave\ProductModel {#6703 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7482 +label: "i7910" +value: "151" +data: App\Entity\Slave\ProductModel {#6710 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7483 +label: "ICMP Cless V3" +value: "44" +data: App\Entity\Slave\ProductModel {#6717 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7484 +label: "ICT220EM Ethernet Cless V3" +value: "22" +data: App\Entity\Slave\ProductModel {#6725 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7485 +label: "ICT220GEM Desktop GPRS Ethernet Modem Cless V3" +value: "33" +data: App\Entity\Slave\ProductModel {#6732 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7486 +label: "ICT250 PSTN Cless V2" +value: "21" +data: App\Entity\Slave\ProductModel {#6739 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7487 +label: "IGP2030S" +value: "136" +data: App\Entity\Slave\ProductModel {#6746 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7488 +label: "INGENICO DESK 3200 EM FUEL Cless" +value: "111" +data: App\Entity\Slave\ProductModel {#6754 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7489 +label: "INGENICO ICT220 EM FUEL CB2 Cless" +value: "18" +data: App\Entity\Slave\ProductModel {#6762 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7490 +label: "INGENICO IWL 221 GPRS FUEL CB2 Cless" +value: "35" +data: App\Entity\Slave\ProductModel {#6769 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7491 +label: "INGENICO IWL 222 CORDLESS FUEL CB2 Cless" +value: "16" +data: App\Entity\Slave\ProductModel {#6776 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7492 +label: "INGENICO MOVE 2500 3G FUEL CLESS" +value: "34" +data: App\Entity\Slave\ProductModel {#6784 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7493 +label: "INGENICO MOVE 3500 Cordless FUEL Cless" +value: "17" +data: App\Entity\Slave\ProductModel {#6792 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7494 +label: "IPO551" +value: "135" +data: App\Entity\Slave\ProductModel {#6799 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7495 +label: "IPOS -LISA" +value: "178" +data: App\Entity\Slave\ProductModel {#6807 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7496 +label: "IPP220 USB Cless V4" +value: "59" +data: App\Entity\Slave\ProductModel {#6814 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7497 +label: "IPP350 Cless V3" +value: "67" +data: App\Entity\Slave\ProductModel {#6821 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7498 +label: "IWL221 GPRS Cless V3" +value: "48" +data: App\Entity\Slave\ProductModel {#6829 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7499 +label: "IWL222 Cordless Ethernet Cless V3" +value: "6" +data: App\Entity\Slave\ProductModel {#6836 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7500 +label: "IWL228 WiFi Cless V3" +value: "38" +data: App\Entity\Slave\ProductModel {#6843 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7501 +label: "L920-Pro" +value: "117" +data: App\Entity\Slave\ProductModel {#6850 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7502 +label: "LANE 3000" +value: "125" +data: App\Entity\Slave\ProductModel {#6857 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7503 +label: "lane 3600" +value: "181" +data: App\Entity\Slave\ProductModel {#6864 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7504 +label: "lane 5000" +value: "182" +data: App\Entity\Slave\ProductModel {#6871 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7505 +label: "Lipari 0200" +value: "123" +data: App\Entity\Slave\ProductModel {#6878 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7506 +label: "MOVE 2500 3G" +value: "173" +data: App\Entity\Slave\ProductModel {#6886 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7507 +label: "Move 2500 4G/WIFI" +value: "102" +data: App\Entity\Slave\ProductModel {#6893 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7508 +label: "Move2500 4G Cless V5" +value: "69" +data: App\Entity\Slave\ProductModel {#6900 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7509 +label: "Move2500 WiFi Cless V4" +value: "39" +data: App\Entity\Slave\ProductModel {#6907 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7510 +label: "Move3500EM Cordless Ethernet Cless V5 – New Model" +value: "8" +data: App\Entity\Slave\ProductModel {#6914 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7511 +label: "Mpos Datecs Bluepad55 Cless V4" +value: "46" +data: App\Entity\Slave\ProductModel {#6921 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7512 +label: "Mpos Link Cless V4" +value: "43" +data: App\Entity\Slave\ProductModel {#6930 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7513 +label: "Mpos PAX D190 Cless V5" +value: "120" +data: App\Entity\Slave\ProductModel {#6937 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7514 +label: "Mpos PAX D200 Cless V4" +value: "45" +data: App\Entity\Slave\ProductModel {#6944 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7515 +label: "N8020 GPRS V1" +value: "53" +data: App\Entity\Slave\ProductModel {#6951 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7516 +label: "Newland N700 4G/WIFI/BT/CLESS" +value: "80" +data: App\Entity\Slave\ProductModel {#6958 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7517 +label: "Newland N910 4G/WIFI/BT/CLESS" +value: "78" +data: App\Entity\Slave\ProductModel {#6967 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7518 +label: "Newland N950 4G/WIFI/BT/CLESS" +value: "79" +data: App\Entity\Slave\ProductModel {#6974 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7519 +label: "OLD MODEL NURIT" +value: "152" +data: App\Entity\Slave\ProductModel {#6981 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7520 +label: "Omero HS Plus Micro" +value: "145" +data: App\Entity\Slave\ProductModel {#6988 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7521 +label: "P2 Smart pro" +value: "99" +data: App\Entity\Slave\ProductModel {#6996 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7522 +label: "PAX Q25 EUROSPIN" +value: "175" +data: App\Entity\Slave\ProductModel {#7004 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7523 +label: "Pax Q58 Ethernet Cless V6" +value: "147" +data: App\Entity\Slave\ProductModel {#7011 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7524 +label: "PIN PAD DESK 1200 USB Cless V4" +value: "138" +data: App\Entity\Slave\ProductModel {#7018 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7525 +label: "PIN PAD DESK 1600 USB Cless V6" +value: "62" +data: App\Entity\Slave\ProductModel {#7025 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7526 +label: "PIN PAD old model" +value: "143" +data: App\Entity\Slave\ProductModel {#7032 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7527 +label: "PIN PAD PAX S 210 USB Cless V6" +value: "148" +data: App\Entity\Slave\ProductModel {#7039 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7528 +label: "Pin Pad retail P400" +value: "68" +data: App\Entity\Slave\ProductModel {#7046 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7529 +label: "Poynt Smart 4G Ethernet WiFi Cless V5" +value: "75" +data: App\Entity\Slave\ProductModel {#7053 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7530 +label: "Poynt Smart Ethernet WiFi Cless V5" +value: "77" +data: App\Entity\Slave\ProductModel {#7062 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7531 +label: "Poynt Smart Mini 3G WiFi Cless V5" +value: "141" +data: App\Entity\Slave\ProductModel {#7070 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7532 +label: "Poynt Smart P61C Wifi/4G Cless - PCI PTS 6.x" +value: "76" +data: App\Entity\Slave\ProductModel {#7077 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7533 +label: "Q25 USB+Serial+LAN V5 (NEXI)" +value: "144" +data: App\Entity\Slave\ProductModel {#7085 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7534 +label: "Q25 USB+Serial+LAN V5 P2PE (LIDL)" +value: "113" +data: App\Entity\Slave\ProductModel {#7092 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7535 +label: "Q58 GEM" +value: "162" +data: App\Entity\Slave\ProductModel {#7099 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7536 +label: "QuickScan Lite QW2100" +value: "103" +data: App\Entity\Slave\ProductModel {#7106 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7537 +label: "ROUTER LIPARI" +value: "155" +data: App\Entity\Slave\ProductModel {#7114 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7538 +label: "Router Security Gateway" +value: "139" +data: App\Entity\Slave\ProductModel {#7121 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7539 +label: "S200 USB Cless V5" +value: "63" +data: App\Entity\Slave\ProductModel {#7128 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7540 +label: "S80 Ethernet Cless V3" +value: "24" +data: App\Entity\Slave\ProductModel {#7135 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7541 +label: "S80 Ethernet Cless V4" +value: "25" +data: App\Entity\Slave\ProductModel {#7142 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7542 +label: "s80gem" +value: "186" +data: App\Entity\Slave\ProductModel {#7149 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7543 +label: "S90 GPRS Cless V3" +value: "56" +data: App\Entity\Slave\ProductModel {#7156 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7544 +label: "SAGEM" +value: "179" +data: App\Entity\Slave\ProductModel {#7163 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7545 +label: "SIA ANDROID" +value: "167" +data: App\Entity\Slave\ProductModel {#7170 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7546 +label: "SIA CORDLES" +value: "164" +data: App\Entity\Slave\ProductModel {#7177 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7547 +label: "SIA FISSO" +value: "166" +data: App\Entity\Slave\ProductModel {#7184 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7548 +label: "SIA GEM" +value: "169" +data: App\Entity\Slave\ProductModel {#7191 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7549 +label: "SIA GPRS" +value: "163" +data: App\Entity\Slave\ProductModel {#7198 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7550 +label: "SIA MOBILE" +value: "165" +data: App\Entity\Slave\ProductModel {#7205 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7551 +label: "SIA SIM" +value: "168" +data: App\Entity\Slave\ProductModel {#7212 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7552 +label: "SIA WIFI" +value: "174" +data: App\Entity\Slave\ProductModel {#7219 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7553 +label: "SIM Hello TNS" +value: "105" +data: App\Entity\Slave\ProductModel {#7226 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7554 +label: "SIM Mobistar" +value: "119" +data: App\Entity\Slave\ProductModel {#7235 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7555 +label: "SIM Orange" +value: "89" +data: App\Entity\Slave\ProductModel {#7242 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7556 +label: "SIM Poste mobili" +value: "146" +data: App\Entity\Slave\ProductModel {#7249 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7557 +label: "Sim TIM Pos tradizionali" +value: "130" +data: App\Entity\Slave\ProductModel {#7257 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7558 +label: "Sim TIM APN MEPS Pos tradizionali" +value: "85" +data: App\Entity\Slave\ProductModel {#7265 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7559 +label: "Sim TIM APN Nexi Pos tradizionali" +value: "86" +data: App\Entity\Slave\ProductModel {#7272 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7560 +label: "Sim TIM APN TVB Pos tradizionali" +value: "87" +data: App\Entity\Slave\ProductModel {#7279 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7561 +label: "Sim TIM Smart Pos" +value: "88" +data: App\Entity\Slave\ProductModel {#7286 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7562 +label: "SIM TNS" +value: "118" +data: App\Entity\Slave\ProductModel {#7293 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7563 +label: "Sim Vodafone Pos tradizionali" +value: "131" +data: App\Entity\Slave\ProductModel {#7300 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7564 +label: "Sim Vodafone APN MEPS Pos tradizionali" +value: "84" +data: App\Entity\Slave\ProductModel {#7308 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7565 +label: "Sim Vodafone APN Nexi Pos tradizionali" +value: "83" +data: App\Entity\Slave\ProductModel {#7315 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7566 +label: "Sim Vodafone APN TVB Pos tradizionali" +value: "81" +data: App\Entity\Slave\ProductModel {#7322 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7567 +label: "Sim Vodafone Smart Pos" +value: "82" +data: App\Entity\Slave\ProductModel {#7329 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7568 +label: "SMARTPAD" +value: "159" +data: App\Entity\Slave\ProductModel {#7336 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7569 +label: "STAMPANTE LISHOLDING" +value: "157" +data: App\Entity\Slave\ProductModel {#7343 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7570 +label: "Stampante Poynt" +value: "36" +data: App\Entity\Slave\ProductModel {#7350 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7571 +label: "SUNMI T2" +value: "156" +data: App\Entity\Slave\ProductModel {#7358 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7572 +label: "T2s LITE" +value: "124" +data: App\Entity\Slave\ProductModel {#7366 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7573 +label: "T6920" +value: "129" +data: App\Entity\Slave\ProductModel {#7373 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7574 +label: "TABLET" +value: "134" +data: App\Entity\Slave\ProductModel {#7380 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7575 +label: "VERIFONE - V240M 3G BTWF CLESS V4" +value: "112" +data: App\Entity\Slave\ProductModel {#7389 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7576 +label: "VERIFONE - V240M BT CORDLESS CLESS V5" +value: "15" +data: App\Entity\Slave\ProductModel {#7396 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7577 +label: "VX520EM Ethernet Modem Cless V3" +value: "27" +data: App\Entity\Slave\ProductModel {#7403 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7578 +label: "VX520GEM Desktop GPRS Cless V2" +value: "30" +data: App\Entity\Slave\ProductModel {#7410 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7579 +label: "VX675 Cordless Ethernet Cless V3" +value: "14" +data: App\Entity\Slave\ProductModel {#7417 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7580 +label: "VX675 GPRS Cless V3" +value: "54" +data: App\Entity\Slave\ProductModel {#7424 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7581 +label: "VX675 WiFi Cless V3" +value: "42" +data: App\Entity\Slave\ProductModel {#7431 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7582 +label: "VX820 Ethernet Cless V3" +value: "66" +data: App\Entity\Slave\ProductModel {#7438 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6286 -form: Symfony\Component\Form\Form {#5815 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6022 …5} |
full_name | "form_register[model]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_model" |
is_selected | Closure($choice, $value) {#6288 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "model" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_model" |
valid | true |
value | "" |
suppliers
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Slave\Supplier" |
same as passed value |
em | "slave" |
ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} |
expanded | true |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "" |
null
|
query_builder | Closure(EntityRepository $er) {#4726 class: "App\Form\Slave\ProductRegisterType" this: App\Form\Slave\ProductRegisterType {#4564 …} } |
Doctrine\ORM\QueryBuilder {#4859 -em: Doctrine\ORM\EntityManager {#501 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4858 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4877 #from: "App\Entity\Slave\Supplier" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4871 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Slave\Supplier s ORDER BY s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4860 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4965 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4878 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4879 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4876 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4953 -om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3468 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Slave\Supplier" |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
em | ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4953 -om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#548 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3468 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
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 |
query_builder | Doctrine\ORM\QueryBuilder {#4859 -em: Doctrine\ORM\EntityManager {#501 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4858 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4877 #from: "App\Entity\Slave\Supplier" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4871 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Slave\Supplier s ORDER BY s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4860 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#4863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#4864 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_register_suppliers" ] |
cache_key | "_form_register_suppliers_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4950 +label: "CSC - CGLOBAL" +value: "13" +data: App\Entity\Slave\Supplier {#4967 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4944 +label: "CSC - CRONOS" +value: "10" +data: App\Entity\Slave\Supplier {#5224 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4963 +label: "CSC - CSE" +value: "12" +data: App\Entity\Slave\Supplier {#5245 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4961 +label: "CSC - DECATHLON" +value: "14" +data: App\Entity\Slave\Supplier {#5266 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4947 +label: "CSC - EURONET" +value: "11" +data: App\Entity\Slave\Supplier {#5287 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4960 +label: "CSC - GET YOUR BILL" +value: "19" +data: App\Entity\Slave\Supplier {#5308 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4958 +label: "CSC - LIS PAY" +value: "9" +data: App\Entity\Slave\Supplier {#5329 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4962 +label: "CSC - LISPOSTEPAY" +value: "18" +data: App\Entity\Slave\Supplier {#5350 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4941 +label: "CSC - NUMERA" +value: "7" +data: App\Entity\Slave\Supplier {#5371 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4957 +label: "CSC - Q8" +value: "8" +data: App\Entity\Slave\Supplier {#5392 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5686 +label: "CSC - YAMAMAY" +value: "15" +data: App\Entity\Slave\Supplier {#5413 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5687 +label: "DEMIS ADP" +value: "38" +data: App\Entity\Slave\Supplier {#5434 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5688 +label: "LIS HOLDING" +value: "4" +data: App\Entity\Slave\Supplier {#5455 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5689 +label: "NEXI BOOK MEPS" +value: "2" +data: App\Entity\Slave\Supplier {#5476 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5690 +label: "NEXI BOOK MONETICA" +value: "1" +data: App\Entity\Slave\Supplier {#5497 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5691 +label: "NEXI BOOK SIA" +value: "3" +data: App\Entity\Slave\Supplier {#5518 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5692 +label: "SATE - ARGENTEA" +value: "41" +data: App\Entity\Slave\Supplier {#5539 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5693 +label: "SATE - FLAGPAY" +value: "40" +data: App\Entity\Slave\Supplier {#5560 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5694 +label: "SATE - MOONEY" +value: "42" +data: App\Entity\Slave\Supplier {#5581 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5695 +label: "SATE - NUMERA" +value: "39" +data: App\Entity\Slave\Supplier {#5602 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5696 +label: "SATE - WORLDLINE" +value: "37" +data: App\Entity\Slave\Supplier {#5623 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5697 +label: "WORLDLINE CCB" +value: "6" +data: App\Entity\Slave\Supplier {#5644 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5698 +label: "WORLDLINE ITALIA" +value: "5" +data: App\Entity\Slave\Supplier {#5665 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7583 -form: Symfony\Component\Form\Form {#6055 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6287 …5} |
full_name | "form_register[suppliers]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers" |
is_selected | Closure($choice, array $values) {#7584 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "suppliers" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_suppliers" |
valid | true |
value | [] |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - CGLOBAL" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "13" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - CGLOBAL" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5811 …} } } |
validation_groups | null |
value | "13" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7588 -form: Symfony\Component\Form\Form {#6058 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7587 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_13" |
label | "CSC - CGLOBAL" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "13" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "13" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - CRONOS" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "10" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - CRONOS" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5858 …} } } |
validation_groups | null |
value | "10" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7589 -form: Symfony\Component\Form\Form {#6061 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7590 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_10" |
label | "CSC - CRONOS" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "10" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "10" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - CSE" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "12" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - CSE" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5867 …} } } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7591 -form: Symfony\Component\Form\Form {#6064 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7592 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_12" |
label | "CSC - CSE" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "12" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "12" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - DECATHLON" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "14" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - DECATHLON" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5876 …} } } |
validation_groups | null |
value | "14" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7593 -form: Symfony\Component\Form\Form {#6067 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7594 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_14" |
label | "CSC - DECATHLON" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "14" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "14" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - EURONET" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "11" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - EURONET" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5885 …} } } |
validation_groups | null |
value | "11" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7595 -form: Symfony\Component\Form\Form {#6070 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7596 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_11" |
label | "CSC - EURONET" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "11" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "11" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - GET YOUR BILL" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "19" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - GET YOUR BILL" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5894 …} } } |
validation_groups | null |
value | "19" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7597 -form: Symfony\Component\Form\Form {#6073 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7598 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_19" |
label | "CSC - GET YOUR BILL" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "19" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "19" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - LIS PAY" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "9" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - LIS PAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5903 …} } } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7599 -form: Symfony\Component\Form\Form {#6076 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7600 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_9" |
label | "CSC - LIS PAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "9" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - LISPOSTEPAY" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "18" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - LISPOSTEPAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5912 …} } } |
validation_groups | null |
value | "18" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7601 -form: Symfony\Component\Form\Form {#6079 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7602 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_18" |
label | "CSC - LISPOSTEPAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "18" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "18" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - NUMERA" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "7" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - NUMERA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5922 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5921 …} } } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7603 -form: Symfony\Component\Form\Form {#6082 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7604 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_7" |
label | "CSC - NUMERA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "7" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - Q8" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "8" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - Q8" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5930 …} } } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7605 -form: Symfony\Component\Form\Form {#6085 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7606 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_8" |
label | "CSC - Q8" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "8" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "CSC - YAMAMAY" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "15" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "CSC - YAMAMAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5939 …} } } |
validation_groups | null |
value | "15" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7607 -form: Symfony\Component\Form\Form {#6088 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7608 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_15" |
label | "CSC - YAMAMAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "15" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "15" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "DEMIS ADP" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "38" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "DEMIS ADP" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5948 …} } } |
validation_groups | null |
value | "38" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7609 -form: Symfony\Component\Form\Form {#6091 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7610 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_38" |
label | "DEMIS ADP" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "38" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "38" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "LIS HOLDING" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "4" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "LIS HOLDING" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5957 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7611 -form: Symfony\Component\Form\Form {#6094 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7612 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_4" |
label | "LIS HOLDING" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "4" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "NEXI BOOK MEPS" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "2" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "NEXI BOOK MEPS" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5966 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7613 -form: Symfony\Component\Form\Form {#6097 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7614 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_2" |
label | "NEXI BOOK MEPS" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "2" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "NEXI BOOK MONETICA" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "NEXI BOOK MONETICA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5975 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7615 -form: Symfony\Component\Form\Form {#6100 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7616 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_1" |
label | "NEXI BOOK MONETICA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "1" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "NEXI BOOK SIA" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "3" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "NEXI BOOK SIA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5984 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7617 -form: Symfony\Component\Form\Form {#6103 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7618 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_3" |
label | "NEXI BOOK SIA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "3" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "SATE - ARGENTEA" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "41" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "SATE - ARGENTEA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#5994 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5993 …} } } |
validation_groups | null |
value | "41" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7619 -form: Symfony\Component\Form\Form {#6106 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7620 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_41" |
label | "SATE - ARGENTEA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "41" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "41" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "SATE - FLAGPAY" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "40" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "SATE - FLAGPAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#6003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6002 …} } } |
validation_groups | null |
value | "40" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7621 -form: Symfony\Component\Form\Form {#6109 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7622 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_40" |
label | "SATE - FLAGPAY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "40" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "40" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "SATE - MOONEY" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "42" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "SATE - MOONEY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#6012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6011 …} } } |
validation_groups | null |
value | "42" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7623 -form: Symfony\Component\Form\Form {#6112 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7624 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_42" |
label | "SATE - MOONEY" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "42" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "42" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "SATE - NUMERA" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "39" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "SATE - NUMERA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#6021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6020 …} } } |
validation_groups | null |
value | "39" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7625 -form: Symfony\Component\Form\Form {#6115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7626 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_39" |
label | "SATE - NUMERA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "39" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "39" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "SATE - WORLDLINE" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "37" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "SATE - WORLDLINE" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#6030 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6029 …} } } |
validation_groups | null |
value | "37" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7627 -form: Symfony\Component\Form\Form {#6118 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7628 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_37" |
label | "SATE - WORLDLINE" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "37" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "37" |
6
"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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "WORLDLINE CCB" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "6" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "WORLDLINE CCB" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#6039 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6038 …} } } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7629 -form: Symfony\Component\Form\Form {#6121 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7630 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_6" |
label | "WORLDLINE CCB" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "6" |
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "WORLDLINE ITALIA" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "5" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "WORLDLINE ITALIA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | false |
trim | true |
upload_max_size_message | Closure() {#6048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6047 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_suppliers_entry" ] |
cache_key | "_form_register_suppliers_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7631 -form: Symfony\Component\Form\Form {#6124 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7632 …5} |
full_name | "form_register[suppliers][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_suppliers_5" |
label | "WORLDLINE ITALIA" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_form_register_suppliers_entry" |
valid | true |
value | "5" |
gunOrImport
"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 |
---|---|---|
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 | 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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#5715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5713 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_register_gunOrImport" ] |
cache_key | "_form_register_gunOrImport_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7586 -form: Symfony\Component\Form\Form {#6127 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7585 …5} |
full_name | "form_register[gunOrImport]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_gunOrImport" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "gunOrImport" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_gunOrImport" |
valid | true |
value | "1" |
gunType
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Solo produttore" => "producer" "Solo fornitore" => "supplier" "Entrambe" => "both" ] |
[ "Solo produttore" => "producer" "Solo fornitore" => "supplier" "Entrambe" => "both" ] |
expanded | true |
same as passed value |
mapped | false |
false
|
multiple | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Solo produttore" => "producer" "Solo fornitore" => "supplier" "Entrambe" => "both" ] |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#5722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5723 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_register_gunType" ] |
cache_key | "_form_register_gunType_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5732 +label: "Solo produttore" +value: "producer" +data: "producer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5731 +label: "Solo fornitore" +value: "supplier" +data: "supplier" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5733 +label: "Entrambe" +value: "both" +data: "both" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7634 -form: Symfony\Component\Form\Form {#6162 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#7633 …5} |
full_name | "form_register[gunType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_gunType" |
is_selected | Closure($choice, $value) {#7635 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "gunType" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_gunType" |
valid | true |
value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Solo produttore" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "producer" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Solo produttore" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#6132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6131 …} } } |
validation_groups | null |
value | "producer" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_form_register_gunType_entry" ] |
cache_key | "_form_register_gunType_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7639 -form: Symfony\Component\Form\Form {#6165 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7638 …5} |
full_name | "form_register[gunType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_gunType_0" |
label | "Solo produttore" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_gunType_entry" |
valid | true |
value | "producer" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Solo fornitore" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "supplier" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Solo fornitore" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#6146 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6145 …} } } |
validation_groups | null |
value | "supplier" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_form_register_gunType_entry" ] |
cache_key | "_form_register_gunType_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7640 -form: Symfony\Component\Form\Form {#6168 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7641 …5} |
full_name | "form_register[gunType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_gunType_1" |
label | "Solo fornitore" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_gunType_entry" |
valid | true |
value | "supplier" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Entrambe" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "both" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5708 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5706 …} } |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#5702 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Entrambe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#6155 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#6154 …} } } |
validation_groups | null |
value | "both" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_form_register_gunType_entry" ] |
cache_key | "_form_register_gunType_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7642 -form: Symfony\Component\Form\Form {#6171 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7643 …5} |
full_name | "form_register[gunType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_gunType_2" |
label | "Entrambe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_gunType_entry" |
valid | true |
value | "both" |
products
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
by_reference | false |
false
|
entry_type | "App\Form\Slave\ProductPieceReceiveType" |
same as passed value |
label | false |
false
|
prototype | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#5745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4563 …} } |
entry_options | [ "block_name" => "entry" ] |
entry_type | "App\Form\Slave\ProductPieceReceiveType" |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5739 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_form_register_products" ] |
cache_key | "_form_register_products_collection" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7637 -form: Symfony\Component\Form\Form {#6174 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7636 …5} |
full_name | "form_register[products]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_products" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "products" |
priority | 0 |
prototype | Symfony\Component\Form\FormView {#7645 …5} |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_products" |
valid | true |
value | null |
separator
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "(,) - Virgola" => "," "(;) - Punto e virgola" => ";" ] |
[ "(,) - Virgola" => "," "(;) - Punto e virgola" => ";" ] |
expanded | false |
false
|
mapped | false |
false
|
multiple | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "(,) - Virgola" => "," "(;) - Punto e virgola" => ";" ] |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#5774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5783 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_register_separator" ] |
cache_key | "_form_register_separator_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: "(,) - Virgola" +value: "," +data: "," +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: "(;) - Punto e virgola" +value: ";" +data: ";" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7647 -form: Symfony\Component\Form\Form {#6177 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7646 …5} |
full_name | "form_register[separator]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_separator" |
is_selected | Closure($choice, $value) {#7655 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4641 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "separator" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_separator" |
valid | true |
value | "" |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 |
---|---|---|
data_class | null |
null
|
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "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 | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5851 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5850 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_form_register_file" ] |
cache_key | "_form_register_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7656 -form: Symfony\Component\Form\Form {#6180 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7657 …5} |
full_name | "form_register[file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_file" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_form_register_file" |
valid | true |
value | "" |
filePath
"App\Form\Custom\CustomTextType"
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 |
---|---|---|
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#5840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#5841 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "custom_text" "_form_register_filePath" ] |
cache_key | "_form_register_filePath_custom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7658 -form: Symfony\Component\Form\Form {#6183 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7659 …5} |
full_name | "form_register[filePath]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register_filePath" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "filePath" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_register_filePath" |
valid | true |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "35a26b234e29d90f6078aede7.OKPwDNnx0MJCXuAXxIU7sOf3qxLzd23gVERV3YnSQFE.CfeGPrCbp_p1N5JhlrUP04na0SagPwmWPXY5peCIcWJPk59Nr8C08wUEpQ" |
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 | "35a26b234e29d90f6078aede7.OKPwDNnx0MJCXuAXxIU7sOf3qxLzd23gVERV3YnSQFE.CfeGPrCbp_p1N5JhlrUP04na0SagPwmWPXY5peCIcWJPk59Nr8C08wUEpQ" |
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 {#4658 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4657 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4655 …} -namespace: Closure() {#4670 …} } |
data | "35a26b234e29d90f6078aede7.OKPwDNnx0MJCXuAXxIU7sOf3qxLzd23gVERV3YnSQFE.CfeGPrCbp_p1N5JhlrUP04na0SagPwmWPXY5peCIcWJPk59Nr8C08wUEpQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4563 …} } |
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 | [] |
legacy_error_messages | true |
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() {#7666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4708 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3693 …} $translationDomain: "validators" $message: Closure() {#7660 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_form_register__token" ] |
cache_key | "_form_register__token_hidden" |
compound | false |
data | "35a26b234e29d90f6078aede7.OKPwDNnx0MJCXuAXxIU7sOf3qxLzd23gVERV3YnSQFE.CfeGPrCbp_p1N5JhlrUP04na0SagPwmWPXY5peCIcWJPk59Nr8C08wUEpQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7676 -form: Symfony\Component\Form\Form {#7672 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7667 …5} |
full_name | "form_register[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_register__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_register__token" |
valid | true |
value | "35a26b234e29d90f6078aede7.OKPwDNnx0MJCXuAXxIU7sOf3qxLzd23gVERV3YnSQFE.CfeGPrCbp_p1N5JhlrUP04na0SagPwmWPXY5peCIcWJPk59Nr8C08wUEpQ" |