- Request / Response
 - Performance
 - Validator
 - Forms
 - Exception 1
 - Logs
 - Events
 - Routing
 - Cache
 - Translation
 - Security
 - Twig
 - HTTP Client
 - Doctrine
 - E-mails
 - VichUploader
 - Configuration
 
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
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 {#913 name: "form" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: [ "refreshToken" => "b81070fe0a33a3755c636683bd6570551c6b4f9ac5b03043712f3a0ed971425b" ] } "constraints" => null "groups" => null ]