- Request / Response
- Performance
- Validator 1
- Forms 1
- Exception 1
- Logs 2
- 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
-
-
mode
-
category_id
-
name
-
pageno
-
disp_number
-
orderby
-
1price_min
-
price_max
-
size_vertical_min
-
size_vertical_max
-
size_width_min
-
size_width_max
-
(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" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#5363 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#5348 #id: 1 #name: "価格が低い順" #sort_no: 0 } "price_min" => null "price_max" => 1000000 "size_vertical_min" => null "size_vertical_max" => null "size_width_min" => "=" "size_width_max" => null ] |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5333 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5335 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5334 …} } } |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
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) {#5381 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5379 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5382 …} } } |
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 {#5097 -id: 1 -name: "動物" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1666685762 {#4996 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#4995 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/animal.png" } Eccube\Entity\Category {#5263 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1666685762 {#5265 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5264 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/new.jpg" } Eccube\Entity\Category {#5256 -id: 3 -name: "ヴィンテージ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1666685762 {#5258 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5257 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/vintage.jpg" } Eccube\Entity\Category {#5249 -id: 4 -name: "モノトーン" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1666685762 {#5251 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5250 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/monotone.jpg" } Eccube\Entity\Category {#5242 -id: 5 -name: "ファンタジー" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1666685762 {#5244 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5243 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/fantasy.jpg" } Eccube\Entity\Category {#5091 -id: 6 -name: "抽象画" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1666685762 {#5237 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5236 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5090 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/abstract.jpg" } Eccube\Entity\Category {#5226 -id: 7 -name: "ストリートアート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1668487686 {#5224 date: 2022-11-15 13:48:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5225 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/street.png" } Eccube\Entity\Category {#5233 -id: 8 -name: "風景" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1668487691 {#5231 date: 2022-11-15 13:48:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5232 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5271 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/fuukei.png" } Eccube\Entity\Category {#5273 -id: 9 -name: "ポートレート" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1668487702 {#5270 date: 2022-11-15 13:48:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5272 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5276 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/portlate.png" } Eccube\Entity\Category {#5280 -id: 10 -name: "日常" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1668487708 {#5278 date: 2022-11-15 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5279 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5281 …} -Children: Doctrine\ORM\PersistentCollection {#5283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/daily.jpg" } ] |
[ Eccube\Entity\Category {#5097 -id: 1 -name: "動物" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1666685762 {#4996 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#4995 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/animal.png" } Eccube\Entity\Category {#5263 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1666685762 {#5265 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5264 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/new.jpg" } Eccube\Entity\Category {#5256 -id: 3 -name: "ヴィンテージ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1666685762 {#5258 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5257 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/vintage.jpg" } Eccube\Entity\Category {#5249 -id: 4 -name: "モノトーン" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1666685762 {#5251 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5250 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/monotone.jpg" } Eccube\Entity\Category {#5242 -id: 5 -name: "ファンタジー" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1666685762 {#5244 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5243 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/fantasy.jpg" } Eccube\Entity\Category {#5091 -id: 6 -name: "抽象画" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1666685762 {#5237 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5236 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5090 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/abstract.jpg" } Eccube\Entity\Category {#5226 -id: 7 -name: "ストリートアート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1668487686 {#5224 date: 2022-11-15 13:48:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5225 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/street.png" } Eccube\Entity\Category {#5233 -id: 8 -name: "風景" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1668487691 {#5231 date: 2022-11-15 13:48:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5232 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5271 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/fuukei.png" } Eccube\Entity\Category {#5273 -id: 9 -name: "ポートレート" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1668487702 {#5270 date: 2022-11-15 13:48:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5272 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5276 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/portlate.png" } Eccube\Entity\Category {#5280 -id: 10 -name: "日常" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1668487708 {#5278 date: 2022-11-15 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5279 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5281 …} -Children: Doctrine\ORM\PersistentCollection {#5283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/daily.jpg" } ] |
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 {#5436 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5437 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5435 -om: ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3637 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Category {#5097 -id: 1 -name: "動物" -hierarchy: 1 -sort_no: 11 -create_date: DateTime @1666685762 {#4996 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#4995 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5198 …} -Children: Doctrine\ORM\PersistentCollection {#5200 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/animal.png" } Eccube\Entity\Category {#5263 -id: 2 -name: "新入荷" -hierarchy: 1 -sort_no: 10 -create_date: DateTime @1666685762 {#5265 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5264 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5262 …} -Children: Doctrine\ORM\PersistentCollection {#5260 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/new.jpg" } Eccube\Entity\Category {#5256 -id: 3 -name: "ヴィンテージ" -hierarchy: 2 -sort_no: 9 -create_date: DateTime @1666685762 {#5258 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5257 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5255 …} -Children: Doctrine\ORM\PersistentCollection {#5253 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/vintage.jpg" } Eccube\Entity\Category {#5249 -id: 4 -name: "モノトーン" -hierarchy: 3 -sort_no: 8 -create_date: DateTime @1666685762 {#5251 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5250 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5248 …} -Children: Doctrine\ORM\PersistentCollection {#5246 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/monotone.jpg" } Eccube\Entity\Category {#5242 -id: 5 -name: "ファンタジー" -hierarchy: 1 -sort_no: 7 -create_date: DateTime @1666685762 {#5244 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5243 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5241 …} -Children: Doctrine\ORM\PersistentCollection {#5239 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/fantasy.jpg" } Eccube\Entity\Category {#5091 -id: 6 -name: "抽象画" -hierarchy: 2 -sort_no: 6 -create_date: DateTime @1666685762 {#5237 date: 2022-10-25 17:16:02.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5236 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5090 …} -Children: Doctrine\ORM\PersistentCollection {#5221 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/abstract.jpg" } Eccube\Entity\Category {#5226 -id: 7 -name: "ストリートアート" -hierarchy: 1 -sort_no: 5 -create_date: DateTime @1668487686 {#5224 date: 2022-11-15 13:48:06.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5225 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5227 …} -Children: Doctrine\ORM\PersistentCollection {#5229 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/street.png" } Eccube\Entity\Category {#5233 -id: 8 -name: "風景" -hierarchy: 1 -sort_no: 4 -create_date: DateTime @1668487691 {#5231 date: 2022-11-15 13:48:11.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5232 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5234 …} -Children: Doctrine\ORM\PersistentCollection {#5271 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/fuukei.png" } Eccube\Entity\Category {#5273 -id: 9 -name: "ポートレート" -hierarchy: 1 -sort_no: 3 -create_date: DateTime @1668487702 {#5270 date: 2022-11-15 13:48:22.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5272 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5274 …} -Children: Doctrine\ORM\PersistentCollection {#5276 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/portlate.png" } Eccube\Entity\Category {#5280 -id: 10 -name: "日常" -hierarchy: 1 -sort_no: 2 -create_date: DateTime @1668487708 {#5278 date: 2022-11-15 13:48:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1669085835 {#5279 date: 2022-11-22 11:57:15.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#5281 …} -Children: Doctrine\ORM\PersistentCollection {#5283 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#5266 …} -category_image: "assets/img/category/daily.jpg" } ] |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …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 {#5435 -om: ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3637 …} -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() {#5434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5432 …} } } |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5462 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5461 …} } } |
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 |
"" |
Normalized Format | null |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5473 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5475 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5474 …} } } |
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 {#5363 #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 {#5363 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#5364 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#5403 #id: 60 #name: "60件" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListMax {#5363 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#5364 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#5403 #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 {#5431 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5495 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5496 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5494 -om: ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3606 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListMax {#5363 #id: 20 #name: "20件" #sort_no: 0 } Eccube\Entity\Master\ProductListMax {#5364 #id: 40 #name: "40件" #sort_no: 1 } Eccube\Entity\Master\ProductListMax {#5403 #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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …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 {#5494 -om: ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3606 …} -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 {#5497 -_em: Doctrine\ORM\EntityManager {#362 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5499 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5500 #from: "Eccube\Entity\Master\ProductListMax" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5501 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5498 …} -_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() {#5493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5490 …} } } |
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 {#5348 #id: 1 #name: "価格が低い順" #sort_no: 0 } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ Eccube\Entity\Master\ProductListOrderBy {#5348 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#5357 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5390 #id: 2 #name: "新着順" #sort_no: 2 } ] |
[ Eccube\Entity\Master\ProductListOrderBy {#5348 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#5357 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5390 #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 {#5431 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5519 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5520 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5518 -om: ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5344 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ Eccube\Entity\Master\ProductListOrderBy {#5348 #id: 1 #name: "価格が低い順" #sort_no: 0 } Eccube\Entity\Master\ProductListOrderBy {#5357 #id: 3 #name: "価格が高い順" #sort_no: 1 } Eccube\Entity\Master\ProductListOrderBy {#5390 #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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
em | ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …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 {#5518 -om: ContainerR7snCZa\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#398 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5344 …} -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 {#5521 -_em: Doctrine\ORM\EntityManager {#362 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5523 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "m" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5524 #from: "Eccube\Entity\Master\ProductListOrderBy" #alias: "m" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5525 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "m.sort_no ASC" ] } ] ] -_type: 0 -_state: 0 -_dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#5522 …} -_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() {#5517 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5516 …} } } |
validation_groups | null |
price_min
"Eccube\Form\Type\PriceType"
Errors
Message | Origin | Cause |
---|---|---|
入力されていません。 | price_min |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#6006 root: Symfony\Component\Form\Form {#5616 name: "" type_class: "Eccube\Form\Type\SearchProductType" } path: "children[price_min].data" value: null } |
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
accept_minus | false |
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5554 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Range {#5555 +payload: null +groups: [ "Default" ] +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 0 +minPropertyPath: null +max: 2147483647 +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
currency | "JPY" |
data_class | null |
disabled | false |
divisor | 1 |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5550 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | true |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | 0 |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5553 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5552 …} } } |
validation_groups | null |
price_max
"Eccube\Form\Type\PriceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"1,000,000"
|
Normalized Format | 1000000 |
Model Format | same as normalized format |
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
accept_minus | false |
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5567 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Range {#5568 +payload: null +groups: [ "Default" ] +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 0 +minPropertyPath: null +max: 2147483647 +maxPropertyPath: null +deprecatedMinMessageSet: false +deprecatedMaxMessageSet: false } ] |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
currency | "JPY" |
data_class | null |
disabled | false |
divisor | 1 |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5564 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | true |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | 0 |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5566 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5565 …} } } |
validation_groups | null |
size_vertical_min
"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 |
"" |
Normalized Format | null |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5577 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5578 …} } } |
validation_groups | null |
size_vertical_max
"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 |
"" |
Normalized Format | null |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5587 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5588 …} } } |
validation_groups | null |
size_width_min
"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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5597 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5598 …} } } |
validation_groups | null |
size_width_max
"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 |
"" |
Normalized Format | null |
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 {#413 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#412 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#409 …} } |
data_class | null |
disabled | false |
eccube_form_options | [ "auto_render" => false "form_theme" => null "style_class" => "ec-select" ] |
empty_data | Closure(FormInterface $form) {#5607 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4982 …} } |
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() {#5609 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5316 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#709 …} $translationDomain: "validators" $message: Closure() {#5608 …} } } |
validation_groups | null |