- 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 Pass" "email" => "mikexxxx@gmail.com" "message" => """ i there, \r\n \r\n Looking to improve your website's local rankings? We offer Country Targeted Backlinks to help you dominate your niche. With backlinks from high-quality, local domains, your website will see increased relevance, traffic, and authority in your chosen region. \r\n \r\n Check out our service here: \r\n https://www.digitalxflow.com/country-backlinks/ \r\n Or chat with us on WhatsApp: https://wa.link/s6vpcy \r\n \r\n Best regards, \r\n Mike Pass\r\n \r\n Dgital X Flow Team """ "captcha" => "82910" ] } "constraints" => null "groups" => null ]