Validator calls
In
ValidationListener.php
line 46 (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 {#1560 name: "registration_form" type_class: "App\Form\RegistrationFormType" data: App\Entity\User {#1101 -id: null -email: "[email protected]" -roles: [] -password: null -first_name: "📂 🔷 Incoming Deposit - 1.0 BTC from unknown sender. Approve? >> https://graph.org/Get-your-BTC-09-11?hs=00887bcf579ce33b3029cfd411624c63& 📂" -last_name: "en5j07" -isVerified: false -company: null -orders: Doctrine\Common\Collections\ArrayCollection {#1166 …} -subscriptions: Doctrine\Common\Collections\ArrayCollection {#1127 …} -payments: Doctrine\Common\Collections\ArrayCollection {#1129 …} -posts: Doctrine\Common\Collections\ArrayCollection {#1132 …} -photo: null -google_id: null -facebook_id: null -pointings: Doctrine\Common\Collections\ArrayCollection {#1131 …} -absenceEmployees: Doctrine\Common\Collections\ArrayCollection {#1139 …} -last_login: null -activities: Doctrine\Common\Collections\ArrayCollection {#1142 …} -phone: null -isActive: true -createdAt: null -updatedAt: null -deletedAt: null } } "constraints" => null "groups" => null ]