- Request / Response
- Performance
- Validator
- Forms
- Exception 1
- Logs 1
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- E-mails
- 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 {#712 name: "reserve" type_class: "App\Form\App\ReserveType" data: App\Entity\Reserve {#511 -id: null -firstName: "Choy K." -lastName: "K." -tel: "3374422379" -mail: "km.health@outlook.com" -carModel: "blank" -startDate: DateTimeImmutable @1754394707 {#510 date: 2025-08-05 20:51:47.568765 Asia/Tokyo (+09:00) } -startTime: DateTimeImmutable @1754394707 {#510} -endDate: DateTimeImmutable @1754394707 {#510} -endTime: DateTimeImmutable @1754394707 {#510} -remarks: """ Hi,\r\n \r\n \r\n Would you be open to a simple link exchange? I’ll publish a short feature article about your business & linking to your site (camren.jp) from one of ours — and in return, you link back to us from any page on your site\r\n \r\n .\r\n \r\n Let me know if you’re keen!\r\n \r\n \r\n \r\n Best,\r\n \r\n Choy """ -status: 0 -createdAt: DateTimeImmutable @1754394707 {#1050 date: 2025-08-05 20:51:47.598729 Asia/Tokyo (+09:00) } -updatedAt: DateTimeImmutable @1754394707 {#860 date: 2025-08-05 20:51:47.598701 Asia/Tokyo (+09:00) } -deletedAt: null } } "constraints" => null "groups" => null ]