- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 4
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Mercure
- 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 {#764 name: "contact_form" type_class: "App\Form\ContactForm" data: App\Entity\Contact {#717 -name: "LloydLed" -email: "deacren@mail.ru" -message: """ Мебель из массива натурального дерева в Москве https://goldsosna.ru/category/spalni/spalnya-kupava/\r\n \r\n Мебель из массива дерева купить https://goldsosna.ru/stol-silver/\r\n \r\n И конечно же ждем и всегда очень рады профессиональным архитекторам, дизайнерам и декораторам https://goldsosna.ru/bufet-ari-provans-3-stv-4/\r\n Ведь именно Вы доносите до конечных покупателей все новое, прогрессивное, полезное и наиболее качественное https://goldsosna.ru/shkaf-luiza-mm-227-01-03b/\r\n \r\n Мебель из массива дерева от производителя https://goldsosna.ru/tumba-tv-khedmark-2247-bm760/\r\n \r\n Интернет-магазин мебели из массива дерева https://goldsosna.ru/launzh-zona-provans-/\r\n \r\n Большой каталог https://goldsosna.ru/zerkalo-dlya-vanny-knm9/ """ -createdAt: DateTime @1752418004 {#747 date: 2025-07-13 16:46:44.751367 Europe/Zurich (+02:00) } } } "constraints" => null "groups" => null ]