- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 64
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine 4
- E-mails
- Debug
- Guzzle
- 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 {#1306 name: "export-quotation-filter-form" type_class: "App\AgileGo\Admin\Form\Type\Agile\Story\Export\Quotation\FilterType" data: [ "title" => null "description" => null "tag" => Doctrine\Common\Collections\ArrayCollection {#1343 -elements: [ App\AgileGo\Core\Entity\Common\Tag {#1359 #title: "2024 February BucatariaInternationalaConcursSaptamanaItaliana V1" #summary: null #slug: "2024-february-ldl-bico-italiana-v1" #stories: Doctrine\ORM\PersistentCollection {#1434 …} #group: Proxies\__CG__\App\AgileGo\Core\Entity\Common\Tag\Group {#1464 …} #id: 772 #createdAt: DateTime @1708767185 {#1378 date: 2024-02-24 11:33:05.0 Europe/Helsinki (+02:00) } #updatedAt: DateTime @1708767185 {#1375 date: 2024-02-24 11:33:05.0 Europe/Helsinki (+02:00) } #status: true } ] } ] } "constraints" => null "groups" => null ]