- 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 {#5118 -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 {#5118 -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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#228 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#227 …} -namespace: Closure() {#225 …} } |
| data | App\Domain\Security\DTO\SecurityDTO {#5118 -username: null -password: null -centre: null -machine: null } |
| data_class | "App\Domain\Security\DTO\SecurityDTO" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5306 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5121 …} 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() {#5308 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2033 …} $translationDomain: "validators" $message: Closure() {#5307 …} } } |
| 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 {#5118 -username: null -password: null -centre: null -machine: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5389 -form: Symfony\Component\Form\Form {#5397 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5309 …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 {#5118 -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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#228 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#227 …} -namespace: Closure() {#225 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5321 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5121 …} } |
| 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() {#5330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2033 …} $translationDomain: "validators" $message: Closure() {#5320 …} } } |
| 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 {#5415 -form: Symfony\Component\Form\Form {#5402 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5336 …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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#228 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#227 …} -namespace: Closure() {#225 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5353 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5121 …} } |
| 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() {#5355 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2033 …} $translationDomain: "validators" $message: Closure() {#5352 …} } } |
| 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 {#5417 -form: Symfony\Component\Form\Form {#5405 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5418 …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 {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #syncId: null -dateSynchro: null #deletedAt: null } ] |
[ App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #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 {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#228 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#227 …} -namespace: Closure() {#225 …} } |
| 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() {#5374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2033 …} $translationDomain: "validators" $message: Closure() {#5373 …} } } |
| 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 {#5439 +label: "Ovision-Csr" +value: "1" +data: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #syncId: null -dateSynchro: null #deletedAt: null } +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5419 -form: Symfony\Component\Form\Form {#5408 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5420 …5} |
| full_name | "login[centre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_centre" |
| is_selected | Closure($choice, $value) {#5438 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5360 …} } |
| 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) {#5316 class: "App\Infrastructure\Form\Security\LoginType" this: App\Infrastructure\Form\Security\LoginType {#5120 …} } |
same as passed value |
| choice_label | "libelle" |
same as passed value |
| choice_value | "id" |
same as passed value |
| choices | [ App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5338 #id: 1 #path: "/watchfolder/chasse/rctbox" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/chasse/rctbox/im" #pathToCopy: "/watchfolder/chasse/rctbox/ex" #deletedAt: null #libelle: "rctbox" } ] |
[ App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5338 #id: 1 #path: "/watchfolder/chasse/rctbox" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/chasse/rctbox/im" #pathToCopy: "/watchfolder/chasse/rctbox/ex" #deletedAt: null #libelle: "rctbox" } ] |
| 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) {#5316 class: "App\Infrastructure\Form\Security\LoginType" this: App\Infrastructure\Form\Security\LoginType {#5120 …} } |
| 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 {#5338 #id: 1 #path: "/watchfolder/chasse/rctbox" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/chasse/rctbox/im" #pathToCopy: "/watchfolder/chasse/rctbox/ex" #deletedAt: null #libelle: "rctbox" } ] |
| 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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#228 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#227 …} -namespace: Closure() {#225 …} } |
| 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() {#5388 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2033 …} $translationDomain: "validators" $message: Closure() {#5387 …} } } |
| 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 {#5444 +label: "rctbox" +value: "1" +data: App\Infrastructure\Doctrine\Entity\DoctrineMachine {#5338 #id: 1 #path: "/watchfolder/chasse/rctbox" #centre: App\Infrastructure\Doctrine\Entity\DoctrineCentre {#5327 #raisonSociale: "Ovision CSR" #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 73 rue Pasteur<br />\r\n 38670 Chasse-sur-Rhône<br />\r\n <br />\r\n Tél : 09.74.71.40.40<br />\r\n Mail : contact@ovisioncsr.com<br />\r\n </div> """ #footer: """ <div style="font-size: 12px;font-family: 'Montserrat', sans-serif;">\r\n <center>Société Ovision CSR - 73 rue Pasteur, 38670 Chasse-sur-Rhône<br />\r\n SIRET : 81433515400021 / TVA Intracommunautaire : FR43814335154<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: 18 -hasV1Database: true #id: 1 #libelle: "Ovision-Csr" #adresse: "73 rue Pasteur" #cp: "38670" #ville: "Chasse-sur-rhône" #syncId: null -dateSynchro: null #deletedAt: null } #pathToWatch: "/watchfolder/chasse/rctbox/im" #pathToCopy: "/watchfolder/chasse/rctbox/ex" #deletedAt: null #libelle: "rctbox" } +attr: [ "data-centre" => 1 ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5441 -form: Symfony\Component\Form\Form {#5411 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5436 …5} |
| full_name | "login[machine]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_machine" |
| is_selected | Closure($choice, $value) {#5443 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#5360 …} } |
| 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 | "fef.4vi-KLKs2N9XVEVjDVFqgrKrKw782jgBBNofzocmE2w.g6fTSdGdko4CDCwzOz0bz-bkYHmwjXpWaJAtqtdFSQ61jtNB3cuaqx8ndQ" |
| 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 | "fef.4vi-KLKs2N9XVEVjDVFqgrKrKw782jgBBNofzocmE2w.g6fTSdGdko4CDCwzOz0bz-bkYHmwjXpWaJAtqtdFSQ61jtNB3cuaqx8ndQ" |
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 {#230 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#228 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#227 …} -namespace: Closure() {#225 …} } |
| data | "fef.4vi-KLKs2N9XVEVjDVFqgrKrKw782jgBBNofzocmE2w.g6fTSdGdko4CDCwzOz0bz-bkYHmwjXpWaJAtqtdFSQ61jtNB3cuaqx8ndQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5449 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5121 …} } |
| 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() {#5451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#5288 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2033 …} $translationDomain: "validators" $message: Closure() {#5448 …} } } |
| 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 | "fef.4vi-KLKs2N9XVEVjDVFqgrKrKw782jgBBNofzocmE2w.g6fTSdGdko4CDCwzOz0bz-bkYHmwjXpWaJAtqtdFSQ61jtNB3cuaqx8ndQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5461 -form: Symfony\Component\Form\Form {#5457 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5452 …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 | "fef.4vi-KLKs2N9XVEVjDVFqgrKrKw782jgBBNofzocmE2w.g6fTSdGdko4CDCwzOz0bz-bkYHmwjXpWaJAtqtdFSQ61jtNB3cuaqx8ndQ" |