- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 518
- Events
- Routing
- Cache
- Translation 60
- Security
- Twig
- Doctrine 2
- Migrations 13
- 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 {#7052 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#6252 -id: 2382 -pre_order_id: "46ecd63b8f9f8a07c1feb2d8d40fa367ff095c6e" -order_no: 2382 -message: null -name01: "納富" -name02: "里美" -kana01: null -kana02: null -company_name: null -email: "buu26xx@gmail.com" -phone_number: "08064316339" -postal_code: "8590405" -addr01: "諫早市多良見町中里" -addr02: "メゾン中里101" -birth: DateTime @1685545200 {#6246 date: 2023-06-01 00:00:00.0 Asia/Tokyo (+09:00) } -subtotal: 1870.0 -discount: 0 -delivery_fee_total: 660.0 -charge: 0.0 -tax: 230.0 -total: 2530.0 -payment_total: 2530.0 -payment_method: "クレジットカード決済" -note: null -create_date: DateTime @1749709840 {#6243 date: 2025-06-12 06:30:40.0 UTC (+00:00) } -update_date: DateTime @1749709862 {#9305 date: 2025-06-12 06:31:02.555732 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#6389 …} -Shippings: Doctrine\ORM\PersistentCollection {#6633 …} -MailHistories: Doctrine\ORM\PersistentCollection {#6635 …} -Customer: Eccube\Entity\Customer {#3638 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4010 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#6796 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#6795 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#6618 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#6799 …} -OrderStatus: Proxies\__CG__\Eccube\Entity\Master\OrderStatus {#6809 …} -trans_code: null -gmo_epsilon_order_no: null -PaymentStatus: null -RegularOrder: null -_calc_customer_rank: false -present_customer_rank_name: "" -customer_rank_id: 4 -customer_rank_name: "GOLD会員" -add_point: 0.0 -use_point: 0 } } "constraints" => null "groups" => null ]