- 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 {#5755 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#5035 -id: 6654 -pre_order_id: "b1cc3d95c8aec5232f4320b634cf81ef3a483eff" -order_no: "6654" -message: null -name01: "奥田" -name02: "洋子" -kana01: "オクダ" -kana02: "ヨウコ" -company_name: null -email: "mmyyokuda@nifty.com" -phone_number: "0286230237" -postal_code: "3200055" -addr01: "宇都宮市下戸祭" -addr02: "1丁目3-11 サーパス八幡山公園1105" -birth: null -subtotal: 5508.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 408.0 -total: 5508.0 -payment_total: 5508.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1759735712 {#5040 date: 2025-10-06 07:28:32.0 UTC (+00:00) } -update_date: DateTime @1759736107 {#8303 date: 2025-10-06 07:35:07.501869 UTC (+00:00) } -order_date: DateTime @1759736107 {#7252 date: 2025-10-06 07:35:07.066992 UTC (+00:00) } -payment_date: DateTime @1759736107 {#8253 date: 2025-10-06 07:35:07.497729 UTC (+00:00) } -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5235 …} -Shippings: Doctrine\ORM\PersistentCollection {#5504 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5506 …} -Customer: Eccube\Entity\Customer {#3269 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3718 …} -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3728 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3708 …} -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5539 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5490 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5227 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5697 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8297 …} -univa_pay_charge_id: "11f0a286-d9e1-1ece-baa4-7b48b8e6e5b1" -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]