- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 48
- Events
- Routing
- Cache
- Translation 26
- Security
- Twig
- HTTP Client
- Doctrine 19
- Migrations
- E-mails
- Debug
- Messages
- E-mails
- EasyAdmin
- 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 {#4259 name: "filter" type_class: "App\Form\FilterType" data: [ "intervenant" => null "site" => App\Entity\Site {#2821 -id: 55 -name: "92 BOULOGNE-BILLANCOURT CLINEA CLINIQUE SMR DU PONT DE SÈVRES" -type: "ssr" -enseigne: "CLINEA" -phone: "01 55 60 52 52" -status: "actif" -zoneGeographique: "IDF" -consignesLingeries: """ déposer les serviettes à l'accueil le soir\r\n Pressing Candeias """ -parking: "sonner à l'interphone" -rangementCles: "Coffre pour ranger les clés. (code 159)" -localPoubelles: "-1 avec les ascenseurs de service près du salon" -codeAccess: "poubelle : 7678" -filename: "92-BOULOGNE-CLINEA-6493355956617.jpg" -autresInformations: """ Teléphone :\r\n 1er étage : 5281\r\n 2ème étage : 5282\r\n 3ème étage : 5283\r\n 4ème étage : 5284 """ -emailSite: "pontdesevres@orpea.net;severine.duchene@emeis.com;stephanie.adje@emeis.com" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#2822 …} #salons: Doctrine\ORM\PersistentCollection {#2823 …} #othersContacts: Doctrine\ORM\PersistentCollection {#2825 …} -address: Proxies\__CG__\App\Entity\Address {#2827 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#2828 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#2829 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#2819 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1731409157 {#2820 date: 2024-11-12 11:59:17.0 Europe/Berlin (+01:00) } #creator: Proxies\__CG__\App\Entity\User {#2830 …} #maj: Proxies\__CG__\App\Entity\User {#2830 …} } "client" => null "start" => "2024-11-21" "end" => "2024-11-21" "salon" => null "status" => [] ] } "constraints" => null "groups" => null ]