- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 7
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- 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 {#5254 name: "form_intervention" type_class: "App\Form\Slave\InterventionType" data: App\Entity\Slave\Intervention {#4291 #id: "26622" #datetime: DateTime @1742379900 {#6023 date: 2025-03-19 11:25:00.0 Europe/Rome (+01:00) } #datetimeBilling: DateTime @1740783600 {#4208 date: 2025-03-01 00:00:00.0 Europe/Rome (+01:00) } #referent: null #motivation: "" #phone: null #photoPath: null #amount: "23.00" #amountTechnician: "11.00" #slaOutboundPercentage: null #billable: true -suspension: null -activities: Doctrine\ORM\PersistentCollection {#4386 …} -extras: Doctrine\ORM\PersistentCollection {#4442 …} -productLogs: Doctrine\ORM\PersistentCollection {#4493 …} -ticket: Proxies\__CG__\App\Entity\Slave\Ticket {#4502 …} -technician: App\Entity\Slave\User {#2547 …} -operator: App\Entity\Slave\User {#2547 …} -outcome: App\Entity\Slave\InterventionOutcome {#4566 #id: "3" #slug: "completato-correttamente" #value: "Completato correttamente" #motivationRequired: false #referentRequired: false #phoneRequired: false #photoRequired: false #suspensionToRequired: false #alarmMaterial: false #visible: true -type: Proxies\__CG__\App\Entity\Slave\InterventionOutcomeType {#4512 …} -interventions: Doctrine\ORM\PersistentCollection {#4574 …} } -outcomeType: Proxies\__CG__\App\Entity\Slave\InterventionOutcomeType {#4512 …} -warehouse: Proxies\__CG__\App\Entity\Slave\Warehouse {#4522 …} } } "constraints" => null "groups" => null ]
In
ValidationService.php
line 14 (context):
No violations
[ "value" => App\Entity\Slave\InterventionOutcome {#4566 #id: "3" #slug: "completato-correttamente" #value: "Completato correttamente" #motivationRequired: false #referentRequired: false #phoneRequired: false #photoRequired: false #suspensionToRequired: false #alarmMaterial: false #visible: true -type: Proxies\__CG__\App\Entity\Slave\InterventionOutcomeType {#4512 …} -interventions: Doctrine\ORM\PersistentCollection {#4574 …} } "constraints" => Symfony\Component\Validator\Constraints\NotBlank {#5728 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } "groups" => null ]
In
ValidationService.php
line 14 (context):
No violations
[ "value" => DateTime @1742338800 {#5063 date: 2025-03-19 00:00:00.0 Europe/Rome (+01:00) } "constraints" => Symfony\Component\Validator\Constraints\NotBlank {#5737 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } "groups" => null ]
In
ValidationService.php
line 14 (context):
No violations
[ "value" => "11" "constraints" => Symfony\Component\Validator\Constraints\NotBlank {#5727 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } "groups" => null ]
In
ValidationService.php
line 14 (context):
No violations
[ "value" => "25" "constraints" => Symfony\Component\Validator\Constraints\NotBlank {#5734 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } "groups" => null ]