- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 518
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- 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 {#5136 name: "admin_customer" type_class: "Eccube\Form\Type\Admin\CustomerType" data: Eccube\Entity\Customer {#4301 -id: 1848 -name01: "永田" -name02: "華音" -kana01: "ナガタ" -kana02: "カノン" -company_name: "長崎記念病院" -postal_code: "8500976" -addr01: "長崎市毛井首町" -addr02: "96-13" -email: "kanon327@icloud.com" -phone_number: "08085789828" -birth: DateTime @985618800 {#4376 date: 2001-03-27 00:00:00.0 Asia/Tokyo (+09:00) } -plain_password: "abc********123" -password: "76957493df03675b77fedb39f06de16d10b3efd06769e38ab50f87706b95866b" -salt: "df1d447287" -secret_key: "MfLDr6CcwFnxgVFLEbqkjhBHYplkj9Hm" -first_buy_date: DateTime @1729917192 {#4379 date: 2024-10-26 13:33:12.0 Asia/Tokyo (+09:00) } -last_buy_date: DateTime @1741094714 {#4377 date: 2025-03-04 22:25:14.0 Asia/Tokyo (+09:00) } -buy_times: "3" -buy_total: "87400.00" -note: null -reset_key: null -reset_expire: null -point: 7800.0 -create_date: DateTime @1711803209 {#4371 date: 2024-03-30 21:53:29.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1743556426 {#7060 date: 2025-04-02 01:13:46.996453 UTC (+00:00) } -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#4480 …} -CustomerAddresses: Doctrine\ORM\PersistentCollection {#4576 …} -Orders: Doctrine\ORM\PersistentCollection {#4578 …} -Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4663 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4673 …} -Job: Proxies\__CG__\Eccube\Entity\Master\Job {#4683 …} -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2892 …} -gmo_epsilon_credit_card_expiration_date: DateTime @1809010800 {#4325 date: 2027-04-30 00:00:00.0 Asia/Tokyo (+09:00) } -card_change_request_mail_send_date: null -check_date: DateTime @1741094714 {#4317 date: 2025-03-04 22:25:14.0 Asia/Tokyo (+09:00) } -CustomerRank: Plugin\CustomerRank42\Entity\CustomerRank {#5652 …} } } "constraints" => null "groups" => null ]