- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 173
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails 2
- Debug
- Messages
- E-mails
- Template events 0
- Blocks 0
- JMS Serializer 0
- Payum
- Themes 0
- Configuration
- Cart 0
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 {#6791 name: "sylius_customer_registration" type_class: "Sylius\Bundle\CoreBundle\Form\Type\Customer\CustomerRegistrationType" data: App\Entity\Customer\Customer {#5845 #id: 6033 #email: "sandra_kaufman@latbet.click" #emailCanonical: "sandra_kaufman@latbet.click" #firstName: "SandraMch" #lastName: "SandraMch" #birthday: null #gender: "u" #group: null #phoneNumber: "179113382" #subscribedToNewsletter: false #createdAt: DateTime @1780382983 {#5846 date: 2026-06-02 08:49:43.162197 Europe/Paris (+02:00) } #updatedAt: DateTime @1780382983 {#8668 date: 2026-06-02 08:49:43.612056 Europe/Paris (+02:00) } #orders: Doctrine\ORM\PersistentCollection {#8119 …} #defaultAddress: null #addresses: Doctrine\ORM\PersistentCollection {#7354 …} #user: App\Entity\User\ShopUser {#7154 …} -newsletterUnsubscribeToken: null -newsletterSubscribedAt: null -newsletterUnsubscribedAt: DateTimeImmutable @1780382983 {#8904 date: 2026-06-02 06:49:43.611720 UTC (+00:00) } #pseudo: "SandraMch" } } "constraints" => null "groups" => null ]