- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 463
- 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 {#5338 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#4604 -id: 6221 -pre_order_id: "5783768f80989c8667e66d2da1cad7414579faf7" -order_no: "6221" -message: null -name01: "鹿見" -name02: "和秀" -kana01: "シカミ" -kana02: "カズヒデ" -company_name: null -email: "kazu.supershot1972@docomo.ne.jp" -phone_number: "09050624291" -postal_code: "5890023" -addr01: "大阪狭山市大野台" -addr02: "3丁18-11" -birth: null -subtotal: 4428.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 328.0 -total: 4428.0 -payment_total: 4428.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1752242113 {#4609 date: 2025-07-11 13:55:13.0 UTC (+00:00) } -update_date: DateTime @1752242256 {#8060 date: 2025-07-11 13:57:36.221842 UTC (+00:00) } -order_date: DateTime @1752242255 {#6998 date: 2025-07-11 13:57:35.080352 UTC (+00:00) } -payment_date: DateTime @1752242256 {#8004 date: 2025-07-11 13:57:36.220359 UTC (+00:00) } -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#4818 …} -Shippings: Doctrine\ORM\PersistentCollection {#5087 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5089 …} -Customer: null -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3327 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5122 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5073 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#4810 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5280 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8048 …} -univa_pay_charge_id: "11f05e5e-f96f-3aee-9199-9b53b37243f5" -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]