- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- E-mails
- E-mails
- VichUploader
- 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 {#1110 name: "email" type_class: "App\Form\EmailType" data: App\Entity\Email {#911 -id: null -subject: "RENSEIGNEMENT" -content: """ Производитель: Смарт Материал (на выбор): рогожка/велюр Наполнение спального места: ППУ Наполнение подушек: крошка ППУ Материал каркаса: ЛДСП Ящик для белья: нет https://by-home.ru/tarelki-stolovye-pribory-podnosy/13763-tarelka-obedennaya-sinyaya-casadecor-bez-indupakovki.html\r\n \r\n \r\n Выбираем диван правильно https://by-home.ru/platyanye-shkafy-shkafy-kupe/8768-shkaf-bf-60286.html\r\n \r\n Диваны https://by-home.ru/stulya/29449-stul-kukhonnyj-signal-mango-vardo-66-karrichernyj.html\r\n \r\n Для здорового сна https://by-home.ru/stulya/19680-stul-kukhonnyj-halmar-k385-chernyj-zolotoj.html\r\n \r\n Новинка! Столик туалетный СИМПЛ https://by-home.ru/93-posuda?p=2 """ -sender: null } } "constraints" => null "groups" => null ]