- POL - Cache Calls
- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client 3
- 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 {#35219 name: "quote" type_class: "App\V4\Form\Type\Quote\QuoteType" data: App\V4\Model\Quote\Quote {#33949 -id: "a05e9d03f781453784371162da2f1444" -externalId: null -customerId: "37f0fc4421cf42aead0a654e3b6e7f1d" -quoteLines: Doctrine\Common\Collections\ArrayCollection {#33991 …} -name: "Test designation" -prospect: null -prospectId: "ae84125daba7404ab42f0e548d3c6550" -managedBy: "e30d05bc8bc141de962fa8493e4be6bc" -contactId: "0e280b9160e6404dade01d1796460af4" -terms: null -warrantlyAt: null -contractNumber: null -isMaintenance: null -comment: null -issuedAt: DateTime @1757628000 {#34115 date: 2025-09-12 00:00:00.0 +02:00 } -potential: null -quoteNumber: null -status: App\V4\Model\QuoteState\QuoteState {#34447 …} -description: null -expectedSignedAt: null -expiredAt: null -totalExcludingVat: null -weightedTotal: "0" -isSalesForecast: true -customerFiles: [] -sectionName: null -specificFields: Doctrine\Common\Collections\ArrayCollection {#33999 …} -parent: null -children: Doctrine\Common\Collections\ArrayCollection {#33989 …} -tasks: Doctrine\Common\Collections\ArrayCollection {#34021 …} -prospectFullName: null -contactIdRealName: null -managedByRealName: null -reason: null -reasonComment: null -createdAt: DateTime @1757666220 {#34190 date: 2025-09-12 10:37:00.0 +02:00 } -updatedAt: DateTime @1757667301 {#34192 date: 2025-09-12 10:55:01.0 +02:00 } -createdBy: "SAUTRON Guillaume" -updatedBy: "SAUTRON Guillaume" #shouldNormalizeAsIRI: false #isProspectRefreshNeeded: false } } "constraints" => null "groups" => null ]
In
Validator.php
line 61 (context):
No violations
[ "value" => App\V4\Model\Quote\Quote {#33949 -id: "a05e9d03f781453784371162da2f1444" -externalId: null -customerId: "37f0fc4421cf42aead0a654e3b6e7f1d" -quoteLines: Doctrine\Common\Collections\ArrayCollection {#33991 …} -name: "Test designation" -prospect: null -prospectId: "ae84125daba7404ab42f0e548d3c6550" -managedBy: "e30d05bc8bc141de962fa8493e4be6bc" -contactId: "0e280b9160e6404dade01d1796460af4" -terms: null -warrantlyAt: null -contractNumber: null -isMaintenance: null -comment: null -issuedAt: DateTime @1757628000 {#34115 date: 2025-09-12 00:00:00.0 +02:00 } -potential: null -quoteNumber: null -status: App\V4\Model\QuoteState\QuoteState {#34447 …} -description: null -expectedSignedAt: null -expiredAt: null -totalExcludingVat: null -weightedTotal: "0" -isSalesForecast: true -customerFiles: [] -sectionName: null -specificFields: Doctrine\Common\Collections\ArrayCollection {#33999 …} -parent: null -children: Doctrine\Common\Collections\ArrayCollection {#33989 …} -tasks: Doctrine\Common\Collections\ArrayCollection {#34021 …} -prospectFullName: null -contactIdRealName: null -managedByRealName: null -reason: null -reasonComment: null -createdAt: DateTime @1757666220 {#34190 date: 2025-09-12 10:37:00.0 +02:00 } -updatedAt: DateTime @1757667301 {#34192 date: 2025-09-12 10:55:01.0 +02:00 } -createdBy: "SAUTRON Guillaume" -updatedBy: "SAUTRON Guillaume" #shouldNormalizeAsIRI: false #isProspectRefreshNeeded: false } "constraints" => null "groups" => null ]