- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 203
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- E-mails
- EasyAdmin
- VichUploader
- Mercure
- 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.
Forms
login
"App\Infrastructure\Form\Security\LoginType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Domain\Security\DTO\SecurityDTO {#5113 -username: null -password: null -centre: null -machine: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Domain\Security\DTO\SecurityDTO {#5113 -username: null -password: null -centre: null -machine: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#223 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#220 …} } |
| data | App\Domain\Security\DTO\SecurityDTO {#5113 -username: null -password: null -centre: null -machine: null } |
| data_class | "App\Domain\Security\DTO\SecurityDTO" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5301 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5116 …} use: { $class: "App\Domain\Security\DTO\SecurityDTO" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "connexion à l'application" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5303 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5283 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1976 …} $translationDomain: "validators" $message: Closure() {#5302 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "login" "_login" ] |
| cache_key | "_login_login" |
| compound | true |
| data | App\Domain\Security\DTO\SecurityDTO {#5113 -username: null -password: null -centre: null -machine: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5384 -form: Symfony\Component\Form\Form {#5392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5304 …5} |
| full_name | "login" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login" |
| label | "connexion à l'application" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login" |
| valid | true |
| value | App\Domain\Security\DTO\SecurityDTO {#5113 -username: null -password: null -centre: null -machine: null } |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Identifiant..." ] |
[ "placeholder" => "Identifiant..." ] |
| label | "Identifiant" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Identifiant..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#223 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#220 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5316 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5116 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Identifiant" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5325 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5283 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1976 …} $translationDomain: "validators" $message: Closure() {#5315 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Identifiant..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_username" ] |
| cache_key | "_login_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5410 -form: Symfony\Component\Form\Form {#5397 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5331 …5} |
| full_name | "login[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_username" |
| label | "Identifiant" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_username" |
| valid | true |
| value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Mot de passe..." ] |
[ "placeholder" => "Mot de passe..." ] |
| label | "Mot de passe" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Mot de passe..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#223 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#220 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5348 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5116 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5350 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5283 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1976 …} $translationDomain: "validators" $message: Closure() {#5347 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mot de passe..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_login_password" ] |
| cache_key | "_login_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5412 -form: Symfony\Component\Form\Form {#5400 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5413 …5} |
| full_name | "login[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_password" |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_password" |
| valid | true |
| value | "" |
centre
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-boxList-centre" ] |
[ "class" => "js-boxList-centre" ] |
| choice_label | "libelle" |
same as passed value |
| choice_value | "id" |
same as passed value |
| choices | [ App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } ] |
[ App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } ] |
| label | "Choix du centre" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-boxList-centre" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "libelle" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | "id" |
| choices | [ App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#223 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#220 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Choix du centre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5283 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1976 …} $translationDomain: "validators" $message: Closure() {#5368 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-boxList-centre" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_login_centre" ] |
| cache_key | "_login_centre_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5434 +label: "Ovision-Chartres-Sud" +value: "1" +data: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5414 -form: Symfony\Component\Form\Form {#5403 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5415 …5} |
| full_name | "login[centre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_centre" |
| is_selected | Closure($choice, $value) {#5433 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5355 …} } |
| label | "Choix du centre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "centre" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_centre" |
| valid | true |
| value | "" |
machine
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "js-boxList-machine" ] |
[ "class" => "js-boxList-machine" ] |
| choice_attr | Closure(Machine $machine) {#5311 class: "App\Infrastructure\Form\Security\LoginType" this: App\Infrastructure\Form\Security\LoginType {#5115 …} } |
same as passed value |
| choice_label | "libelle" |
same as passed value |
| choice_value | "id" |
same as passed value |
| choices | [ App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5333 #id: 1 #path: "/watchfolder/limas/bx1" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/limas/bx1/im" #pathToCopy: "/watchfolder/limas/bx1/ex" #deletedAt: null #libelle: "[OCht] Bx 1" } ] |
[ App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5333 #id: 1 #path: "/watchfolder/limas/bx1" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/limas/bx1/im" #pathToCopy: "/watchfolder/limas/bx1/ex" #deletedAt: null #libelle: "[OCht] Bx 1" } ] |
| label | "Choix de la machine" |
same as passed value |
| placeholder | "Pas de machine" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-boxList-machine" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure(Machine $machine) {#5311 class: "App\Infrastructure\Form\Security\LoginType" this: App\Infrastructure\Form\Security\LoginType {#5115 …} } |
| choice_filter | null |
| choice_label | "libelle" |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | "id" |
| choices | [ App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5333 #id: 1 #path: "/watchfolder/limas/bx1" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/limas/bx1/im" #pathToCopy: "/watchfolder/limas/bx1/ex" #deletedAt: null #libelle: "[OCht] Bx 1" } ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#223 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#220 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Choix de la machine" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Pas de machine" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5283 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1976 …} $translationDomain: "validators" $message: Closure() {#5382 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-boxList-machine" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_login_machine" ] |
| cache_key | "_login_machine_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5439 +label: "[OCht] Bx 1" +value: "1" +data: App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5333 #id: 1 #path: "/watchfolder/limas/bx1" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5322 #raisonSociale: "Ovision Chartres" #numero: null #header: """ <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet" />\r\n <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;"><img src="https://lyon07.ovision.org/axonea-data/assets/logo_ovisionnoir_png" style="width: 150px; height: 40px" /><br />\r\n <br />\r\n Centre spécialisé en Ophtalmologie<br />\r\n Route departementale 910<br />\r\n 28630 BARJOUVILLE<br />\r\n <br />\r\n Tél : 02.45.26.05.05<br />\r\n Mail : contact@ovisionchartres.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision Chartres Sud - Route departementale 910, 28630 Barjouville<br />\r\n SIRET : 94795806200012 / TVA Intracommunautaire : FR 68947958062<br />\r\n <br />\r\n <b>Pensez à faire une photocopie de votre ordonnance, aucun duplicata ne sera délivré.</b></center>\r\n </div> """ #nombrePlacesAssises: 20 -hasV1Database: true #id: 1 #libelle: "Ovision-Chartres-Sud" #adresse: "Route departementale 910" #cp: "28630" #ville: "BARJOUVILLE" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/limas/bx1/im" #pathToCopy: "/watchfolder/limas/bx1/ex" #deletedAt: null #libelle: "[OCht] Bx 1" } +attr: [ "data-centre" => 1 ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5436 -form: Symfony\Component\Form\Form {#5406 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5431 …5} |
| full_name | "login[machine]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_machine" |
| is_selected | Closure($choice, $value) {#5438 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5355 …} } |
| label | "Choix de la machine" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "machine" |
| placeholder | "Pas de machine" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_machine" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "84444922f1.KaLoenWBiFVVQFVYLU0kVRd8fP1WGC3isF2mtsF_Dfk.GNuiNDjYzSM4EmUNfy5rLVwFEbk-a1fW6hTS35VSWYt9kpAZRPP4Fz8zIg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "84444922f1.KaLoenWBiFVVQFVYLU0kVRd8fP1WGC3isF2mtsF_Dfk.GNuiNDjYzSM4EmUNfy5rLVwFEbk-a1fW6hTS35VSWYt9kpAZRPP4Fz8zIg" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#225 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#223 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#222 …} -namespace: Closure() {#220 …} } |
| data | "84444922f1.KaLoenWBiFVVQFVYLU0kVRd8fP1WGC3isF2mtsF_Dfk.GNuiNDjYzSM4EmUNfy5rLVwFEbk-a1fW6hTS35VSWYt9kpAZRPP4Fz8zIg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5444 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5116 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5283 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1976 …} $translationDomain: "validators" $message: Closure() {#5443 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_login__token" ] |
| cache_key | "_login__token_hidden" |
| compound | false |
| data | "84444922f1.KaLoenWBiFVVQFVYLU0kVRd8fP1WGC3isF2mtsF_Dfk.GNuiNDjYzSM4EmUNfy5rLVwFEbk-a1fW6hTS35VSWYt9kpAZRPP4Fz8zIg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5456 -form: Symfony\Component\Form\Form {#5452 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5447 …5} |
| full_name | "login[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login__token" |
| valid | true |
| value | "84444922f1.KaLoenWBiFVVQFVYLU0kVRd8fP1WGC3isF2mtsF_Dfk.GNuiNDjYzSM4EmUNfy5rLVwFEbk-a1fW6hTS35VSWYt9kpAZRPP4Fz8zIg" |