- 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 {#28267 name: "secondaire_registration_student_pre_registration" type_class: "App\Form\Registration\SecondaireRegistrationStudentPreRegistrationType" data: App\Entity\RegistrationStudentPreRegistration {#17718 -id: 37061 -student: null -establishment: Proxies\__CG__\App\Entity\Establishment {#3254 …} -entryLevel: App\Entity\SettingLevel {#17789 …} -schoolYear: Proxies\__CG__\App\Entity\SchoolYear {#3242 …} -code: "PRE-2025-37061" -num_cmu: null -last_name: "COULIBALY" -first_name: "KOROTOUM" -notification_phone_number: "0757748127" -notification_name: null -notification_watsapp_number: null -observation: null -location: "ABOBO" -gender: "FEMININ" -birthday: DateTimeImmutable @1302566400 {#17722 date: 2011-04-12 00:00:00.0 UTC (+00:00) } -birth_certificate_number: null -created_at: DateTimeImmutable @1758181582 {#29009 date: 2025-09-18 07:46:22.674678 UTC (+00:00) } -updated_at: DateTimeImmutable @1758181588 {#520574 date: 2025-09-18 07:46:28.036020 UTC (+00:00) } -created_by: 641 -updated_by: 641 -image: null -imageFile: null -create_date: DateTimeImmutable @1758181577 {#17720 date: 2025-09-18 07:46:17.729750 UTC (+00:00) } -is_affected: true -is_redoubling: false -last_school_attended: "EPP RAIL 4C" -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: "24007857U" -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: "TRAORE" -father_first_name: "DORH" -father_address: null -father_phone_number: "0757748127" -father_post: null -father_location: null -father_email: null -is_parntal_authority_mother: false -is_mother_call_to_emergency: false -mother_last_name: null -mother_first_name: null -mother_address: null -mother_phone_number: null -mother_post: null -mother_location: null -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: 26820 -accompanying_person_name: null -accompanying_person_phone_number: null -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 {#29007 …} -registrationStudentRegistrations: Doctrine\ORM\PersistentCollection {#520492 …} -preRegistrationEntreTestReportCards: Doctrine\ORM\PersistentCollection {#520494 …} -final_decision_note: null -last_previous_class: null -toxicologicalTestResults: Doctrine\ORM\PersistentCollection {#520500 …} } } "constraints" => null "groups" => null ]