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 {#1574 name: "pagination" type_class: "Buckler\Core\Form\PaginationFormType" data: Buckler\Core\Model\Pagination {#1319 #page: 1 #limit: 48 #withoutTotal: null } } "constraints" => null "groups" => null ]
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 {#2376 name: "filter" type_class: "Buckler\News\Form\PageFilterType" data: App\BucklerExtension\News\Model\NewsPageListFilterExtension {#2344 #tagCodes: [] #groupIds: [] #groupCodes: [ "sitemap.xml" ] #tagIds: [] #ids: [] #title: null #migrateId: null #code: null #createdAt: null #createdAtFrom: null #createdAtTo: null #updatedAt: null #updatedAtFrom: null #updatedAtTo: null #content: null #publishedAt: null #publishedAtTo: null #publishedAtFrom: null #onMainPage: null #query: null #artistIds: [] } } "constraints" => null "groups" => null ]