- 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 {#4270 name: "filter" type_class: "App\Form\FilterType" data: [ "intervenant" => null "site" => App\Entity\Site {#3000 -id: 70 -name: "94 LE KREMLIN-BICETRE DOMUSVI RÉSIDENCE BICETRE" -type: "ehpad" -enseigne: "DOMUSVI" -phone: "01 49 59 26 00" -status: "actif" -zoneGeographique: "IDF" -consignesLingeries: """ descendre les serviettes au -1\r\n Code 0134 """ -parking: "Code entrée parking 2025" -rangementCles: "Coffre pour ranger les clés. (code 917)" -localPoubelles: "Descendre la poubelle au -1" -codeAccess: """ Code UP entrée : 0134\r\n Code sortie UP : 0134\r\n Code ascenseur - 1 : 0134 \r\n Code sortie parking : 3559 """ -filename: "94-LE-KREMLIN-64931650388e7.jpg" -autresInformations: null -emailSite: "bicetre-kremlin-bicetre@domusvi.com" #logistique: Proxies\__CG__\App\Entity\Site\Logistique {#3001 …} #salons: Doctrine\ORM\PersistentCollection {#3002 …} #othersContacts: Doctrine\ORM\PersistentCollection {#3004 …} -address: Proxies\__CG__\App\Entity\Address {#3006 …} -contactCommercial: Proxies\__CG__\App\Entity\Contact {#3007 …} -contactBilling: Proxies\__CG__\App\Entity\Contact {#3008 …} -contact: null -noDisplayReservation: false -noDisplayAnnuaire: false -created: DateTime @1685709190 {#2998 date: 2023-06-02 14:33:10.0 Europe/Berlin (+02:00) } -updated: DateTime @1720798105 {#2999 date: 2024-07-12 17:28:25.0 Europe/Berlin (+02:00) } #creator: Proxies\__CG__\App\Entity\User {#2345 …} #maj: Proxies\__CG__\App\Entity\User {#2345 …} } "client" => null "start" => "2024-11-22" "end" => "2024-11-22" "salon" => null "status" => [] ] } "constraints" => null "groups" => null ]