- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 13
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 2
- Migrations
- Debug
- 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 {#762 name: "survey_result_form" type_class: "App\Form\SurveyResultFormType" data: [ "user_ip" => "109.127.129.161" "user_agent" => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "survey_id" => "120" "user_email" => null "elapsedTime" => null "questions" => [ [ "question_id" => 1047 "question_data" => "Соболев Михаил Сергеевич" "isPasted" => false ] [ "question_id" => 1048 "question_data" => "г. Курск, проспект Дружбы, д. 6, кв. 53" "isPasted" => false ] [ "question_id" => 1049 "question_data" => "г. Курск, проспект Дружбы, д. 6, кв. 53" "isPasted" => false ] [ "question_id" => 1052 "question_data" => "[1085]не замужем/не женат" "isPasted" => false ] [ "question_id" => 1053 "question_data" => """ Родители\r\n Соболева Оксана Геннадиевна 1975\r\n Соболев Сергей Анатольевич 1973\r\n \r\n Брат\r\n Соболев Артем Сергеевич 2007 """ "isPasted" => false ] [ "question_id" => 1054 "question_data" => """ 99 13 378185\r\n 19.12.19 - 19.12.2029\r\n В, В1, С, С1, М """ "isPasted" => false ] ] ] } "constraints" => null "groups" => null ]