- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- 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 55 (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
// ConstraintViolation::getConstraint() must not expect to provide a constraint as long as Symfony\Component\Validator\ExecutionContext exists (before 3.0)
[ "value" => Form^ {#1068 name: "dispositivo_alterar_identificador_propaganda" type_class: "App\Form\DispositivoAlterarIdentificadorPropagandaType" data: Dispositivo^ {#867 -id: 4568 -identificador: "551ba705-632f-425e-8bef-05377569a666" -marca: "samsung" -modelo: "SM-A325M" -contrato: Contrato {#616 …} -selector: "q1bqxt0s5NKo" -solicitacoes: PersistentCollection {#923 …} -status: 1 -bloqueio: 0 -usuario: Usuario {#961 …} -informacaoComplementar: "354562653695917" -firebaseIdentificador: "624291AC3F974B8AAB7E5A5CEDCA215C" -senha: "RPMon1" -packages: PersistentCollection {#966 …} -historicoAcao: PersistentCollection {#1010 …} -identificador_propaganda: "551ba705-632f-425e-8bef-05377569a666" -firebaseToken: "frJ7IiT7QxuhJzZXrypMQj:APA91bFjIi7YQMlac8Cbay1FR3SntclB1pihv3c0_nrs1RhSSEWsp1og_tuw0qbDEIwZ1-tlnFkdarHn105GCVM6t1tHRoT7Y2sCLIQjFr7moVMPRQNxQIm92OC3ZVNQEbEEFOvzuCzW" } } "constraints" => null "groups" => null ]