- 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 {#45232 name: "accounting_student_registration_payment" type_class: "App\Form\Accounting\AccountingStudentRegistrationPaymentType" data: App\Entity\AccountingStudentRegistrationPayment {#5338 -id: 126897 -establishment: Proxies\__CG__\App\Entity\Establishment {#2573 …} -studentRegistration: App\Entity\RegistrationStudentRegistration {#10303 …} -cashRegister: App\Entity\TreasuryCashRegister {#4493 …} -code: "2025-8-126897" -method: "espece" -memo: null -amount: 40000.0 -create_at: DateTimeImmutable @1758181594 {#5340 date: 2025-09-18 07:46:34.343048 UTC (+00:00) } -created_at: DateTimeImmutable @1758181594 {#46144 date: 2025-09-18 07:46:34.807120 UTC (+00:00) } -updated_at: DateTimeImmutable @1758181595 {#80256 date: 2025-09-18 07:46:35.081465 UTC (+00:00) } -created_by: 418 -updated_by: 418 -accountingStudentRegistrationFeeShedulPayments: Doctrine\ORM\PersistentCollection {#46146 …} -schoolYear: Proxies\__CG__\App\Entity\SchoolYear {#2585 …} } } "constraints" => null "groups" => null ]