- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails 1
- 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: "Mike Uwe Michel" -email: "mike@monkeydigital.co" -message: """ Hello, \r\n \r\n I wanted to reach out with something that could seriously help your website’s visitor count. We work with a trusted ad network that allows us to deliver real, geo-targeted social ads traffic for just $10 per 10,000 visits. \r\n \r\n This isn't junk clicks—it’s engaged traffic, tailored to your target country and niche. \r\n \r\n What you get: \r\n \r\n 10,000+ genuine visitors for just $10 \r\n Localized traffic for your chosen location \r\n Larger traffic packages available based on your needs \r\n Trusted by SEO experts—we even use this for our SEO clients! \r\n \r\n Interested? Check out the details here: \r\n https://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\n Or chat with us on WhatsApp: \r\n https://monkeydigital.co/whatsapp-us/ \r\n \r\n Looking forward to helping you grow! \r\n \r\n Best, \r\n Mike Uwe Michel\r\n \r\n Phone/whatsapp: +1 (775) 314-7914 """ -createdAt: DateTime @1752173773 {#1451 date: 2025-07-10 20:56:13.740016 Europe/Zurich (+02:00) } } } "constraints" => null "groups" => null ]