- 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 {#759 name: "email" type_class: "App\Form\EmailType" data: App\Entity\Email {#566 -id: null -subject: "SUGGESTION" -content: """ Choosing a CPU for gaming in 2025 is more confusing than ever, Ryzen X3D chips, Intel Arrow Lake, AI-focused mobile processors. FPSBench simplifies this with ranked CPU data combining Passmark, Cinebench, Geekbench, and actual FPS benchmarks.\r\n \r\n https://fpsbench.com/cpu/rating\r\n \r\n The database covers 1,000+ processors across desktop and laptop segments. If your site publishes CPU guides, build recommendations, or upgrade advice, referencing this adds immediate utility and credibility for your audience.\r\n \r\n \r\n \r\n If at any point you wish to stop getting additional communications from our side, kindly fill the form at brnd .li/delist URL with your domain address (URL).\r\n Fagradalsbraut 70, Troy, CA, USA, 93772 """ -sender: null } } "constraints" => null "groups" => null ]