- 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 {#5437 name: "form_address" type_class: "App\Form\Slave\TicketAddressType" data: App\Entity\Slave\Ticket {#4779 #id: "23791" #number: "I25011884" #datetimeImport: DateTime @1742400906 {#4774 date: 2025-03-19 17:15:06.0 Europe/Rome (+01:00) } #datetimeStart: DateTime @1742397245 {#4771 date: 2025-03-19 16:14:05.0 Europe/Rome (+01:00) } #datetimeExpiration: null #datetimeEnd: null #address: "" #locality: "" #zip: "14100" #idCity: "733" #idProvince: "8" #otherCity: null #systemError: false #systemErrorSlug: "city" #systemErrorDetails: "L'indirizzo del ticket non è in copertura all'azienda; assegna manualmente l'indirizzo!" #json: "[{"Cliente":"Worldline"},{"Intervento":"I25011884"},{"Tipo di intervento":"Installazione on site"},{"Codice tipo intervento":"INO"},{"Societ\u00e0 che esegue l'intervento":"SIPOS Piemonte"},{"Tecnico assegnato all'intervento":"non disp."},{"Soluzione":"GEM CLESS+PP CLESS"},{"Opzioni Attive":"Microcircuito + CUP"},{"Canale":"OM_CORPORATE"},{"Canale Brand":"Worldline"},{"Connessione 1":"150"},{"Connessione 2":"109Punto Vendita"},{"Tid":"07147810"},{"Mid":"058875618"},{"Insegna":"Conbipel"},{"Citt\u00e0":"Sarzana"},{"CAP":"19038"},{"Provincia":"SP"},{"Indirizzo":"Via Circonvallazione Loc Camponesto,snc"},{"Telefono 1":"0187\/607190"},{"Telefono 2":"non disp."},{"Telefono Aggiuntivo":"non disp."},{"Codice Esercente":"6304705"},{"Codice Stabilimento":"00004"},{"Note Intervento":"N1: ,N2:"},{"Note Azione":"pos da installare in Piemonte"},{"Data Apertura":"19\/03\/25-17:12"},{"Data Scadenza Presa In Carico":"19\/03\/25-18:32"},{"Data Presa In Carico":"non disp."},{"Data Scadenza Sla":"non disp."},{"Data Chiusura":"non disp."}]" #directoryPath: "2025/03/b14a09a85509fa3c709009fb1562530a" #waybill: null #jsonReport: "[{"ABI":"OM_CORPORATE"},{"Anomalia":"N1: ,N2:"},{"Dettagli operazione":"Installazione on site"},{"Dettagli intervento":"Installazione on site"},{"Risorsa upgrade":"GEM CLESS+PP CLESS"}]" #billable: true #closedOnPortal: false -supplier: Proxies\__CG__\App\Entity\Slave\Supplier {#4790 …} -client: Proxies\__CG__\App\Entity\Slave\Client {#4800 …} -operation: Proxies\__CG__\App\Entity\Slave\Operation {#4810 …} -technician: null -status: Proxies\__CG__\App\Entity\Slave\TicketStatus {#4820 …} -termid: Proxies\__CG__\App\Entity\Slave\Termid {#4830 …} -operationTariffAmount: App\Entity\Slave\OperationTariffAmount {#6392 …} -uavOperationTariffAmount: App\Entity\Slave\OperationTariffAmount {#6676 …} -suspensions: Doctrine\ORM\PersistentCollection {#4897 …} -interventions: Doctrine\ORM\PersistentCollection {#4894 …} -reminders: Doctrine\ORM\PersistentCollection {#4899 …} } } "constraints" => null "groups" => null ]