- POL - Cache Calls
- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client 4
- Doctrine
- E-mails
- Debug
- Messages
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Validator calls
In
ValidationListener.php
line 50 (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
// ConstraintViolation::getConstraint() must not expect to provide a constraint as long as Symfony\Component\Validator\ExecutionContext exists (before 3.0)
[ "value" => Symfony\Component\Form\Form {#3646 name: "task" type_class: "App\V4\Form\Type\Task\TaskType" data: App\V4\Model\Task\Task {#2081 -id: "97f309f7d903447cb85c32abe37e3a2d" -forceId: null -name: "Veille co" -externalId: null -customerId: "0662705af65c48908b017d8fb0724bac" -isClosed: true -beginAt: DateTime @1752584880 {#2239 date: 2025-07-15 15:08:00.0 +02:00 } -endAt: null -memo: "<p>Prendre contact par téléphone pour prise de rdv </p>" -taskType: App\V4\Model\TaskType\TaskType {#2240 …} -taskMailingStats: null -managedBy: "14a869dc7a85486fbe1136e408f87f41" -description: null -contacts: Doctrine\Common\Collections\ArrayCollection {#1879 …} -prospect: App\V4\Model\Prospect\Prospect {#2278 …} -managedByRealName: "Yasmina BACHA" -createdByRealName: null -customerName: "AGRIPOLYANE" -updatedByRealName: null -contactsFormatted: "Virginie LAVERLOCHERE" -report: null -customerFiles: null -sectionName: null -isLocked: null -specificFields: Doctrine\Common\Collections\ArrayCollection {#1881 …} -quotes: Doctrine\Common\Collections\ArrayCollection {#1880 …} -isDraft: false -createdAt: DateTime @1752066709 {#2377 date: 2025-07-09 15:11:49.0 +02:00 } -updatedAt: DateTime @1752066709 {#2353 date: 2025-07-09 15:11:49.0 +02:00 } -createdBy: "BACHA Yasmina" -updatedBy: "BACHA Yasmina" #shouldNormalizeAsIRI: false } } "constraints" => null "groups" => null ]