- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 463
- 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 {#5338 name: "_shopping_order" type_class: "Eccube\Form\Type\Shopping\OrderType" data: Eccube\Entity\Order {#4604 -id: 5481 -pre_order_id: "e6295559716c70771d1229238dfc07257f9ae709" -order_no: "5481" -message: null -name01: "内藤" -name02: "雅之" -kana01: "ナイトウ" -kana02: "マサユキ" -company_name: null -email: "at_yumi0430@i.softbank.jp" -phone_number: "090536146973" -postal_code: "5918022" -addr01: "堺市北区金岡町" -addr02: "1423-3 なかもずオールズ735号" -birth: null -subtotal: 2115.0 -discount: 0 -delivery_fee_total: 1297.0 -charge: 0.0 -tax: 253.0 -total: 3412.0 -payment_total: 3412.0 -payment_method: "クレジットカード" -note: null -create_date: DateTime @1730582141 {#4609 date: 2024-11-02 21:15:41.0 UTC (+00:00) } -update_date: DateTime @1730582986 {#8203 date: 2024-11-02 21:29:46.927902 UTC (+00:00) } -order_date: DateTime @1730582986 {#7141 date: 2024-11-02 21:29:46.193203 UTC (+00:00) } -payment_date: DateTime @1730582986 {#8147 date: 2024-11-02 21:29:46.925777 UTC (+00:00) } -currency_code: "JPY" -complete_message: null -complete_mail_message: null -OrderItems: Doctrine\ORM\PersistentCollection {#4818 …} -Shippings: Doctrine\ORM\PersistentCollection {#5087 …} -MailHistories: Doctrine\ORM\PersistentCollection {#5089 …} -Customer: null -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#3327 …} -Sex: null -Job: null -Payment: Proxies\__CG__\Eccube\Entity\Payment {#5122 …} -DeviceType: Proxies\__CG__\Eccube\Entity\Master\DeviceType {#5073 …} -CustomerOrderStatus: Proxies\__CG__\Eccube\Entity\Master\CustomerOrderStatus {#4810 …} -OrderStatusColor: Proxies\__CG__\Eccube\Entity\Master\OrderStatusColor {#5280 …} -OrderStatus: Eccube\Entity\Master\OrderStatus {#8193 …} -univa_pay_charge_id: "11ef9961-941b-eb5a-b550-7bcfe7596713" -univa_pay_subscription_id: null -univa_pay_charge_amount: null -add_point: "0" -use_point: "0" } } "constraints" => null "groups" => null ]