Validator calls
In
ValidationListener.php
line ():
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 {#1226 name: "Template" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" data: App\Entity\Template {#719 -id: 22 -name: "Stage in/out Confirmation" -content: """ <h4>Display Space:</h4>\r\n {% include 'company/display_space.html.twig' %}\r\n <h4>Dear Exhibitor,</h4>\r\n <p>Welcome to the <strong>2027 Houston Boat Show</strong>!</p>\r\n <p>To ensure a smooth, safe, and efficient setup and teardown process for everyone, please review the critical guidelines, schedules, and requirements detailed below.</p>\r\n <ul>\r\n <li>Booth Move-In Guidelines</li>\r\n <li>Open Area Move-In Guidelines</li>\r\n <li>Staging and Lot Map</li>\r\n <li>Move-In Schedule</li>\r\n <li>Move-Out Procedures</li>\r\n </ul>\r\n {% include 'company/stage_in_signature_form.html.twig' %}\r\n <p>If there is any further information you require, please call our office at: 713-526-6361</p> """ -title: "Exhibitor Move-In & Move-Out Confirmation" } } "constraints" => null "groups" => null ]