- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 3
- 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 {#1114 name: "email" type_class: "App\Form\EmailType" data: App\Entity\Email {#915 -id: null -subject: "RENSEIGNEMENT" -content: """ Офисные перегородки сегодня являются неотъемлемым элементом интерьера многих бизнес-центров https://www.perof.ru/catalog/ofisnye-peregorodki/steklyannye-ofisnye-peregorodki/\r\n \r\n Высота перегородки https://www.perof.ru/portfolio/ofisnye-peregorodki/ofisnye-peregorodki-diema/glass-with-blinds/\r\n \r\n Ролик о производстве компании Oki-Doki Group https://www.perof.ru/\r\n История с 2000 года! Продукция компания реализуется по всей России и поставляется на ведущие площадки https://www.perof.ru/news/kazhduyu-vesnu-kompaniya-perof-vozvodit-pavilony-zdorovaya-moskva-vo-vsekh-rayonakh-nashego-goroda-s/\r\n \r\n Перегородки с двойным стеклом https://www.perof.ru/\r\n \r\n Толщина мат https://www.perof.ru/articles/ofisnaya-peregorodka-eto-roskosh-ili-neobkhodimost/\r\n заполнения https://www.perof.ru/articles/oformlenie-ofisa-po-amerikanski/\r\n \r\n Как купить офисные перегородки https://www.perof.ru/articles/mobilnye-peregorodki-dlya-ofisa-sochetanie-prostoty-udobstva-i-vygody/ """ -sender: null } } "constraints" => null "groups" => null ]