- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 461
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 12
- Debug
- E-mails 1
- 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 {#5768 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5046 -id: 6207 -pre_order_id: "b665cf3c19818c1a7a8062b1494e37b2d3ee3c0f" -order_no: "6207" -message: null -name01: "林" -name02: "奈穂子" -kana01: "ハヤシ" -kana02: "ナオコ" -company_name: null -email: "ian.susie@ezweb.ne.jp" -phone_number: "09038698835" -postal_code: "5870063" -addr01: "堺市美原区大饗" -addr02: "351-17" -birth: DateTime @-15465600 {#5052 date: 1969-07-06 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 @1752125044 {#5115 date: 2025-07-10 05:24:04.0 UTC (+00:00) } -update_date: DateTime @1752125187 {#8312 date: 2025-07-10 05:26:27.532921 UTC (+00:00) } -order_date: DateTime @1752125186 {#7260 date: 2025-07-10 05:26:26.654913 UTC (+00:00) } -payment_date: DateTime @1752125187 {#8261 date: 2025-07-10 05:26:27.530173 UTC (+00:00) } -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5248 …} -Shippings: Doctrine\ORM\PersistentCollection {#5517 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5519 …} -Customer: Eccube\Entity\Customer {#3270 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3731 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3741 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3711 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#3721 …} -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5552 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5503 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5240 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5710 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8306 …} -univa_pay_charge_id: "11f05d4e-5ffd-b4e6-96d8-9b3f10a500ca" -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]