- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 48
- Events
- Routing
- Cache
- Translation 35
- Security
- Twig
- HTTP Client
- Doctrine 11
- 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):
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 {#4771 name: "filter" type_class: "App\Form\Billing\FilterType" data: [ "numFacture" => null "site" => Doctrine\Common\Collections\ArrayCollection {#4802 -elements: [] } "company" => App\Entity\Company {#3674 -id: 2 -name: "SILVER BEAUTÉ" -tvaNumber: "FR 53 833 225 196" -capital: "1000" -siret: "83322519600025" -forme: "SAS" -urssafNumber: null -fiscaliteNumber: null -ceoName: "Clémence Souquet" -ceoJob: "Présidente" -status: true -logo: "c5e1a9b1958355ead33c55f798e6dd0e.png" -endDate: null -textMail: """ Bonjour, \r\n \r\n Pour une meilleure traçabilité du service coiffure et esthétique, nous vous remercions de bien vouloir trouver en pj le planning des rendez-vous du [date j+1] . \r\n Nous sommes à votre écoute par mail contact@silverbeaute.com ou sur notre standard au 09.72.19.43.12 afin de noter toutes vos demandes supplémentaires. Nous faisons des points téléphoniques quotidien avec nos intervenants et veillerons à bien leur communiquer vos consignes. Les rendez-vous sont planifiés instantanément sur notre logiciel. \r\n \r\n Les nouveaux résidents permanents bénéficient d’une carte cadeau de bienvenue, aussi n’hésitez pas à nous indiquer leur nom, prénom, numéro de chambre et coordonnées du tuteur. \r\n \r\n Bien à vous, """ -mail: "contact@silverbeaute.com" -convention: null -telephoneStandard: "0972194312" -address: Proxies\__CG__\App\Entity\Address {#3719 …} #bankAccounts: Doctrine\ORM\PersistentCollection {#3720 …} #payments: Doctrine\ORM\PersistentCollection {#3722 …} #reglements: Doctrine\ORM\PersistentCollection {#3724 …} } "client" => "VILETTE" "status" => [] ] } "constraints" => null "groups" => null ]