- 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: 1457 -name: "Myron" -email: "kadjo@greatbusi.info" -phone: "078 4758 3040" -subject: "Passive online profits using this new software" -message: """ Want to instantly tap into Kadjo to leverage...\r\n \r\n ... Our New Crypto App That Pays Us As Much $21/Hour For Browsing The Net\r\n \r\n This latest from Billy Darr shows you exactly how\r\n : https://www.greatbusi.info/kadjo \r\n \r\n Once you see the potential with this, you'll want to scale this even more\r\n \r\n Grab this for 17 bux\r\n \r\n … but act fast because price increases with each sale\r\n \r\n >>> Grab your copy now: https://www.greatbusi.info/kadjo !\r\n \r\n Myron Seman\r\n \r\n \r\n \r\n P.S. For the first 35 people who grab this today you'll get BONUS\r\n \r\n \r\n UNSUBSCRIBE: https://www.greatbusi.info/unsubscribe/?d=solibikes.com \r\n Address: 5 Lake Floyd Circle\r\n Hagerstown, MD 21740 """ -created_at: DateTimeImmutable @1737002760 {#1627 date: 2025-01-16 05:46:00.710969 Europe/Paris (+01:00) } -updated_at: DateTimeImmutable @1737002760 {#1813 date: 2025-01-16 05:46:00.710952 Europe/Paris (+01:00) } } } "constraints" => null "groups" => null ]