- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- 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 {#45295 name: "accounting_student_registration_payment" type_class: "App\Form\Accounting\AccountingStudentRegistrationPaymentType" data: App\Entity\AccountingStudentRegistrationPayment {#5338 -id: 126949 -establishment: Proxies\__CG__\App\Entity\Establishment {#2573 …} -studentRegistration: App\Entity\RegistrationStudentRegistration {#45012 …} -cashRegister: App\Entity\TreasuryCashRegister {#4493 …} -code: "2025-8-126949" -method: "espece" -memo: null -amount: 20000.0 -create_at: DateTimeImmutable @1758185339 {#5340 date: 2025-09-18 08:48:59.486509 UTC (+00:00) } -created_at: DateTimeImmutable @1758185339 {#46207 date: 2025-09-18 08:48:59.937966 UTC (+00:00) } -updated_at: DateTimeImmutable @1758185340 {#80346 date: 2025-09-18 08:49:00.192769 UTC (+00:00) } -created_by: 418 -updated_by: 418 -accountingStudentRegistrationFeeShedulPayments: Doctrine\ORM\PersistentCollection {#46209 …} -schoolYear: Proxies\__CG__\App\Entity\SchoolYear {#2585 …} } } "constraints" => null "groups" => null ]