- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 48
- Events
- Routing
- Cache
- Translation 31
- 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 {#3666 name: "rdv" type_class: "App\Form\RDVType" data: App\Entity\RDV {#2008 -id: 555901 -priorite: "1" -validated: null -status: "cancel" -start: DateTime @1732266000 {#2003 date: 2024-11-22 10:00:00.0 Europe/Berlin (+01:00) } -end: DateTime @1732266000 {#2000 date: 2024-11-22 10:00:00.0 Europe/Berlin (+01:00) } -comment: null -commentForfait: null #rdvProducts: Doctrine\ORM\PersistentCollection {#2036 …} #billings: Doctrine\ORM\PersistentCollection {#2161 …} -intervenant: Proxies\__CG__\App\Entity\Intervenant {#798 …} -contract: null -cancelReason: App\Entity\CancelReason {#4094 …} #client: Proxies\__CG__\App\Entity\Client {#2286 …} #salon: Proxies\__CG__\App\Entity\Salon {#2241 …} #author: null -RDVBillings: Doctrine\ORM\PersistentCollection {#2270 …} -recurrence: null -hasAddService: "Ne sait pas" -orderId: null -paymentLink: null -isPlatform: false -newRecurrence: false -recurrenceRdvs: Proxies\__CG__\App\Entity\Recurrence {#2170 …} -chequeReception: false -infoCheque: null -codePromo: null -codePromoApplied: null } } "constraints" => null "groups" => null ]