- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 259
- Events
- Routing
- Cache
- Translation 29
- Security
- Twig
- Doctrine 2
- Migrations 15
- 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 {#7682 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#7121 -id: 2314 -pre_order_id: "ad3bc3fa948f0e63365bebd4e2fd1aeb9fc96aa9" -order_no: "2314" -message: null -name01: "石山" -name02: "周作" -kana01: "イシヤマ" -kana02: "シュウサク" -company_name: null -email: "ishiyamas@tekwind.co.jp" -phone_number: "08050226217" -postal_code: "2730864" -addr01: "船橋市北本町" -addr02: "ライオンズマンション205" -birth: null -subtotal: 290152.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 26377.0 -total: 290152.0 -payment_total: 290152.0 -payment_method: "クレジットカード決済" -note: null -create_date: DateTime @1737434702 {#7116 date: 2025-01-21 04:45:02.0 UTC (+00:00) } -update_date: DateTime @1737436140 {#10988 date: 2025-01-21 05:09:00.435529 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#7122 …} -Shippings: Doctrine\ORM\PersistentCollection {#7273 …} -MailHistories: Doctrine\ORM\PersistentCollection {#7275 …} -Customer: Eccube\Entity\Customer {#3744 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4201 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4191 …} -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#7438 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#4280 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#7259 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#7132 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#7450 …} -trans_code: null -gmo_epsilon_order_no: null -PaymentStatus: null -RegularOrder: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]