- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 488
- Events
- Routing
- Cache
- Translation 7
- Security
- Twig
- Doctrine
- Migrations 14
- 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.
Validator calls
In
ValidationListener.php
line 50 (context):
No violations
if ($form->isRoot()) {// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {// Allow the "invalid" constraint to be put onto// non-synchronized forms$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#9977 name: "" type_class: "Eccube\Form\Type\SearchProductType" data: [ "mode" => null "category_id" => null "name" => null "pageno" => "141" "disp_number" => Eccube\Entity\Master\ProductListMax {#8074 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#8073 #id: 1 #name: "価格が低い順" #sort_no: 0 } "category_ids" => Doctrine\Common\Collections\ArrayCollection {#13096 -elements: [ Eccube\Entity\Category {#8887 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8885 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8886 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8888 …} -Children: Doctrine\ORM\PersistentCollection {#8891 …} -Parent: Eccube\Entity\Category {#8873 …} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8207 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } ] } "tag" => null ] } "constraints" => null "groups" => null ]
In
ValidationListener.php
line 50 (context):
No violations
if ($form->isRoot()) {// Form groups are validated internally (FormValidator). Here we don't set groups as they are retrieved into the validator.foreach ($this->validator->validate($form) as $violation) {// Allow the "invalid" constraint to be put onto// non-synchronized forms$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#21316 name: "" type_class: "Eccube\Form\Type\SearchProductType" data: [ "mode" => null "category_id" => null "name" => null "pageno" => "141" "disp_number" => Eccube\Entity\Master\ProductListMax {#8074 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#8073 #id: 1 #name: "価格が低い順" #sort_no: 0 } "category_ids" => Doctrine\Common\Collections\ArrayCollection {#24325 -elements: [ Eccube\Entity\Category {#8887 -id: 103 -name: "店舗" -hierarchy: 2 -sort_no: 67 -create_date: DateTime @1713500543 {#8885 date: 2024-04-19 13:22:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366658 {#8886 date: 2024-12-05 11:44:18.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8888 …} -Children: Doctrine\ORM\PersistentCollection {#8891 …} -Parent: Eccube\Entity\Category {#8873 …} -Creator: Proxies\__CG__\Eccube\Entity\Member {#8207 …} -free_area: "店舗では、快適な空調環境にあわせて、清潔な空気を提供することがお客様の満足度や滞在時間に直結します。また、長時間エアコンを稼働させることが多いため、清潔さを保つことが重要です。エアコンのお掃除がしやすい設計や自動お掃除機能を備えた機器を選ぶことで、定期的なメンテナンスや清掃作業の手間を削減できます。これにより、エアコン内部の清潔さを維持し、お客様に清潔な空間を提供するだけでなく、エアコンの効率的な運用を実現できます。" -category_image: "1205114416_675113803432e.jpg" -hidden_flag: false } ] } "tag" => null ] } "constraints" => null "groups" => null ]