- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 12
- Debug
- E-mails
- 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
(no name)
"Eccube\Form\Type\SearchProductType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "mode" => null "category_id" => null "name" => null "pageno" => "'" "disp_number" => Eccube\Entity\Master\ProductListMax {#4017 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#4002 #id: 1 #name: "価格が低い順" #sort_no: 0 } ] |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| 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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#3987 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3885 …} } |
| 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() {#3989 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#3988 …} } } |
| validation_groups | null |
mode
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "search" |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "search" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data | "search" |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4317 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3885 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4319 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#4316 …} } } |
| validation_groups | null |
category_id
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "NameWithLevel" |
same as passed value |
| choices | [ Eccube\Entity\Category {#4047 -id: 18 -name: "送料無料" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1675831474 {#4053 date: 2023-02-08 13:44:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1675831474 {#4051 date: 2023-02-08 13:44:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4290 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4292 …} } Eccube\Entity\Category {#4287 -id: 10 -name: "冬季限定セット" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1440496477 {#4289 date: 2015-08-25 18:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440496477 {#4288 date: 2015-08-25 18:54:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4286 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4280 -id: 16 -name: "定番商品" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1440505963 {#4282 date: 2015-08-25 21:32:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440505963 {#4281 date: 2015-08-25 21:32:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4279 …} -Children: Doctrine\ORM\PersistentCollection {#4276 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4273 -id: 15 -name: "たくあん" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1440505931 {#4275 date: 2015-08-25 21:32:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440505931 {#4274 date: 2015-08-25 21:32:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4272 …} -Children: Doctrine\ORM\PersistentCollection {#4269 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4266 -id: 11 -name: "水なす漬" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1440496532 {#4268 date: 2015-08-25 18:55:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440496532 {#4267 date: 2015-08-25 18:55:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4265 …} -Children: Doctrine\ORM\PersistentCollection {#4262 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4046 -id: 13 -name: "春夏秋の松コース" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1440499417 {#4261 date: 2015-08-25 19:43:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499417 {#4260 date: 2015-08-25 19:43:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4054 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4251 -id: 14 -name: "春夏秋の竹コース" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1440499431 {#4248 date: 2015-08-25 19:43:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499431 {#4250 date: 2015-08-25 19:43:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4252 …} -Children: Doctrine\ORM\PersistentCollection {#4255 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4258 -id: 12 -name: "春夏秋の梅コース" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1440499407 {#4256 date: 2015-08-25 19:43:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499407 {#4257 date: 2015-08-25 19:43:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4259 …} -Children: Doctrine\ORM\PersistentCollection {#4294 …} -Parent: null -Creator: null } ] |
[ Eccube\Entity\Category {#4047 -id: 18 -name: "送料無料" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1675831474 {#4053 date: 2023-02-08 13:44:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1675831474 {#4051 date: 2023-02-08 13:44:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4290 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4292 …} } Eccube\Entity\Category {#4287 -id: 10 -name: "冬季限定セット" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1440496477 {#4289 date: 2015-08-25 18:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440496477 {#4288 date: 2015-08-25 18:54:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4286 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4280 -id: 16 -name: "定番商品" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1440505963 {#4282 date: 2015-08-25 21:32:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440505963 {#4281 date: 2015-08-25 21:32:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4279 …} -Children: Doctrine\ORM\PersistentCollection {#4276 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4273 -id: 15 -name: "たくあん" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1440505931 {#4275 date: 2015-08-25 21:32:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440505931 {#4274 date: 2015-08-25 21:32:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4272 …} -Children: Doctrine\ORM\PersistentCollection {#4269 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4266 -id: 11 -name: "水なす漬" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1440496532 {#4268 date: 2015-08-25 18:55:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440496532 {#4267 date: 2015-08-25 18:55:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4265 …} -Children: Doctrine\ORM\PersistentCollection {#4262 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4046 -id: 13 -name: "春夏秋の松コース" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1440499417 {#4261 date: 2015-08-25 19:43:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499417 {#4260 date: 2015-08-25 19:43:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4054 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4251 -id: 14 -name: "春夏秋の竹コース" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1440499431 {#4248 date: 2015-08-25 19:43:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499431 {#4250 date: 2015-08-25 19:43:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4252 …} -Children: Doctrine\ORM\PersistentCollection {#4255 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4258 -id: 12 -name: "春夏秋の梅コース" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1440499407 {#4256 date: 2015-08-25 19:43:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499407 {#4257 date: 2015-08-25 19:43:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4259 …} -Children: Doctrine\ORM\PersistentCollection {#4294 …} -Parent: null -Creator: null } ] |
| class | "Eccube\Entity\Category" |
same as passed value |
| placeholder | "common.select__all_products" |
same as passed value |
| required | 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 | "NameWithLevel" |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4354 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4355 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4353 -om: ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3815 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Category {#4047 -id: 18 -name: "送料無料" -hierarchy: 1 -sort_no: 8 -create_date: DateTime @1675831474 {#4053 date: 2023-02-08 13:44:34.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1675831474 {#4051 date: 2023-02-08 13:44:34.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4137 …} -Children: Doctrine\ORM\PersistentCollection {#4290 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4292 …} } Eccube\Entity\Category {#4287 -id: 10 -name: "冬季限定セット" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1440496477 {#4289 date: 2015-08-25 18:54:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440496477 {#4288 date: 2015-08-25 18:54:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4286 …} -Children: Doctrine\ORM\PersistentCollection {#4283 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4280 -id: 16 -name: "定番商品" -hierarchy: 1 -sort_no: 6 -create_date: DateTime @1440505963 {#4282 date: 2015-08-25 21:32:43.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440505963 {#4281 date: 2015-08-25 21:32:43.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4279 …} -Children: Doctrine\ORM\PersistentCollection {#4276 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4273 -id: 15 -name: "たくあん" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1440505931 {#4275 date: 2015-08-25 21:32:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440505931 {#4274 date: 2015-08-25 21:32:11.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4272 …} -Children: Doctrine\ORM\PersistentCollection {#4269 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4266 -id: 11 -name: "水なす漬" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1440496532 {#4268 date: 2015-08-25 18:55:32.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440496532 {#4267 date: 2015-08-25 18:55:32.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4265 …} -Children: Doctrine\ORM\PersistentCollection {#4262 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4046 -id: 13 -name: "春夏秋の松コース" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1440499417 {#4261 date: 2015-08-25 19:43:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499417 {#4260 date: 2015-08-25 19:43:37.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4054 …} -Children: Doctrine\ORM\PersistentCollection {#4064 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4251 -id: 14 -name: "春夏秋の竹コース" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1440499431 {#4248 date: 2015-08-25 19:43:51.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499431 {#4250 date: 2015-08-25 19:43:51.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4252 …} -Children: Doctrine\ORM\PersistentCollection {#4255 …} -Parent: null -Creator: null } Eccube\Entity\Category {#4258 -id: 12 -name: "春夏秋の梅コース" -hierarchy: 1 -sort_no: 1 -create_date: DateTime @1440499407 {#4256 date: 2015-08-25 19:43:27.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1440499407 {#4257 date: 2015-08-25 19:43:27.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4259 …} -Children: Doctrine\ORM\PersistentCollection {#4294 …} -Parent: null -Creator: null } ] |
| class | "Eccube\Entity\Category" |
| 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 {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …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 {#4353 -om: ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3815 …} -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 | true |
| method | "POST" |
| multiple | false |
| placeholder | "common.select__all_products" |
| 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 | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4352 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#4350 …} } } |
| validation_groups | null |
name
"Symfony\Component\Form\Extension\Core\Type\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 50 ] |
[ "maxlength" => 50 ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 ] |
| 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 {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4380 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3885 …} } |
| 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 | 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 |
| purify_html | true |
| purify_html_profile | "default" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4382 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#4379 …} } } |
| validation_groups | null |
pageno
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | "'" |
| Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
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 {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| empty_data | Closure(FormInterface $form) {#4391 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3885 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4393 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#4392 …} } } |
| validation_groups | null |
disp_number
"Eccube\Form\Type\Master\ProductListMaxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"20"
|
| Normalized Format | Eccube\Entity\Master\ProductListMax {#4017 #id: 20 #name: "20件" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListMax {#4017 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4018 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4057 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#4017 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4018 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4057 #id: 60 #name: "60件" #sort_no: 2 } ] |
| label | 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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4349 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4413 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4414 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4412 -om: ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListMax {#4017 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#4018 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#4057 #id: 60 #name: "60件" #sort_no: 2 } ] |
| class | "Eccube\Entity\Master\ProductListMax" |
| 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 {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …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 {#4412 -om: ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3629 …} -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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#4415 -_em: Doctrine\ORM\EntityManager {#473 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4417 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4418 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4419 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4416 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4411 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#4408 …} } } |
| validation_groups | null |
orderby
"Eccube\Form\Type\Master\ProductListOrderByType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"1"
|
| Normalized Format | Eccube\Entity\Master\ProductListOrderBy {#4002 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4002 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4011 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4311 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#4002 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4011 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4311 #id: 2 #name: "新着順" #sort_no: 2 } ] |
| label | 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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#4349 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4437 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4438 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4436 -om: ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3998 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | [ Eccube\Entity\Master\ProductListOrderBy {#4002 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#4011 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#4311 #id: 2 #name: "新着順" #sort_no: 2 } ] |
| class | "Eccube\Entity\Master\ProductListOrderBy" |
| 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 {#532 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#531 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#530 …} -namespace: Closure() {#528 …} } |
| data_class | null |
| disabled | false |
| eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
| em | ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …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 {#4436 -om: ContainerRMRWuGi\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#517 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3998 …} -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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#4439 -_em: Doctrine\ORM\EntityManager {#473 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4441 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4442 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4443 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#4440 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4435 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3970 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#869 …} $translationDomain: "validators" $message: Closure() {#4434 …} } } |
| validation_groups | null |