- 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 {#5882 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5100 -id: 6171 -pre_order_id: "dc19f8efe22de8f16f5d088b1e61a9387d871bed" -order_no: "6171" -message: null -name01: "髙橋" -name02: "洋子" -kana01: "タカハシ" -kana02: "ヨウコ" -company_name: null -email: "yt.1104@au.com" -phone_number: "09020420485" -postal_code: "5900044" -addr01: "堺市堺区五条通" -addr02: "5番7号" -birth: DateTime @-292032000 {#5106 date: 1960-09-30 09:00:00.0 Asia/Tokyo (+09:00) } -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 @1751943879 {#5169 date: 2025-07-08 03:04:39.0 UTC (+00:00) } -update_date: DateTime @1751944045 {#7707 date: 2025-07-08 03:07:25.456101 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5302 …} -Shippings: Doctrine\ORM\PersistentCollection {#5571 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5573 …} -Customer: Eccube\Entity\Customer {#3270 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3721 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3731 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3711 …} -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5606 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5185 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5556 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5757 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#5767 …} -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 ]