- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 460
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations 12
- 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 {#4397 name: "entry" type_class: "Eccube\Form\Type\Front\EntryType" data: Eccube\Entity\Customer {#3270 -id: 645 -name01: "小笠原" -name02: "則子" -kana01: "オガサワラ" -kana02: "ノリコ" -company_name: null -postal_code: "2750026" -addr01: "習志野市谷津" -addr02: "3-1-50-307" -email: "momovivao@gmail.com" -phone_number: "09011214377" -birth: DateTime @39884400 {#5195 date: 1971-04-07 15:00:00.0 UTC (+00:00) } -plain_password: "abc********123" -password: "335d1e228dc02aa6cf3f9f5144b8f8e4df0770b4645f0a2346054acbb2afb13d" -salt: "slenarucha" -secret_key: "1393130031" -first_buy_date: DateTime @1592493872 {#3280 date: 2020-06-19 00:24:32.0 Asia/Tokyo (+09:00) } -last_buy_date: DateTime @1596925637 {#3274 date: 2020-08-09 07:27:17.0 Asia/Tokyo (+09:00) } -buy_times: "3" -buy_total: "11220.00" -note: null -reset_key: null -reset_expire: null -point: "0" -create_date: DateTime @1592493433 {#3273 date: 2020-06-19 00:17:13.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1746849288 {#5572 date: 2025-05-10 03:54:48.565566 UTC (+00:00) } -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#3519 …} -CustomerAddresses: Doctrine\ORM\PersistentCollection {#3614 …} -Orders: Doctrine\ORM\PersistentCollection {#3616 …} -Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#3701 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#3711 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#3721 …} -Country: Proxies\__CG__\Eccube\Entity\Master\Country {#3731 …} -Pref: Eccube\Entity\Master\Pref {#5143 …} +univa_pay_cards: null } } "constraints" => null "groups" => null ]