- 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 {#6016 name: "customer" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType" data: App\Entity\Customer {#4908 -id: 18241 -email: "josver4@gmail.com" -username: null -roles: [ "ROLE_CUSTOMER" ] -password: "$argon2id$v=19$m=65536,t=4,p=1$RVNUeTBHR0JpZDdVb0ZzUQ$IabB41m7uIw4WJzwnX3JqMPRdEfzMBLZ4afDsw/J1d0" -plainPassword: null -enabled: true -name: "Jose Manuel" -surname: "2" -address: null -celular: null -image: null -imageFile: null -createdAt: DateTime @1666105571 {#4905 date: 2022-10-18 09:06:11.0 America/Boise (-06:00) } -updatedAt: DateTime @1747214691 {#6921 date: 2025-05-14 03:24:51.454095 America/Boise (-06:00) } -season: Doctrine\ORM\PersistentCollection {#4966 …} -country: Proxies\__CG__\App\Entity\Country {#4996 …} +countryId: 2 +seasonActive: 24794 -suggestions: Doctrine\ORM\PersistentCollection {#4995 …} -typeAccount: "APP" -isPro: false -purchase: null -purchasePlatform: null -membershipId: null -customerCoupons: Doctrine\ORM\PersistentCollection {#4993 …} -couponStatus: null -phone: null -googleAuthCode: null -googleAuthCodeVerified: false -dateOfBirth: null -notifications: Doctrine\ORM\PersistentCollection {#4991 …} -deletedAt: null -isDeleted: null -exerciseQualifications: Doctrine\ORM\PersistentCollection {#5017 …} -strategies: Doctrine\ORM\PersistentCollection {#5068 …} +"typeSoccerTeamId": 1 } } "constraints" => null "groups" => null ]