- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 5
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- Migrations 7
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
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 {#963 name: "applicant" type_class: "App\Form\ApplicantType" data: App\Entity\Applicant {#593 -id: 140 -Name: "Wendy Zhang" -Email: "wwzhangmd@gmail.com" -Address: """ 7 Navy Pier Ct Unit 5055\r\n Staten Island, NY 10304 """ -Degree: "Doctor of Medicine" -CurrentPosition: "Diagnostic Radiology Resident (R3/PGY-4)" -Division: "Breast" -ApplicationForm: "972fe211428d3437b66c42cb3e226312.pdf" -Personal: "8199c7f487760ffc11b759c1ba10196a.pdf" -CV: "79649ec6b272f0fe03caffcfa8e3dc69.pdf" -USMLE: "c35bbbecab5fc414d287b548e5128955.pdf" -DeanLetter: "3a73740c0ec0c06fcb4aa60bc2a8ad62.pdf" -MedSchoolD: "c0470a90291c5b5c8b713005de665206.pdf" -Ref1Name: "David Sarkany, MD, MS-HPEd, FACR" -Ref1Email: "dsarkany@northwell.edu" -Ref1Letter: "Program Director" -Ref2Name: "Shirley Hanna, MD" -Ref2Email: "shanna2@northwell.edu" -Ref2Letter: "Associate Chair, Dept of Radiology; Director, Breast Imaging Center" -Ref3Name: "Yolande Kwok, DO" -Ref3Email: "ykwok1@northwell.edu" -Ref3Letter: "Section Chief of Breast Imaging" -Ref: Doctrine\ORM\PersistentCollection {#1465 …} -Phone: "(858)205-5892" -status: null -notes: null -RefLtNum: null } } "constraints" => null "groups" => null ]