- 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 {#5856 name: "stock_exit_slip" type_class: "App\Form\Stock\StockExitSlipType" data: App\Entity\StockExitSlip {#4424 -id: 60 -code: "BS-00060" -stockWarehouse: App\Entity\StockWarehouse {#6859 …} -establishment: Proxies\__CG__\App\Entity\Establishment {#2699 …} -stockProduct: App\Entity\StockProduct {#7653 …} -quantity: 1 -reason: null -registrationStudentRegistration: App\Entity\RegistrationStudentRegistration {#8303 …} -rhSalary: null -is_validated: false -create_date: DateTimeImmutable @1755561600 {#6816 date: 2025-08-19 00:00:00.0 UTC (+00:00) } -created_at: DateTimeImmutable @1758194086 {#10960 date: 2025-09-18 11:14:46.097922 UTC (+00:00) } -updated_at: DateTimeImmutable @1758194086 {#11415 date: 2025-09-18 11:14:46.113276 UTC (+00:00) } -created_by: 949 -updated_by: 949 -stockMovements: Doctrine\ORM\PersistentCollection {#10918 …} } } "constraints" => null "groups" => null ]