- 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 {#4530 #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 {#4530 #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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data | App\Form\Model\ProductRegister {#4530 #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) {#4783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4698 …} 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() {#4785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#4784 …} } } |
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 {#4530 #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 {#6190 -form: Symfony\Component\Form\Form {#5973 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4789 …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 {#4530 #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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
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() {#4868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#4734 …} } } |
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 {#6145 -form: Symfony\Component\Form\Form {#5971 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6136 …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" |
ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} |
expanded | false |
false
|
mapped | false |
false
|
multiple | false |
false
|
placeholder | "" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#4874 class: "App\Form\Slave\ProductRegisterType" this: App\Form\Slave\ProductRegisterType {#4699 …} } |
Doctrine\ORM\QueryBuilder {#4893 -em: Doctrine\ORM\EntityManager {#426 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4895 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4896 #from: "App\Entity\Slave\ProductCondition" #alias: "pc" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4897 #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 {#4891 …} -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 {#4927 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4902 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4898 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4904 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4918 -om: ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4854 …} -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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
em | ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …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 {#4918 -om: ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4854 …} -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 {#4893 -em: Doctrine\ORM\EntityManager {#426 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4895 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4896 #from: "App\Entity\Slave\ProductCondition" #alias: "pc" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4897 #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 {#4891 …} -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() {#4855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#4860 …} } } |
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 {#5989 +label: "DOA" +value: "9" +data: App\Entity\Slave\ProductCondition {#6073 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5871 +label: "Guasto - Da riportare alla sede" +value: "5" +data: App\Entity\Slave\ProductCondition {#6037 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5976 +label: "Nuovo - Installazioni e sostituzioni" +value: "1" +data: App\Entity\Slave\ProductCondition {#6010 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6297 +label: "Obsoleto" +value: "12" +data: App\Entity\Slave\ProductCondition {#4916 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5998 +label: "Ricondizionato - Installazioni e sostituzioni" +value: "2" +data: App\Entity\Slave\ProductCondition {#6339 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6100 +label: "Rigenerato dall'azienda" +value: "6" +data: App\Entity\Slave\ProductCondition {#6342 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6288 +label: "Riparato certificato - Manutenzioni e massive" +value: "3" +data: App\Entity\Slave\ProductCondition {#6420 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5024 +label: "Ritirato" +value: "8" +data: App\Entity\Slave\ProductCondition {#6423 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5898 +label: "Smarrito" +value: "10" +data: App\Entity\Slave\ProductCondition {#6426 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6091 +label: "Storico" +value: "11" +data: App\Entity\Slave\ProductCondition {#6429 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6435 +label: "Svincolato - può essere usato liberamente senza vincoli" +value: "4" +data: App\Entity\Slave\ProductCondition {#6432 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6154 -form: Symfony\Component\Form\Form {#5968 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6163 …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) {#6181 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4722 …} } |
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" |
ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} |
expanded | false |
false
|
mapped | false |
false
|
multiple | false |
false
|
placeholder | "" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#4879 class: "App\Form\Slave\ProductRegisterType" this: App\Form\Slave\ProductRegisterType {#4699 …} } |
Doctrine\ORM\QueryBuilder {#4995 -em: Doctrine\ORM\EntityManager {#426 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4999 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pm" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5000 #from: "App\Entity\Slave\ProductModel" #alias: "pm" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5001 #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 {#4997 …} -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 {#5031 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5003 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5002 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5004 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5019 -om: ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4907 …} -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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
em | ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …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 {#5019 -om: ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4907 …} -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 {#4995 -em: Doctrine\ORM\EntityManager {#426 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4999 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "pm" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5000 #from: "App\Entity\Slave\ProductModel" #alias: "pm" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5001 #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 {#4997 …} -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() {#4909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#4912 …} } } |
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 {#6439 +label: "1000 USB Cless V3" +value: "64" +data: App\Entity\Slave\ProductModel {#6454 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6443 +label: "A35" +value: "176" +data: App\Entity\Slave\ProductModel {#6506 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6441 +label: "A50" +value: "183" +data: App\Entity\Slave\ProductModel {#6518 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6445 +label: "A60 Android Bluetooth WiFi 4G Cless V5" +value: "109" +data: App\Entity\Slave\ProductModel {#6526 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6440 +label: "A77 Android Bluetooth WiFi 4G Cless V5" +value: "72" +data: App\Entity\Slave\ProductModel {#6534 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6451 +label: "A80" +value: "180" +data: App\Entity\Slave\ProductModel {#6542 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6449 +label: "A910 ANDROID" +value: "100" +data: App\Entity\Slave\ProductModel {#6550 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6447 +label: "A920 Pro" +value: "96" +data: App\Entity\Slave\ProductModel {#6557 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6442 +label: "A920-T Android WiFi 3G Cless V4" +value: "73" +data: App\Entity\Slave\ProductModel {#6565 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6452 +label: "A930 ANDROID" +value: "101" +data: App\Entity\Slave\ProductModel {#6573 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7595 +label: "B910" +value: "116" +data: App\Entity\Slave\ProductModel {#6580 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7596 +label: "BASE A920" +value: "171" +data: App\Entity\Slave\ProductModel {#6588 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7597 +label: "BASE D210" +value: "108" +data: App\Entity\Slave\ProductModel {#6596 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7598 +label: "BASE D230" +value: "107" +data: App\Entity\Slave\ProductModel {#6603 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7599 +label: "BASE IWL 222" +value: "104" +data: App\Entity\Slave\ProductModel {#6610 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7600 +label: "Base Move 3500" +value: "106" +data: App\Entity\Slave\ProductModel {#6618 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7601 +label: "Base V240M" +value: "110" +data: App\Entity\Slave\ProductModel {#6625 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7602 +label: "BASE VX675" +value: "126" +data: App\Entity\Slave\ProductModel {#6632 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7603 +label: "BCR 2D Zebra DS2208" +value: "127" +data: App\Entity\Slave\ProductModel {#6639 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7604 +label: "BCR 3D Zebra DS8108" +value: "122" +data: App\Entity\Slave\ProductModel {#6648 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7605 +label: "BCR FUEL" +value: "177" +data: App\Entity\Slave\ProductModel {#6655 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7606 +label: "BCR LISHOLDING" +value: "158" +data: App\Entity\Slave\ProductModel {#6664 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7607 +label: "BCR PER IPOS" +value: "137" +data: App\Entity\Slave\ProductModel {#6671 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7608 +label: "CASTLE VEGA3000 BASE" +value: "140" +data: App\Entity\Slave\ProductModel {#6680 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7609 +label: "CASTLE VEGA3000 CORDLESS" +value: "149" +data: App\Entity\Slave\ProductModel {#6688 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7610 +label: "CASTLES V3CT2 ETH CLESS 2.4" +value: "29" +data: App\Entity\Slave\ProductModel {#6695 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7611 +label: "CASTLES V3M2 3G CLESS" +value: "55" +data: App\Entity\Slave\ProductModel {#6703 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7612 +label: "CASTLES WIFI" +value: "170" +data: App\Entity\Slave\ProductModel {#6711 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7613 +label: "D210 3G Cless V4" +value: "50" +data: App\Entity\Slave\ProductModel {#6719 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7614 +label: "D210 Cordless Ethernet Cless V4" +value: "13" +data: App\Entity\Slave\ProductModel {#6726 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7615 +label: "D210 OMNIPOS" +value: "115" +data: App\Entity\Slave\ProductModel {#6733 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7616 +label: "D210 WiFi Cless V4" +value: "40" +data: App\Entity\Slave\ProductModel {#6740 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7617 +label: "D230 4GBW Multifunzione" +value: "121" +data: App\Entity\Slave\ProductModel {#6747 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7618 +label: "D230 Cordless Ethernet/Wifi Cless V5" +value: "37" +data: App\Entity\Slave\ProductModel {#6754 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7619 +label: "D230 portatile 4G Cless V5" +value: "70" +data: App\Entity\Slave\ProductModel {#6762 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +label: "D230 portatile 4G Cless V5 - PER MTZ SU POS 3G" +value: "57" +data: App\Entity\Slave\ProductModel {#6770 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +label: "DESK 5000" +value: "160" +data: App\Entity\Slave\ProductModel {#6777 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +label: "Desk2600EM Ethernet Cless V6" +value: "23" +data: App\Entity\Slave\ProductModel {#6784 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +label: "Desk2600GEMC Ethernet Cless V6" +value: "95" +data: App\Entity\Slave\ProductModel {#6791 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7624 +label: "Desk3200EM Ethernet Cless V4" +value: "19" +data: App\Entity\Slave\ProductModel {#6798 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +label: "Desk3200GEM Desktop GPRS Ethernet Modem Cless V4" +value: "32" +data: App\Entity\Slave\ProductModel {#6805 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +label: "Desk5000 EM3G" +value: "114" +data: App\Entity\Slave\ProductModel {#6813 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +label: "edenred android" +value: "172" +data: App\Entity\Slave\ProductModel {#6820 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +label: "EDENRED move 2500" +value: "185" +data: App\Entity\Slave\ProductModel {#6828 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +label: "EDENRED SIM" +value: "184" +data: App\Entity\Slave\ProductModel {#6835 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +label: "EPSON TM-T20II" +value: "98" +data: App\Entity\Slave\ProductModel {#6844 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +label: "i5100" +value: "142" +data: App\Entity\Slave\ProductModel {#6853 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +label: "i7910" +value: "151" +data: App\Entity\Slave\ProductModel {#6860 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +label: "ICMP Cless V3" +value: "44" +data: App\Entity\Slave\ProductModel {#6867 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7634 +label: "ICT220EM Ethernet Cless V3" +value: "22" +data: App\Entity\Slave\ProductModel {#6875 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +label: "ICT220GEM Desktop GPRS Ethernet Modem Cless V3" +value: "33" +data: App\Entity\Slave\ProductModel {#6882 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +label: "ICT250 PSTN Cless V2" +value: "21" +data: App\Entity\Slave\ProductModel {#6889 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +label: "IGP2030S" +value: "136" +data: App\Entity\Slave\ProductModel {#6896 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +label: "INGENICO DESK 3200 EM FUEL Cless" +value: "111" +data: App\Entity\Slave\ProductModel {#6904 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +label: "INGENICO ICT220 EM FUEL CB2 Cless" +value: "18" +data: App\Entity\Slave\ProductModel {#6912 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +label: "INGENICO IWL 221 GPRS FUEL CB2 Cless" +value: "35" +data: App\Entity\Slave\ProductModel {#6919 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +label: "INGENICO IWL 222 CORDLESS FUEL CB2 Cless" +value: "16" +data: App\Entity\Slave\ProductModel {#6926 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7642 +label: "INGENICO MOVE 2500 3G FUEL CLESS" +value: "34" +data: App\Entity\Slave\ProductModel {#6934 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7643 +label: "INGENICO MOVE 3500 Cordless FUEL Cless" +value: "17" +data: App\Entity\Slave\ProductModel {#6942 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +label: "IPO551" +value: "135" +data: App\Entity\Slave\ProductModel {#6949 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +label: "IPOS -LISA" +value: "178" +data: App\Entity\Slave\ProductModel {#6957 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +label: "IPP220 USB Cless V4" +value: "59" +data: App\Entity\Slave\ProductModel {#6964 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7647 +label: "IPP350 Cless V3" +value: "67" +data: App\Entity\Slave\ProductModel {#6971 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7648 +label: "IWL221 GPRS Cless V3" +value: "48" +data: App\Entity\Slave\ProductModel {#6979 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7649 +label: "IWL222 Cordless Ethernet Cless V3" +value: "6" +data: App\Entity\Slave\ProductModel {#6986 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7650 +label: "IWL228 WiFi Cless V3" +value: "38" +data: App\Entity\Slave\ProductModel {#6993 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7651 +label: "L920-Pro" +value: "117" +data: App\Entity\Slave\ProductModel {#7000 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7652 +label: "LANE 3000" +value: "125" +data: App\Entity\Slave\ProductModel {#7007 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +label: "lane 3600" +value: "181" +data: App\Entity\Slave\ProductModel {#7014 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +label: "lane 5000" +value: "182" +data: App\Entity\Slave\ProductModel {#7021 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +label: "Lipari 0200" +value: "123" +data: App\Entity\Slave\ProductModel {#7028 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +label: "MOVE 2500 3G" +value: "173" +data: App\Entity\Slave\ProductModel {#7036 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +label: "Move 2500 4G/WIFI" +value: "102" +data: App\Entity\Slave\ProductModel {#7043 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7658 +label: "Move2500 4G Cless V5" +value: "69" +data: App\Entity\Slave\ProductModel {#7050 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +label: "Move2500 WiFi Cless V4" +value: "39" +data: App\Entity\Slave\ProductModel {#7057 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7660 +label: "Move3500EM Cordless Ethernet Cless V5 – New Model" +value: "8" +data: App\Entity\Slave\ProductModel {#7064 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +label: "Mpos Datecs Bluepad55 Cless V4" +value: "46" +data: App\Entity\Slave\ProductModel {#7071 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7662 +label: "Mpos Link Cless V4" +value: "43" +data: App\Entity\Slave\ProductModel {#7080 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7663 +label: "Mpos PAX D190 Cless V5" +value: "120" +data: App\Entity\Slave\ProductModel {#7087 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7664 +label: "Mpos PAX D200 Cless V4" +value: "45" +data: App\Entity\Slave\ProductModel {#7094 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7665 +label: "N8020 GPRS V1" +value: "53" +data: App\Entity\Slave\ProductModel {#7101 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7666 +label: "Newland N700 4G/WIFI/BT/CLESS" +value: "80" +data: App\Entity\Slave\ProductModel {#7108 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7667 +label: "Newland N910 4G/WIFI/BT/CLESS" +value: "78" +data: App\Entity\Slave\ProductModel {#7117 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7668 +label: "Newland N950 4G/WIFI/BT/CLESS" +value: "79" +data: App\Entity\Slave\ProductModel {#7124 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7669 +label: "OLD MODEL NURIT" +value: "152" +data: App\Entity\Slave\ProductModel {#7131 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7670 +label: "Omero HS Plus Micro" +value: "145" +data: App\Entity\Slave\ProductModel {#7138 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7671 +label: "P2 Smart pro" +value: "99" +data: App\Entity\Slave\ProductModel {#7146 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7672 +label: "PAX Q25 EUROSPIN" +value: "175" +data: App\Entity\Slave\ProductModel {#7154 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7673 +label: "Pax Q58 Ethernet Cless V6" +value: "147" +data: App\Entity\Slave\ProductModel {#7161 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7674 +label: "PIN PAD DESK 1200 USB Cless V4" +value: "138" +data: App\Entity\Slave\ProductModel {#7168 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7675 +label: "PIN PAD DESK 1600 USB Cless V6" +value: "62" +data: App\Entity\Slave\ProductModel {#7175 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7676 +label: "PIN PAD old model" +value: "143" +data: App\Entity\Slave\ProductModel {#7182 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7677 +label: "PIN PAD PAX S 210 USB Cless V6" +value: "148" +data: App\Entity\Slave\ProductModel {#7189 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7678 +label: "Pin Pad retail P400" +value: "68" +data: App\Entity\Slave\ProductModel {#7196 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7679 +label: "Poynt Smart 4G Ethernet WiFi Cless V5" +value: "75" +data: App\Entity\Slave\ProductModel {#7203 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7680 +label: "Poynt Smart Ethernet WiFi Cless V5" +value: "77" +data: App\Entity\Slave\ProductModel {#7212 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7681 +label: "Poynt Smart Mini 3G WiFi Cless V5" +value: "141" +data: App\Entity\Slave\ProductModel {#7220 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7682 +label: "Poynt Smart P61C Wifi/4G Cless - PCI PTS 6.x" +value: "76" +data: App\Entity\Slave\ProductModel {#7227 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7683 +label: "Q25 USB+Serial+LAN V5 (NEXI)" +value: "144" +data: App\Entity\Slave\ProductModel {#7235 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7684 +label: "Q25 USB+Serial+LAN V5 P2PE (LIDL)" +value: "113" +data: App\Entity\Slave\ProductModel {#7242 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7685 +label: "Q58 GEM" +value: "162" +data: App\Entity\Slave\ProductModel {#7249 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7686 +label: "QuickScan Lite QW2100" +value: "103" +data: App\Entity\Slave\ProductModel {#7256 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7687 +label: "ROUTER LIPARI" +value: "155" +data: App\Entity\Slave\ProductModel {#7264 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7688 +label: "Router Security Gateway" +value: "139" +data: App\Entity\Slave\ProductModel {#7271 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7689 +label: "S200 USB Cless V5" +value: "63" +data: App\Entity\Slave\ProductModel {#7278 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7690 +label: "S80 Ethernet Cless V3" +value: "24" +data: App\Entity\Slave\ProductModel {#7285 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7691 +label: "S80 Ethernet Cless V4" +value: "25" +data: App\Entity\Slave\ProductModel {#7292 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7692 +label: "s80gem" +value: "186" +data: App\Entity\Slave\ProductModel {#7299 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7693 +label: "S90 GPRS Cless V3" +value: "56" +data: App\Entity\Slave\ProductModel {#7306 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7694 +label: "SAGEM" +value: "179" +data: App\Entity\Slave\ProductModel {#7313 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7695 +label: "SIA ANDROID" +value: "167" +data: App\Entity\Slave\ProductModel {#7320 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7696 +label: "SIA CORDLES" +value: "164" +data: App\Entity\Slave\ProductModel {#7327 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7697 +label: "SIA FISSO" +value: "166" +data: App\Entity\Slave\ProductModel {#7334 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7698 +label: "SIA GEM" +value: "169" +data: App\Entity\Slave\ProductModel {#7341 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7699 +label: "SIA GPRS" +value: "163" +data: App\Entity\Slave\ProductModel {#7348 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7700 +label: "SIA MOBILE" +value: "165" +data: App\Entity\Slave\ProductModel {#7355 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7701 +label: "SIA SIM" +value: "168" +data: App\Entity\Slave\ProductModel {#7362 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7702 +label: "SIA WIFI" +value: "174" +data: App\Entity\Slave\ProductModel {#7369 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7703 +label: "SIM Hello TNS" +value: "105" +data: App\Entity\Slave\ProductModel {#7376 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7704 +label: "SIM Mobistar" +value: "119" +data: App\Entity\Slave\ProductModel {#7385 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7705 +label: "SIM Orange" +value: "89" +data: App\Entity\Slave\ProductModel {#7392 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7706 +label: "SIM Poste mobili" +value: "146" +data: App\Entity\Slave\ProductModel {#7399 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7707 +label: "Sim TIM Pos tradizionali" +value: "130" +data: App\Entity\Slave\ProductModel {#7407 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7708 +label: "Sim TIM APN MEPS Pos tradizionali" +value: "85" +data: App\Entity\Slave\ProductModel {#7415 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7709 +label: "Sim TIM APN Nexi Pos tradizionali" +value: "86" +data: App\Entity\Slave\ProductModel {#7422 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7710 +label: "Sim TIM APN TVB Pos tradizionali" +value: "87" +data: App\Entity\Slave\ProductModel {#7429 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7711 +label: "Sim TIM Smart Pos" +value: "88" +data: App\Entity\Slave\ProductModel {#7436 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7712 +label: "SIM TNS" +value: "118" +data: App\Entity\Slave\ProductModel {#7443 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7713 +label: "Sim Vodafone Pos tradizionali" +value: "131" +data: App\Entity\Slave\ProductModel {#7450 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7714 +label: "Sim Vodafone APN MEPS Pos tradizionali" +value: "84" +data: App\Entity\Slave\ProductModel {#7458 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7715 +label: "Sim Vodafone APN Nexi Pos tradizionali" +value: "83" +data: App\Entity\Slave\ProductModel {#7465 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7716 +label: "Sim Vodafone APN TVB Pos tradizionali" +value: "81" +data: App\Entity\Slave\ProductModel {#7472 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7717 +label: "Sim Vodafone Smart Pos" +value: "82" +data: App\Entity\Slave\ProductModel {#7479 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7718 +label: "SMARTPAD" +value: "159" +data: App\Entity\Slave\ProductModel {#7486 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7719 +label: "STAMPANTE LISHOLDING" +value: "157" +data: App\Entity\Slave\ProductModel {#7493 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7720 +label: "Stampante Poynt" +value: "36" +data: App\Entity\Slave\ProductModel {#7500 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7721 +label: "SUNMI T2" +value: "156" +data: App\Entity\Slave\ProductModel {#7508 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7722 +label: "T2s LITE" +value: "124" +data: App\Entity\Slave\ProductModel {#7516 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7723 +label: "T6920" +value: "129" +data: App\Entity\Slave\ProductModel {#7523 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7724 +label: "TABLET" +value: "134" +data: App\Entity\Slave\ProductModel {#7530 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7725 +label: "VERIFONE - V240M 3G BTWF CLESS V4" +value: "112" +data: App\Entity\Slave\ProductModel {#7539 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7726 +label: "VERIFONE - V240M BT CORDLESS CLESS V5" +value: "15" +data: App\Entity\Slave\ProductModel {#7546 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7727 +label: "VX520EM Ethernet Modem Cless V3" +value: "27" +data: App\Entity\Slave\ProductModel {#7553 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7728 +label: "VX520GEM Desktop GPRS Cless V2" +value: "30" +data: App\Entity\Slave\ProductModel {#7560 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7729 +label: "VX675 Cordless Ethernet Cless V3" +value: "14" +data: App\Entity\Slave\ProductModel {#7567 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7730 +label: "VX675 GPRS Cless V3" +value: "54" +data: App\Entity\Slave\ProductModel {#7574 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7731 +label: "VX675 WiFi Cless V3" +value: "42" +data: App\Entity\Slave\ProductModel {#7581 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7732 +label: "VX820 Ethernet Cless V3" +value: "66" +data: App\Entity\Slave\ProductModel {#7588 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6436 -form: Symfony\Component\Form\Form {#5965 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6172 …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) {#6438 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4722 …} } |
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" |
ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} |
expanded | true |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "" |
null
|
query_builder | Closure(EntityRepository $er) {#4876 class: "App\Form\Slave\ProductRegisterType" this: App\Form\Slave\ProductRegisterType {#4699 …} } |
Doctrine\ORM\QueryBuilder {#5009 -em: Doctrine\ORM\EntityManager {#426 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5008 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5027 #from: "App\Entity\Slave\Supplier" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5021 #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 {#5010 …} -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 {#5115 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#5028 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5029 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5026 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5103 -om: ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3546 …} -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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
em | ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …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 {#5103 -om: ContainerVrciiRP\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#473 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3546 …} -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 {#5009 -em: Doctrine\ORM\EntityManager {#426 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5008 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5027 #from: "App\Entity\Slave\Supplier" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5021 #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 {#5010 …} -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() {#5013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5014 …} } } |
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 {#5100 +label: "CSC - CGLOBAL" +value: "13" +data: App\Entity\Slave\Supplier {#5117 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5094 +label: "CSC - CRONOS" +value: "10" +data: App\Entity\Slave\Supplier {#5374 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5113 +label: "CSC - CSE" +value: "12" +data: App\Entity\Slave\Supplier {#5395 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5111 +label: "CSC - DECATHLON" +value: "14" +data: App\Entity\Slave\Supplier {#5416 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5097 +label: "CSC - EURONET" +value: "11" +data: App\Entity\Slave\Supplier {#5437 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5110 +label: "CSC - GET YOUR BILL" +value: "19" +data: App\Entity\Slave\Supplier {#5458 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5108 +label: "CSC - LIS PAY" +value: "9" +data: App\Entity\Slave\Supplier {#5479 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5112 +label: "CSC - LISPOSTEPAY" +value: "18" +data: App\Entity\Slave\Supplier {#5500 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5091 +label: "CSC - NUMERA" +value: "7" +data: App\Entity\Slave\Supplier {#5521 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5107 +label: "CSC - Q8" +value: "8" +data: App\Entity\Slave\Supplier {#5542 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5836 +label: "CSC - YAMAMAY" +value: "15" +data: App\Entity\Slave\Supplier {#5563 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5837 +label: "DEMIS ADP" +value: "38" +data: App\Entity\Slave\Supplier {#5584 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5838 +label: "LIS HOLDING" +value: "4" +data: App\Entity\Slave\Supplier {#5605 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5839 +label: "NEXI BOOK MEPS" +value: "2" +data: App\Entity\Slave\Supplier {#5626 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5840 +label: "NEXI BOOK MONETICA" +value: "1" +data: App\Entity\Slave\Supplier {#5647 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5841 +label: "NEXI BOOK SIA" +value: "3" +data: App\Entity\Slave\Supplier {#5668 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5842 +label: "SATE - ARGENTEA" +value: "41" +data: App\Entity\Slave\Supplier {#5689 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5843 +label: "SATE - FLAGPAY" +value: "40" +data: App\Entity\Slave\Supplier {#5710 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5844 +label: "SATE - MOONEY" +value: "42" +data: App\Entity\Slave\Supplier {#5731 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5845 +label: "SATE - NUMERA" +value: "39" +data: App\Entity\Slave\Supplier {#5752 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5846 +label: "SATE - WORLDLINE" +value: "37" +data: App\Entity\Slave\Supplier {#5773 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5847 +label: "WORLDLINE CCB" +value: "6" +data: App\Entity\Slave\Supplier {#5794 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5848 +label: "WORLDLINE ITALIA" +value: "5" +data: App\Entity\Slave\Supplier {#5815 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7733 -form: Symfony\Component\Form\Form {#6205 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#6437 …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) {#7734 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4722 …} } |
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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#5960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5961 …} } } |
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 {#7738 -form: Symfony\Component\Form\Form {#6208 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7737 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6008 …} } } |
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 {#7739 -form: Symfony\Component\Form\Form {#6211 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7740 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6017 …} } } |
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 {#7741 -form: Symfony\Component\Form\Form {#6214 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7742 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6027 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6026 …} } } |
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 {#7743 -form: Symfony\Component\Form\Form {#6217 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7744 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6035 …} } } |
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 {#7745 -form: Symfony\Component\Form\Form {#6220 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7746 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6045 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6044 …} } } |
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 {#7747 -form: Symfony\Component\Form\Form {#6223 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7748 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6053 …} } } |
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 {#7749 -form: Symfony\Component\Form\Form {#6226 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7750 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6062 …} } } |
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 {#7751 -form: Symfony\Component\Form\Form {#6229 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7752 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6071 …} } } |
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 {#7753 -form: Symfony\Component\Form\Form {#6232 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7754 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6081 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6080 …} } } |
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 {#7755 -form: Symfony\Component\Form\Form {#6235 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7756 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6090 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6089 …} } } |
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 {#7757 -form: Symfony\Component\Form\Form {#6238 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7758 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6099 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6098 …} } } |
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 {#7759 -form: Symfony\Component\Form\Form {#6241 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7760 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6107 …} } } |
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 {#7761 -form: Symfony\Component\Form\Form {#6244 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7762 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6116 …} } } |
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 {#7763 -form: Symfony\Component\Form\Form {#6247 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7764 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6126 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6125 …} } } |
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 {#7765 -form: Symfony\Component\Form\Form {#6250 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7766 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6134 …} } } |
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 {#7767 -form: Symfony\Component\Form\Form {#6253 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7768 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6144 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6143 …} } } |
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 {#7769 -form: Symfony\Component\Form\Form {#6256 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7770 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6153 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6152 …} } } |
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 {#7771 -form: Symfony\Component\Form\Form {#6259 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7772 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6162 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6161 …} } } |
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 {#7773 -form: Symfony\Component\Form\Form {#6262 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7774 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6170 …} } } |
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 {#7775 -form: Symfony\Component\Form\Form {#6265 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7776 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6179 …} } } |
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 {#7777 -form: Symfony\Component\Form\Form {#6268 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7778 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6189 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6188 …} } } |
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 {#7779 -form: Symfony\Component\Form\Form {#6271 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7780 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6197 …} } } |
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 {#7781 -form: Symfony\Component\Form\Form {#6274 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7782 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#5865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5863 …} } } |
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 {#7736 -form: Symfony\Component\Form\Form {#6277 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7735 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
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() {#5872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5873 …} } } |
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 {#5882 +label: "Solo produttore" +value: "producer" +data: "producer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5881 +label: "Solo fornitore" +value: "supplier" +data: "supplier" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5883 +label: "Entrambe" +value: "both" +data: "both" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7784 -form: Symfony\Component\Form\Form {#6312 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#7783 …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) {#7785 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4722 …} } |
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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6281 …} } } |
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 {#7789 -form: Symfony\Component\Form\Form {#6315 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7788 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6295 …} } } |
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 {#7790 -form: Symfony\Component\Form\Form {#6318 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7791 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#5858 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#5856 …} } |
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 {#5852 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() {#6305 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6304 …} } } |
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 {#7792 -form: Symfony\Component\Form\Form {#6321 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7793 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#5895 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4698 …} } |
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() {#5897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5889 …} } } |
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 {#7787 -form: Symfony\Component\Form\Form {#6324 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7786 …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 {#7795 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
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() {#5924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5933 …} } } |
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 {#7803 +label: "(,) - Virgola" +value: "," +data: "," +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: "(;) - Punto e virgola" +value: ";" +data: ";" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7797 -form: Symfony\Component\Form\Form {#6327 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7796 …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) {#7805 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4722 …} } |
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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
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() {#6001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#6000 …} } } |
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 {#7806 -form: Symfony\Component\Form\Form {#6330 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7807 …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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
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() {#5990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#5991 …} } } |
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 {#7808 -form: Symfony\Component\Form\Form {#6333 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7809 …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 | "d456241cf1c.qlOv2Qw6aXvWGam8gckFFYtNWL82RfEV-29r8tShLAw.wAOZuGJrXT6-Kf7E6ZFmIO0AauBVd8J3zgU-lOfUWWbEOPy1OVEuKqch-A" |
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 | "d456241cf1c.qlOv2Qw6aXvWGam8gckFFYtNWL82RfEV-29r8tShLAw.wAOZuGJrXT6-Kf7E6ZFmIO0AauBVd8J3zgU-lOfUWWbEOPy1OVEuKqch-A" |
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 {#4843 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4844 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4845 …} -namespace: Closure() {#4762 …} } |
data | "d456241cf1c.qlOv2Qw6aXvWGam8gckFFYtNWL82RfEV-29r8tShLAw.wAOZuGJrXT6-Kf7E6ZFmIO0AauBVd8J3zgU-lOfUWWbEOPy1OVEuKqch-A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#7812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4698 …} } |
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() {#7816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#4757 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3776 …} $translationDomain: "validators" $message: Closure() {#7810 …} } } |
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 | "d456241cf1c.qlOv2Qw6aXvWGam8gckFFYtNWL82RfEV-29r8tShLAw.wAOZuGJrXT6-Kf7E6ZFmIO0AauBVd8J3zgU-lOfUWWbEOPy1OVEuKqch-A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#7826 -form: Symfony\Component\Form\Form {#7822 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#7817 …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 | "d456241cf1c.qlOv2Qw6aXvWGam8gckFFYtNWL82RfEV-29r8tShLAw.wAOZuGJrXT6-Kf7E6ZFmIO0AauBVd8J3zgU-lOfUWWbEOPy1OVEuKqch-A" |