- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails 1
- Notifications
- 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 {#1220 name: "contact" type_class: "App\Form\ContactType" data: [ "nom" => "Mike William Karlsson" "email" => "mike@monkeydigital.co" "message" => """ Dear Webmaster, \r\n \r\n I wanted to check in with something that could seriously help your website’s reach. We work with a trusted ad network that allows us to deliver real, location-based 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 chosen market and niche. \r\n \r\n What you get: \r\n \r\n 10,000+ real visitors for just $10 \r\n Geo-targeted traffic for multiple regions \r\n Scalability available based on your needs \r\n Trusted by SEO experts—we even use this for our SEO clients! \r\n \r\n Ready to scale? Check out the details here: \r\n https://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\n Or connect instantly on WhatsApp: \r\n https://monkeydigital.co/whatsapp-us/ \r\n \r\n Looking forward to working with you! \r\n \r\n Best, \r\n Mike William Karlsson\r\n \r\n Phone/whatsapp: +1 (775) 314-7914 """ "captcha" => "41991" ] } "constraints" => null "groups" => null ]