- 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 {#32140 name: "registration_student_pre_registration" type_class: "App\Form\Registration\RegistrationStudentPreRegistrationType" data: App\Entity\RegistrationStudentPreRegistration {#5437 -id: 37192 -student: Proxies\__CG__\App\Entity\RegistrationStudent {#5614 …} -establishment: Proxies\__CG__\App\Entity\Establishment {#2696 …} -entryLevel: Proxies\__CG__\App\Entity\SettingLevel {#5478 …} -schoolYear: Proxies\__CG__\App\Entity\SchoolYear {#2708 …} -code: "PRE-2025-37192" -num_cmu: null -last_name: "DIARRA" -first_name: "DAOUDA" -notification_phone_number: "0708008947" -notification_name: null -notification_watsapp_number: "0585538574" -observation: null -location: "YOPOUGON NIANGON ADJAME" -gender: "MASCULIN" -birthday: DateTimeImmutable @1337817600 {#5432 date: 2012-05-24 00:00:00.0 UTC (+00:00) } -birth_certificate_number: "31830 DU 28/07/2021 ETABLI A ABOBO" -created_at: DateTimeImmutable @1758204439 {#5433 date: 2025-09-18 14:07:19.0 UTC (+00:00) } -updated_at: DateTimeImmutable @1758205173 {#5434 date: 2025-09-18 14:19:33.0 UTC (+00:00) } -created_by: 731 -updated_by: 202 -image: null -imageFile: null -create_date: DateTimeImmutable @1758153600 {#5435 date: 2025-09-18 00:00:00.0 UTC (+00:00) } -is_affected: true -is_redoubling: false -last_school_attended: "GROUPE SCOLAIRE LOUIS LAGRANGE" -last_school_attended_type: "PRIVEE" -birth_location: "ABOBO" -is_subject_entry_test: false -is_entry_test_done: false -is_entry_test_performed: false -entry_test_result: "EN COURS" -is_subject_toxicological_test: false -is_toxicological_test_performed: false -is_toxicological_test_refused: false -toxicological_test_appreciation: null -toxicological_test_result: "EN COURS" -is_subject_psychological_test: false -is_psychological_test_performed: false -psychological_test_result: "EN COURS" -registration_number: "24215208A" -lv1: "ANGLAIS" -lv2: "AUCUN" -art_or_musique: null -nationality: "IVOIRIENNE" -where_resides: "CHEZ SES PARENTS" -parent_status: "CELIBATAIRE" -is_parntal_authority_father: true -is_father_call_to_emergency: true -father_last_name: "DIARRA" -father_first_name: "AROUNA" -father_address: null -father_phone_number: "0708008947" -father_post: "COMMERCANT" -father_location: "NIANGON ADJAME" -father_email: null -is_parntal_authority_mother: false -is_mother_call_to_emergency: true -mother_last_name: "BANHORO" -mother_first_name: "MARIAME" -mother_address: null -mother_phone_number: "0152634498" -mother_post: "COMMERCANTE" -mother_location: "NIANGON ADJAME" -mother_email: null -responsible_of_schooling: "LE PERE ET LA MERE" -responsible_of_schooling_last_name: null -responsible_of_schooling_first_name: null -responsible_of_schooling_address: null -responsible_of_schooling_phone_number: null -responsible_of_schooling_post: null -responsible_of_schooling_location: null -is_need_canteen: false -is_need_transport: false -is_need_keep: false -is_need_extrat_activity: false -hold_student_id: 27442 -accompanying_person_name: "DIARRA AROUNA" -accompanying_person_phone_number: "0708008947" -accompanying_person_name_2: null -accompanying_person_phone_number_2: null -accompanying_person_name_3: null -accompanying_person_phone_number_3: null -classJumps: Doctrine\ORM\PersistentCollection {#5477 …} -registrationStudentRegistrations: Doctrine\ORM\PersistentCollection {#5769 …} -preRegistrationEntreTestReportCards: Doctrine\ORM\PersistentCollection {#5866 …} -final_decision_note: null -last_previous_class: null -toxicologicalTestResults: Doctrine\ORM\PersistentCollection {#5988 …} } } "constraints" => null "groups" => null ]