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: 6 #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 {#1837 name: "sort" type_class: "Buckler\News\Form\PageSortType" data: Buckler\News\Model\PageListSort {#1549 #id: null #title: null #code: null #createdAt: null #updatedAt: null #publishedAt: Buckler\Core\Model\SortItem {#2159 …} #ordering: 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 {#2550 name: "filter" type_class: "Buckler\News\Form\PageFilterType" data: App\BucklerExtension\News\Model\NewsPageListFilterExtension {#2518 #tagCodes: [] #groupIds: [] #groupCodes: [ "smtp" ] #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 ]