- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 509
- Events
- Routing
- Cache
- Translation 1
- 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 {#9692 name: "" type_class: "Eccube\Form\Type\SearchProductBlockType" data: [ "category_id" => Eccube\Entity\Category {#8325 -id: 2 -name: "ダイキン" -hierarchy: 2 -sort_no: 98 -create_date: DateTime @1713346440 {#8326 date: 2024-04-17 18:34:00.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1733366793 {#8324 date: 2024-12-05 11:46:33.0 Asia/Tokyo (+09:00) } -ProductCategories: Doctrine\ORM\PersistentCollection {#8320 …} -Children: Doctrine\ORM\PersistentCollection {#8319 …} -Parent: Eccube\Entity\Category {#8334 …} -Creator: Proxies\__CG__\Eccube\Entity\Member {#7973 …} -free_area: "ダイキンの業務用エアコンは日本トップシェアを誇ります。長年にわたりトップシェアを獲得する理由は、高品質な製品、革新的な技術、幅広いラインナップからです。ダイキンは世界で唯一、空調機器と冷媒の両方を製造する総合空調メーカーです。ダイキンのエアコンは人検知センサーと床温度センサー搭載で快適さを実現し、環境に応じて自動的に適切な温度や風量を調節します。また、スマートな制御システムにより、省エネ効果も高められ、快適性とエネルギー効率の両立を実現します。" -category_image: "1205114632_6751140802b1b.gif" -hidden_flag: false } "name" => null "tag" => null ] } "constraints" => null "groups" => null ]