- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 22
- Events
- Routing
- Cache
- Translation 347
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- 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 {#2402 name: "form" type_class: "Symfony\Component\Form\Extension\Core\Type\FormType" data: [ "export" => true "import" => true "nettrade" => true "monthly_annual" => "annual" "reporter" => "China" "tradingpartner" => "USA" "reportingcountry" => "China" "periodFrom" => DateTime @1546300800 {#2556 date: 2019-01-01 00:00:00.0 UTC (+00:00) } "periodTo" => DateTime @1704067200 {#2559 date: 2024-01-01 00:00:00.0 UTC (+00:00) } ] } "constraints" => null "groups" => null ]