- Request / Response
- Performance
- Validator 1
- Forms 1
- Exception
- Logs 48
- Events
- Routing
- Cache
- Translation 138
- Security
- Twig
- HTTP Client
- Doctrine 18
- Migrations
- E-mails
- Debug
- Messages
- E-mails
- EasyAdmin
- 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):
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 {#2441 name: "filter" type_class: "App\Form\Reglement\FilterType" data: [ "date" => null "dateEnd" => null "reference" => null "ttc" => null "mode" => [] "statut" => [] ] } "constraints" => null "groups" => null ]
Path | Message | Invalid value | Violation |
---|---|---|---|
Ce formulaire ne doit pas contenir de champs supplémentaires. | [ "dateDebut" => "" "dateFin" => "" "statusSite" => "" ] |
Symfony\Component\Validator\ConstraintViolation {#2528 -message: "Ce formulaire ne doit pas contenir de champs supplémentaires." -messageTemplate: "This form should not contain extra fields." -parameters: [ "{{ extra_fields }}" => ""dateDebut", "dateFin", "statusSite"" ] -plural: 3 -root: Symfony\Component\Form\Form {#2441 name: "filter" type_class: "App\Form\Reglement\FilterType" data: [ "date" => null "dateEnd" => null "reference" => null "ttc" => null "mode" => [] "statut" => [] ] } -propertyPath: "" -invalidValue: [ "dateDebut" => "" "dateFin" => "" "statusSite" => "" ] -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#2521 …} -code: "6e5212ed-a197-4339-99aa-5654798a4854" -cause: null } |
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 {#3190 name: "filter" type_class: "App\Form\Billing\FilterType" data: [ "status" => [] ] } "constraints" => null "groups" => null ]
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 {#3671 name: "client" type_class: "App\Form\ClientType" data: App\Entity\Client {#1671 -id: 12623 -site: Proxies\__CG__\App\Entity\Site {#1746 …} -identifier: "FLE12622" -firstname: "MARIE-FRANCE" -numClient: null -civilite: "Madame" -lastname: "FLEUROSE" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: "21.07.2023 Facture février envoyée par Emma" -suiviClient: null -roomNumber: "214" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: null -emailNotaire: null -numeroTuteur: "06 80 01 50 04" -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: null -statusProspect: "Décès" -profilClient: "Autonome et décisionnaire" -addressTuteur: null -addressTuteur2: null -city: null -zipcode: null -contract: Doctrine\ORM\PersistentCollection {#1773 …} -familyMembers: Doctrine\ORM\PersistentCollection {#1804 …} -contact: null -billingInfos: Proxies\__CG__\App\Entity\Client\BillingInfos {#1844 …} #creator: Proxies\__CG__\App\Entity\User {#1815 …} #maj: App\Entity\User {#760 …} -reglements: Doctrine\ORM\PersistentCollection {#1879 …} -billings: Doctrine\ORM\PersistentCollection {#2004 …} -created: DateTime @1676280727 {#1666 date: 2023-02-13 10:32:07.0 Europe/Berlin (+01:00) } -updated: DateTime @1732194299 {#3233 date: 2024-11-21 14:04:59.587080 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: null -recurrences: Doctrine\ORM\PersistentCollection {#2048 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } } "constraints" => null "groups" => null ]