- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
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
$allowNonSynchronized = $violation->getConstraint() instanceof Form && Form::NOT_SYNCHRONIZED_ERROR === $violation->getCode();
[ "value" => Symfony\Component\Form\Form {#1659 name: "commande" type_class: "App\Form\CommandeType" data: App\Entity\Commande {#1177 -id: 7771 -nombreColisTotal: 1 -numeroDae: "" -assuranceLivraison: false -emballageLivraison: true -fichierFacture: "facture_190_68555ceb41f4b.pdf" -numeroFacture: "FA2294" -montantTotalFacture: 82.0 -dateDebutFenetre: null -dateFinFenetre: null -dateCommandeSoumission: DateTime @1750424811 {#1615 date: 2025-06-20 15:06:51.209241 Europe/Paris (+02:00) } -codePostalLivraison: "76259" -villeLivraison: "PONDER" -adresseLivraison: "144 January Lane" -complementAdresseLivraison: "" -etatUs: "TX" -state: "emballage_caviste" -observation: "" -province: "Texas" -nombreBouteilleRouge: 4 -nombreBouteilleBlanc: 2 -nombreBouteillePetillant: 0 -token: "gsrefgrdsgfres" -client: Proxies\__CG__\App\Entity\Client {#830 …} -clientFinal: App\Entity\ClientFinal {#2037 …} -colis: Doctrine\ORM\PersistentCollection {#2229 …} -fedexPdfGenerated: false -isTemporaire: true -isValideeParClient: false -commandeMassive: false -dateCollecte: DateTime @1750982400 {#1926 date: 2025-06-27 02:00:00.0 Europe/Paris (+02:00) } -previDebut: null -previFin: null -crenoUpdatable: null -nombreMagnumRouge: 0 -nombreMagnumBlanc: 0 -nombreMagnumPetillant: 0 -trackingNumber: null -fedexPdfAvailable: false -shipDate: null -priorUrl: null -typeEmballage: null -individualTrackingNumbers: null -fastPickup: false -fichierFactureProForma: null -proForma: null -dap: null -servicePriority: null } } "constraints" => null "groups" => null ]