- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 576
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 1
- 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 {#3182 name: "entry" type_class: "Eccube\Form\Type\Front\EntryType" data: Eccube\Entity\Customer {#2790 -id: 73 -name01: "金沢" -name02: "竜一" -kana01: "カナザワ" -kana02: "リュウイチ" -company_name: null -postal_code: "6600858" -addr01: "尼崎市築地4丁目" -addr02: "6-2-403" -email: "kanazawaryu1@gmail.com" -phone_number: "09099946391" -birth: DateTime @229878000 {#4021 date: 1977-04-14 15:00:00.0 UTC (+00:00) } -plain_password: "kanazawaryu1" -password: "1490fc27dfd125611d72a9bcc7987a74abb023b35313c9ff4d209e4d7739cfc1" -salt: "70aab9dfa2" -secret_key: "a2lUMV6cvGn1Bj1YeDMcY9yqXGYjQjpP" -first_buy_date: null -last_buy_date: null -buy_times: 0 -buy_total: 0 -note: null -reset_key: null -reset_expire: null -point: 0 -create_date: DateTime @1751898702 {#4424 date: 2025-07-07 14:31:42.374526 UTC (+00:00) } -update_date: DateTime @1751898702 {#4426 date: 2025-07-07 14:31:42.374527 UTC (+00:00) } -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3522 …} -CustomerAddresses: Doctrine\ORM\PersistentCollection {#4399 …} -Orders: Doctrine\ORM\PersistentCollection {#4348 …} -Status: Eccube\Entity\Master\CustomerStatus {#2807 …} -Sex: Eccube\Entity\Master\Sex {#3148 …} -Job: Eccube\Entity\Master\Job {#4063 …} -Country: null -Pref: Eccube\Entity\Master\Pref {#3969 …} +codeac_linepay_cards: null -SubscribingCustomers: null } } "constraints" => null "groups" => null ]