- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 2
- Debug
- Messages
- E-mails
- 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 {#1551 name: "contact" type_class: "App\Form\ContactType" data: App\Entity\Contact {#782 -id: 1455 -name: "Dana" -email: "bizassistance008@outlook.com" -phone: "485180822" -subject: "Quickbooks, Xero, Wave, Freshbooks Bookkeeping Specialist" -message: """ Hi, This is Dana. I am a bookkeeper. I have expertise in Quickbooks, Wave, Xero, Freshbooks and Sage. I can categorize your transactions of incomes/expenses and can handle reconciliations of your different payment accounts like paypal, wise, business accounts etc. My rates are USD 20 per hour. \r\n \r\n Reply me on bizassistance008@outlook.com to discuss further. """ -created_at: DateTimeImmutable @1736953046 {#1627 date: 2025-01-15 15:57:26.428027 Europe/Paris (+01:00) } -updated_at: DateTimeImmutable @1736953046 {#1813 date: 2025-01-15 15:57:26.428009 Europe/Paris (+01:00) } } } "constraints" => null "groups" => null ]