- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 84
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 3
- Debug
- Messages
- E-mails
- Notifications
- JMS Serializer 0 + 0
- 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 {#1687 name: "projet_lettre_mission" type_class: "App\Form\ProjetLettreMissionType" data: App\Entity\ProjetLettreMission {#1121 -idProjetLm: 48227 -identifiantPlm: "2024-04-04_MSO000002542" -dateDebut: DateTime @1712188800 {#1087 date: 2024-04-04 00:00:00.0 UTC (+00:00) } -dateFin: DateTime @1838419200 {#1103 date: 2028-04-04 00:00:00.0 UTC (+00:00) } -contenuEncart: null -contenuChampLibre: null -contenuPrecisionDtn: "accompagnement des territoires au développement et à la professionnalisation" -contenuPrecisionSH: "" -adresse_Activite: "moitié sud et ouest de la France + siège fédéral à Paris" -ordreDeMissionGeneral: null -localisation: 37 -fonctcomplementaire: 4 -ordreDeMissionSpecifique: null -droitCts: "1" -version: 2 -date: DateTime @1741996800 {#1088 date: 2025-03-15 00:00:00.0 UTC (+00:00) } -saisonSportive: 2 -validation: null -idLm: Proxies\__CG__\App\Entity\LettreMission {#1174 …} -idUtilisateur: Proxies\__CG__\App\Entity\Utilisateur {#670 …} -utilisateur: 4595 -idFop: Proxies\__CG__\App\Entity\RefFop {#700 …} -idWorkflow: Proxies\__CG__\App\Entity\Workflow {#1141 …} -mission: Doctrine\ORM\PersistentCollection {#1152 …} -plmActInd: Doctrine\ORM\PersistentCollection {#1144 …} -plmIndAutre: Doctrine\ORM\PersistentCollection {#1179 …} -idParentProjetLm: 46716 -parentProjetLm: Proxies\__CG__\App\Entity\ProjetLettreMission {#1243 …} -plmActiviteAutre: Doctrine\ORM\PersistentCollection {#1223 …} -lieu: Proxies\__CG__\App\Entity\RefLieu {#1216 …} -discipline: null } } "constraints" => null "groups" => null ]