- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 519
- 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 {#5129 name: "admin_customer" type_class: "Eccube\Form\Type\Admin\CustomerType" data: Eccube\Entity\Customer {#4298 -id: 1782 -name01: "大野" -name02: "まなみ" -kana01: null -kana02: null -company_name: null -postal_code: "8500902" -addr01: "長崎市丸山町" -addr02: "1-13-603" -email: "vssi7453@yahoo.co.jp" -phone_number: "09057697931" -birth: DateTime @1696086000 {#4376 date: 2023-10-01 00:00:00.0 Asia/Tokyo (+09:00) } -plain_password: "abc********123" -password: "eb914d54eff486a06169af387eb1f337396886933d003097bd5248840cf4df41" -salt: "2be3e30564" -secret_key: "WCnE4Atd0XMgAGgurhtrRHB0EK0mxV38" -first_buy_date: DateTime @1724975359 {#4379 date: 2024-08-30 08:49:19.0 Asia/Tokyo (+09:00) } -last_buy_date: DateTime @1734757502 {#4377 date: 2024-12-21 14:05:02.0 Asia/Tokyo (+09:00) } -buy_times: "2" -buy_total: "77454.00" -note: null -reset_key: null -reset_expire: DateTime @1734756494 {#4371 date: 2024-12-21 13:48:14.0 Asia/Tokyo (+09:00) } -point: 1800.0 -create_date: DateTime @1698306683 {#4369 date: 2023-10-26 16:51:23.0 Asia/Tokyo (+09:00) } -update_date: DateTime @1734938076 {#6042 date: 2024-12-23 07:14:36.966826 UTC (+00:00) } -CustomerFavoriteProducts: Doctrine\ORM\PersistentCollection {#4481 …} -CustomerAddresses: Doctrine\ORM\PersistentCollection {#4577 …} -Orders: Doctrine\ORM\PersistentCollection {#4579 …} -Status: Proxies\__CG__\Eccube\Entity\Master\CustomerStatus {#4664 …} -Sex: Proxies\__CG__\Eccube\Entity\Master\Sex {#4674 …} -Job: null -Country: null -Pref: Proxies\__CG__\Eccube\Entity\Master\Pref {#2892 …} -gmo_epsilon_credit_card_expiration_date: DateTime @1861801200 {#4317 date: 2028-12-31 00:00:00.0 Asia/Tokyo (+09:00) } -card_change_request_mail_send_date: null -check_date: DateTime @1734757503 {#4300 date: 2024-12-21 14:05:03.0 Asia/Tokyo (+09:00) } -CustomerRank: Proxies\__CG__\Plugin\CustomerRank42\Entity\CustomerRank {#4702 …} } } "constraints" => null "groups" => null ]