- 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 {#2448 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 {#2535 -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 {#2448 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 {#2528 …} -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 {#3213 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 {#3694 name: "client" type_class: "App\Form\ClientType" data: App\Entity\Client {#1671 -id: 23349 -site: Proxies\__CG__\App\Entity\Site {#1746 …} -identifier: "GRA23348" -firstname: "LUCETTE" -numClient: null -civilite: "Madame" -lastname: "GRANGER" -birthday: null -deathday: null -gender: null -email: null -phone: null -comments: null -suiviClient: null -roomNumber: "407" -buildingRoom: null -stairs: null -nomTuteur: null -civiliteTuteur: "Madame" -prenomTuteur: null -emailTuteur: "clotilde.granger@noos.fr" -emailNotaire: null -numeroTuteur: null -typeTuteur: null -daysOfWeek: [] -commentTuteur: null -consignesClient: """ Sh sans minerve..sans soucis avec le ballon bac\r\n pas d'achat (mail famille ) """ -statusProspect: "Prospect" -profilClient: null -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 {#1878 …} -billings: Doctrine\ORM\PersistentCollection {#2003 …} -created: DateTime @1728056446 {#1666 date: 2024-10-04 17:40:46.0 Europe/Berlin (+02:00) } -updated: DateTime @1732181521 {#3256 date: 2024-11-21 10:32:01.159086 Europe/Berlin (+01:00) } -privacyPolicyAccepted: false -emailAgreement: false -cgvAccepted: false -hasSignedEasyCollect: false -recurrences: Doctrine\ORM\PersistentCollection {#2047 …} -addressFacturation: null -ComplementAdresseFacturation: null -codePostalFacturation: null -villeFacturation: null -nomFacturation: null -prenomFacturation: null -civiliteFacturation: null } } "constraints" => null "groups" => null ]