- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 10
- E-mails
- Debug
- E-mails
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
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 {#6009 name: "customer" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType" data: App\Entity\Customer {#4901 -id: 23698 -email: "rfranco@atlasfc.mx" -username: null -roles: [ "ROLE_CUSTOMER" ] -password: "$argon2id$v=19$m=65536,t=4,p=1$YVQ0VFpDV0NFRGJ1QlYvTA$gfuhyfTZtEOInyf5M1i5+EU5R/8O1LoEb3v8X9aG1Oo" -plainPassword: null -enabled: true -name: "Rodrigo" -surname: "Franco" -address: null -celular: null -image: null -imageFile: null -createdAt: DateTime @1693530122 {#4896 date: 2023-08-31 19:02:02.0 America/Boise (-06:00) } -updatedAt: DateTime @1738609385 {#6885 date: 2025-02-03 12:03:05.933250 America/Boise (-07:00) } -season: Doctrine\ORM\PersistentCollection {#4959 …} -country: Proxies\__CG__\App\Entity\Country {#4989 …} +countryId: 147 +seasonActive: null -suggestions: Doctrine\ORM\PersistentCollection {#4988 …} -typeAccount: "APP" -isPro: false -purchase: null -purchasePlatform: null -membershipId: null -customerCoupons: Doctrine\ORM\PersistentCollection {#4986 …} -couponStatus: null -phone: "3318703188" -googleAuthCode: "BJWJDB67AW7GELZD" -googleAuthCodeVerified: null -dateOfBirth: DateTime @896335200 {#4898 date: 1998-05-28 00:00:00.0 America/Boise (-06:00) } -notifications: Doctrine\ORM\PersistentCollection {#4984 …} -deletedAt: DateTime @1707673232 {#4899 date: 2024-02-11 10:40:32.0 America/Boise (-07:00) } -isDeleted: null -exerciseQualifications: Doctrine\ORM\PersistentCollection {#5010 …} -strategies: Doctrine\ORM\PersistentCollection {#5061 …} +"typeSoccerTeamId": 3 } } "constraints" => null "groups" => null ]