Validator calls
In
ValidationListener.php
line ():
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 {#1578 name: "landlord_property" type_class: "App\Form\LandlordPropertyType" data: App\Entity\Property {#206 -id: 3 -landlord: App\Entity\Landlord {#1039 …} -tenant: App\Entity\Tenant {#1655 …} -cadastralId: "0121107.0183" -cadastralType: App\Enum\PropertyCadastralType {#1410 …} -address: "" -useFor: "" -landArea: 10 -area: 5.0 -ownership: "" -multipolygonMoldref: "((0.0 0.0,0.1 0.0,0.1 0.1,0.0 0.0))" -multipolygon: "((0.0 0.0,0.1 0.0,0.1 0.1,0.0 0.0))" -centroid: App\ValueObject\Point {#205 …} -administrativeAreaLevelOne: "Mun. Chișinău" -administrativeAreaLevelOneSlug: "mun-chisinau" -administrativeAreaLevelTwo: ? ?string -localityLongName: "Chișinău" -localityLongNameSlug: "chisinau" -sublocality: ? ?string -route: ? ?string -streetNumber: ? ?string -formattedAddress: "Piața Marii Adunări Naționale, Bulevardul Ștefan cel Mare și Sfânt, Chișinău, Moldova" -lat: "47.024629755338104" -lng: "28.832583784462724" -placeId: "ChIJ3cMp9zN8yUARXgrmbUzlOoY" -price: null -createdAt: DateTimeImmutable @1780668182 {#163 date: 2026-06-05 14:03:02.848938 UTC (+00:00) } -updatedAt: ? ?DateTime } } "constraints" => null "groups" => null ]
No violations