- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 8
- 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 {#5164 name: "exercise" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType" data: App\Entity\Exercise {#4824 -id: 5594 -category: Proxies\__CG__\App\Entity\Category {#4863 …} -materials: Doctrine\ORM\PersistentCollection {#4862 …} -notes: Doctrine\ORM\PersistentCollection {#4870 …} -image: "posesion apoyos posicional 3P y gol.png" -imageFile: null -updatedAt: DateTime @1743589047 {#4822 date: 2025-04-02 04:17:27.0 America/Boise (-06:00) } -poster: "posesion apoyos posicional 3P y gol.png" -posterFile: null -dificulty: "MEDIUM" -intensity: "HIGH" -duration: 15 -exerciseCalendars: Doctrine\ORM\PersistentCollection {#4914 …} -customer_id: null -category_id: 5 -exerciseQualifications: Doctrine\ORM\PersistentCollection {#4949 …} -is_shared: null -deletedAt: null -stars: null #translations: Doctrine\ORM\PersistentCollection {#4952 …} #newTranslations: null #currentLocale: "es" #defaultLocale: "es" } } "constraints" => null "groups" => null ]