- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- 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 {#5397 name: "exercise" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType" data: App\Entity\Exercise {#5178 -id: 5397 -category: App\Entity\Category {#6175 …} -materials: Doctrine\ORM\PersistentCollection {#6260 …} -notes: Doctrine\ORM\PersistentCollection {#5351 …} -image: "tumbar cono y ataque.png" -imageFile: Symfony\Component\HttpFoundation\File\File {#6606 …} -updatedAt: DateTime @1736269813 {#6589 date: 2025-01-07 10:10:13.667226 America/Boise (-07:00) } -poster: "tumbar cono y ataque.png" -posterFile: Symfony\Component\HttpFoundation\File\File {#6607 …} -dificulty: "MEDIUM" -intensity: "HIGH" -duration: 20 -exerciseCalendars: Doctrine\ORM\PersistentCollection {#6626 …} -customer_id: null -category_id: null -exerciseQualifications: Doctrine\ORM\PersistentCollection {#6668 …} -is_shared: null -deletedAt: null -stars: Doctrine\Common\Collections\ArrayCollection {#5214 …} #translations: Doctrine\ORM\PersistentCollection {#6717 …} #newTranslations: null #currentLocale: "es" #defaultLocale: "es" } } "constraints" => null "groups" => null ]