- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 452
- Events
- Routing
- Cache
- Translation 18
- Security
- Twig
- Doctrine 2
- 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.
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 {#7768 name: "" type_class: "Eccube\Form\Type\SearchProductType" data: [ "mode" => null "category_id" => Eccube\Entity\Category {#4176 -id: 71 -name: "TE.ON" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1703052748 {#4187 date: 2023-12-20 15:12:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1748418953 {#4183 date: 2025-05-28 16:55:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4296 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4362 …} -content: """ <h1>TE.ON</h1>\r\n <p>鹿児島県・霧島産のオーガニック素材、TE.ONオイル。</p>\r\n <p><img src="/html/template/cosme41/assets/img/top_link/teon_image2.jpg" alt="鹿児島桜島"></p>\r\n <p>日本産の天然素材を使用して、日本の気候にあわせた香り。<br>\r\n 柚子や生姜など、日本産の素材の中でもキレがよくて香り高い精油を厳選して使用しています。</p>\r\n <p>商品にはそれぞれ複数の精油を使用していますが、雑味感がなく一つ一つのクリアな香りが、際立っています。<br>\r\n 成分リストで確認しながら、それぞれの香りを感じながら楽しんでいただけます。</p>\r\n <p><img src="/html/template/cosme41/assets/img/top_link/teon_image.jpg" alt="自家栽培"></p> """ -metaDescription: "鹿児島県・霧島産のオーガニック素材、TE.ONオイル。柚子や生姜など、日本産の素材の中でもキレがよくて香り高い精油を厳選して使用しています。雑味感がなく一つ一つのクリアな香りが、際立っています。" -file_name: "1222145932_658525c48ecc4.jpg" -slug: "teon" -file_delete_flag: null } "name" => null "pageno" => null "disp_number" => Eccube\Entity\Master\ProductListMax {#7116 #id: 20 #name: "20件" #sort_no: 0 } "orderby" => Eccube\Entity\Master\ProductListOrderBy {#7108 #id: 5 #name: "おすすめ順" #sort_no: 0 } ] } "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 {#9455 name: "" type_class: "Eccube\Form\Type\SearchProductBlockType" data: [ "category_id" => Eccube\Entity\Category {#4176 -id: 71 -name: "TE.ON" -hierarchy: 1 -sort_no: 9 -create_date: DateTime @1703052748 {#4187 date: 2023-12-20 15:12:28.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1748418953 {#4183 date: 2025-05-28 16:55:53.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#4294 …} -Children: Doctrine\ORM\PersistentCollection {#4296 …} -Parent: null -Creator: Proxies\__CG__\Eccube\Entity\Member {#4362 …} -content: """ <h1>TE.ON</h1>\r\n <p>鹿児島県・霧島産のオーガニック素材、TE.ONオイル。</p>\r\n <p><img src="/html/template/cosme41/assets/img/top_link/teon_image2.jpg" alt="鹿児島桜島"></p>\r\n <p>日本産の天然素材を使用して、日本の気候にあわせた香り。<br>\r\n 柚子や生姜など、日本産の素材の中でもキレがよくて香り高い精油を厳選して使用しています。</p>\r\n <p>商品にはそれぞれ複数の精油を使用していますが、雑味感がなく一つ一つのクリアな香りが、際立っています。<br>\r\n 成分リストで確認しながら、それぞれの香りを感じながら楽しんでいただけます。</p>\r\n <p><img src="/html/template/cosme41/assets/img/top_link/teon_image.jpg" alt="自家栽培"></p> """ -metaDescription: "鹿児島県・霧島産のオーガニック素材、TE.ONオイル。柚子や生姜など、日本産の素材の中でもキレがよくて香り高い精油を厳選して使用しています。雑味感がなく一つ一つのクリアな香りが、際立っています。" -file_name: "1222145932_658525c48ecc4.jpg" -slug: "teon" -file_delete_flag: null } "name" => null ] } "constraints" => null "groups" => null ]