- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 338
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Debug
- E-mails
- Blocks 0
- 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 {#1168 name: "s6738738708024" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: App\Entity\Reserve {#925 -id: 507 -motorcycle: App\Entity\Motorcycle {#1349 …} -client: App\Entity\Client {#2515 …} -startDate: DateTime @1725102000 {#2524 date: 2024-08-31 11:00:00.0 UTC (+00:00) } -endDate: DateTime @1725188399 {#1204 date: 2024-09-01 10:59:59.0 UTC (+00:00) } -amount: 60.0 -status: 2 -notes: null } } "constraints" => null "groups" => null ]