- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 518
- Events
- Routing
- Cache
- Translation
- 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 {#6868 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#6151 -id: 1581 -pre_order_id: "2a7b65c1187205f603614547af7c01a4001a10a6" -order_no: "1581" -message: null -name01: "森" -name02: "千沙希" -kana01: null -kana02: null -company_name: null -email: "one.ok_chi-106.sara45@docomo.ne.jp" -phone_number: "08026938748" -postal_code: "8540063" -addr01: "諫早市貝津町" -addr02: "601番地18 モダンパラッツォ諫早ガーデン201号" -birth: DateTime @-62169984000 {#6145 date: -0001-11-30 09:18:59.0 Asia/Tokyo (+09:18) } -subtotal: 17600.0 -discount: 0 -delivery_fee_total: 0.0 -charge: 0.0 -tax: 1600.0 -total: 17600.0 -payment_total: 17600.0 -payment_method: "クレジットカード決済" -note: null -create_date: DateTime @1735130917 {#6142 date: 2024-12-25 21:48:37.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1735131094 {#9091 date: 2024-12-25 12:51:34.367587 UTC (+00:00) } -order_date: null -payment_date: null -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#6288 …} -Shippings: Doctrine\ORM\PersistentCollection {#6532 …} -MailHistories: Doctrine\ORM\PersistentCollection {#6534 …} -Customer: Eccube\Entity\Customer {#3450 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#4009 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#6695 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#6518 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#6279 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#6705 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8983 …} -trans_code: null -gmo_epsilon_order_no: null -PaymentStatus: null -RegularOrder: null -_calc_customer_rank: false -present_customer_rank_name: "" -customer_rank_id: 5 -customer_rank_name: "プラチナ会員" -add_point: 0.0 -use_point: "0" } } "constraints" => null "groups" => null ]