- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 7
- E-mails
- Debug
- E-mails
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
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 {#4996 name: "coupon" type_class: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminFormType" data: App\Entity\Coupon {#4830 -id: 118 -isGeneratedPromoCode: false -promoCode: "CENAX9" -expiresAt: DateTime @1745474400 {#4826 date: 2025-04-24 00:00:00.0 America/Boise (-06:00) } -limitUses: 2 -createdAt: DateTime @1732480407 {#4827 date: 2024-11-24 13:33:27.0 America/Boise (-07:00) } -updatedAt: DateTime @1736942184 {#5409 date: 2025-01-15 04:56:24.648497 America/Boise (-07:00) } -customers: Doctrine\ORM\PersistentCollection {#4832 …} -couponCustomers: Doctrine\ORM\PersistentCollection {#4834 …} -activatedUses: null } } "constraints" => null "groups" => null ]