- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 462
- Events
- Routing
- Cache
- Translation 42
- 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.
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 {#5877 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5098 -id: 6458 -pre_order_id: "3bf0d4de6fdce84931a18214bf6fdb90c0eceb39" -order_no: "6458" -message: """ お客様情報を\n 株式会社アジュバンコスメジャパン\n 代表取締役社長 田中 順子 でお願いいたします。\n \n こちらでは変更できないようですので、ご対応いただけますと幸いです。 """ -name01: "羽音" -name02: "隆夫" -kana01: "ハオト" -kana02: "タカオ" -company_name: "アジュバンコスメジャパン" -email: "t-haoto@adjuvant.co.jp" -phone_number: "0783510050" -postal_code: "6500011" -addr01: "神戸市中央区下山手通" -addr02: "5-5-5" -birth: null -subtotal: 3758.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 278.0 -total: 3758.0 -payment_total: 3758.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1753770657 {#5103 date: 2025-07-29 06:30:57.0 UTC (+00:00) } -update_date: DateTime @1753772105 {#8133 date: 2025-07-29 06:55:05.699545 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5298 …} -Shippings: Doctrine\ORM\PersistentCollection {#5567 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5569 …} -Customer: Eccube\Entity\Customer {#3269 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3728 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3708 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#3718 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5602 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#3807 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5553 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5290 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#5762 …} -univa_pay_charge_id: null -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]