- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 216
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 14
- 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 {#5532 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#4856 -id: 621 -pre_order_id: "dacdda1c0a93b44def1dda8ba4a297b207dd78ce" -order_no: "621" -message: null -name01: "富永" -name02: "元美" -kana01: "トミナガ" -kana02: "モトミ" -company_name: "Eclana" -email: "eclana201@gmail.com" -phone_number: "07023001789" -postal_code: "5770057" -addr01: "東大阪市足代新町" -addr02: "9-17 Siete布施駅前 902" -birth: null -subtotal: 9350.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 850.0 -total: 9350.0 -payment_total: 9350.0 -payment_method: "ゆうちょ銀行振込" -note: "送料¥850は次回請求" -create_date: DateTime @1742474894 {#4923 date: 2025-03-20 12:48:14.0 UTC (+00:00) } -update_date: DateTime @1742475046 {#6865 date: 2025-03-20 12:50:46.528750 UTC (+00:00) } -order_date: DateTime @1742475046 {#6790 date: 2025-03-20 12:50:46.500433 UTC (+00:00) } -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#5059 …} -Shippings: Doctrine\ORM\PersistentCollection {#5303 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5305 …} -Customer: Eccube\Entity\Customer {#3106 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3561 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3551 …} -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5466 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5289 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#5050 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5476 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#6753 …} -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]