- 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: 1931 -name: "Quentin" -email: "stuart.quentin@msn.com" -phone: "20113198" -subject: "Hi solibikes.com Admin!" -message: """ Would you like to let go of your hurtful past? There is a new way to make changes you have always wanted to make.\r\n \r\n Have you heard of Se-REM? (Self effective - Rapid Eye Movement). Many people don't know that REM brain activity dramatically improves the processing of traumatic emotion. It creates peace and empowers the listener. Se-REM is an advanced version of EMDR therapy. It is more powerful because it combines elements of 6 different therapies, EMDR, hypnosis, mindfulness, Gestalt child within work, music therapy, and Awe therapy, (connecting profoundly with nature). Classical music alternates between the ears to enhance daydreaming and visualizing in ways you have never experienced. Please read the many reviews on Trust Pilot, Amazon or the Se-REM.com Facebook page that express how much it has helped.\r\n It has helped thousands of people overcome PTSD, and anxiety. But it is also helpful in a great many situations, any experience that has been traumatic. Se-REM's mission statement is "Trauma relief at as close to free as possible". This not-for-profit program downloads to a smart phone or computer and can be used at home. \r\n Read and download at: https://se-rem.com/. Once you own the program, you are encouraged to give it away to others who will benefit. https://se-rem.com/ is in use in 34 countries. """ -created_at: DateTimeImmutable @1746613069 {#1627 date: 2025-05-07 12:17:49.192657 Europe/Paris (+02:00) } -updated_at: DateTimeImmutable @1746613069 {#1813 date: 2025-05-07 12:17:49.192640 Europe/Paris (+02:00) } } } "constraints" => null "groups" => null ]