- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 62
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- E-mails
- Notifications
- VichUploader
- 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
user_registration
"App\Form\UserRegistrationType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#1000 -email: null -roles: [ "ROLE_USER" ] -role: null -password: null -username: null -contacts: null -address: null -imageFile: null -filename: null -enabled: null -createdAt: null -updatedAt: null -lastLogin: null -actualites: Doctrine\Common\Collections\ArrayCollection {#1002 …} -nom: null -prenoms: null -logs: Doctrine\Common\Collections\ArrayCollection {#1083 …} -institutions: Doctrine\Common\Collections\ArrayCollection {#1082 …} -actualitesUpatedBy: Doctrine\Common\Collections\ArrayCollection {#1079 …} -brochures: Doctrine\Common\Collections\ArrayCollection {#1081 …} -articles: Doctrine\Common\Collections\ArrayCollection {#1003 …} -posts: Doctrine\Common\Collections\ArrayCollection {#1018 …} -directions: Doctrine\Common\Collections\ArrayCollection {#1004 …} -partenaires: Doctrine\Common\Collections\ArrayCollection {#1016 …} -documentations: Doctrine\Common\Collections\ArrayCollection {#1017 …} -salons: Doctrine\Common\Collections\ArrayCollection {#1050 …} -seminaires: Doctrine\Common\Collections\ArrayCollection {#1055 …} -domaines: null -hotels: Doctrine\Common\Collections\ArrayCollection {#1056 …} -restaurants: Doctrine\Common\Collections\ArrayCollection {#1057 …} #id: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#1000 -email: null -roles: [ "ROLE_USER" ] -role: null -password: null -username: null -contacts: null -address: null -imageFile: null -filename: null -enabled: null -createdAt: null -updatedAt: null -lastLogin: null -actualites: Doctrine\Common\Collections\ArrayCollection {#1002 …} -nom: null -prenoms: null -logs: Doctrine\Common\Collections\ArrayCollection {#1083 …} -institutions: Doctrine\Common\Collections\ArrayCollection {#1082 …} -actualitesUpatedBy: Doctrine\Common\Collections\ArrayCollection {#1079 …} -brochures: Doctrine\Common\Collections\ArrayCollection {#1081 …} -articles: Doctrine\Common\Collections\ArrayCollection {#1003 …} -posts: Doctrine\Common\Collections\ArrayCollection {#1018 …} -directions: Doctrine\Common\Collections\ArrayCollection {#1004 …} -partenaires: Doctrine\Common\Collections\ArrayCollection {#1016 …} -documentations: Doctrine\Common\Collections\ArrayCollection {#1017 …} -salons: Doctrine\Common\Collections\ArrayCollection {#1050 …} -seminaires: Doctrine\Common\Collections\ArrayCollection {#1055 …} -domaines: null -hotels: Doctrine\Common\Collections\ArrayCollection {#1056 …} -restaurants: Doctrine\Common\Collections\ArrayCollection {#1057 …} #id: 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data | App\Entity\User {#1000 -email: null -roles: [ "ROLE_USER" ] -role: null -password: null -username: null -contacts: null -address: null -imageFile: null -filename: null -enabled: null -createdAt: null -updatedAt: null -lastLogin: null -actualites: Doctrine\Common\Collections\ArrayCollection {#1002 …} -nom: null -prenoms: null -logs: Doctrine\Common\Collections\ArrayCollection {#1083 …} -institutions: Doctrine\Common\Collections\ArrayCollection {#1082 …} -actualitesUpatedBy: Doctrine\Common\Collections\ArrayCollection {#1079 …} -brochures: Doctrine\Common\Collections\ArrayCollection {#1081 …} -articles: Doctrine\Common\Collections\ArrayCollection {#1003 …} -posts: Doctrine\Common\Collections\ArrayCollection {#1018 …} -directions: Doctrine\Common\Collections\ArrayCollection {#1004 …} -partenaires: Doctrine\Common\Collections\ArrayCollection {#1016 …} -documentations: Doctrine\Common\Collections\ArrayCollection {#1017 …} -salons: Doctrine\Common\Collections\ArrayCollection {#1050 …} -seminaires: Doctrine\Common\Collections\ArrayCollection {#1055 …} -domaines: null -hotels: Doctrine\Common\Collections\ArrayCollection {#1056 …} -restaurants: Doctrine\Common\Collections\ArrayCollection {#1057 …} #id: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} use: { $class: "App\Entity\User" } } |
| 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 | 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() {#1920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#1921 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user_registration" "_user_registration" ] |
| cache_key | "_user_registration_user_registration" |
| compound | true |
| data | App\Entity\User {#1000 -email: null -roles: [ "ROLE_USER" ] -role: null -password: null -username: null -contacts: null -address: null -imageFile: null -filename: null -enabled: null -createdAt: null -updatedAt: null -lastLogin: null -actualites: Doctrine\Common\Collections\ArrayCollection {#1002 …} -nom: null -prenoms: null -logs: Doctrine\Common\Collections\ArrayCollection {#1083 …} -institutions: Doctrine\Common\Collections\ArrayCollection {#1082 …} -actualitesUpatedBy: Doctrine\Common\Collections\ArrayCollection {#1079 …} -brochures: Doctrine\Common\Collections\ArrayCollection {#1081 …} -articles: Doctrine\Common\Collections\ArrayCollection {#1003 …} -posts: Doctrine\Common\Collections\ArrayCollection {#1018 …} -directions: Doctrine\Common\Collections\ArrayCollection {#1004 …} -partenaires: Doctrine\Common\Collections\ArrayCollection {#1016 …} -documentations: Doctrine\Common\Collections\ArrayCollection {#1017 …} -salons: Doctrine\Common\Collections\ArrayCollection {#1050 …} -seminaires: Doctrine\Common\Collections\ArrayCollection {#1055 …} -domaines: null -hotels: Doctrine\Common\Collections\ArrayCollection {#1056 …} -restaurants: Doctrine\Common\Collections\ArrayCollection {#1057 …} #id: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2381 -form: Symfony\Component\Form\Form {#2353 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1919 …5} |
| full_name | "user_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration" |
| valid | true |
| value | App\Entity\User {#1000 -email: null -roles: [ "ROLE_USER" ] -role: null -password: null -username: null -contacts: null -address: null -imageFile: null -filename: null -enabled: null -createdAt: null -updatedAt: null -lastLogin: null -actualites: Doctrine\Common\Collections\ArrayCollection {#1002 …} -nom: null -prenoms: null -logs: Doctrine\Common\Collections\ArrayCollection {#1083 …} -institutions: Doctrine\Common\Collections\ArrayCollection {#1082 …} -actualitesUpatedBy: Doctrine\Common\Collections\ArrayCollection {#1079 …} -brochures: Doctrine\Common\Collections\ArrayCollection {#1081 …} -articles: Doctrine\Common\Collections\ArrayCollection {#1003 …} -posts: Doctrine\Common\Collections\ArrayCollection {#1018 …} -directions: Doctrine\Common\Collections\ArrayCollection {#1004 …} -partenaires: Doctrine\Common\Collections\ArrayCollection {#1016 …} -documentations: Doctrine\Common\Collections\ArrayCollection {#1017 …} -salons: Doctrine\Common\Collections\ArrayCollection {#1050 …} -seminaires: Doctrine\Common\Collections\ArrayCollection {#1055 …} -domaines: null -hotels: Doctrine\Common\Collections\ArrayCollection {#1056 …} -restaurants: Doctrine\Common\Collections\ArrayCollection {#1057 …} #id: 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 | [ "maxlength" => 255 "placeholder" => "Votre identifiant" "class" => "form-control" ] |
[ "maxlength" => 255 "placeholder" => "Votre identifiant" "class" => "form-control" ] |
| 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 | [ "maxlength" => 255 "placeholder" => "Votre identifiant" "class" => "form-control" ] |
| 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| 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() {#2190 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2186 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Votre identifiant" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_registration_username" ] |
| cache_key | "_user_registration_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2414 -form: Symfony\Component\Form\Form {#2316 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2415 …5} |
| full_name | "user_registration[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_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 | "_user_registration_username" |
| valid | true |
| value | "" |
nom
"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 | [ "maxlength" => "15" "pattern" => ".{3,}" "placeholder" => "Nom" "class" => "form-control" ] |
[ "maxlength" => "15" "pattern" => ".{3,}" "placeholder" => "Nom" "class" => "form-control" ] |
| help | "Le nom saisi doit comporter au minimum 3 et maximum 15 cataères" |
same as passed value |
| label | "Nom" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => "15" "pattern" => ".{3,}" "placeholder" => "Nom" "class" => "form-control" ] |
| 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2188 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Le nom saisi doit comporter au minimum 3 et maximum 15 cataères" |
| 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 | "Nom" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2012 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => "15" "pattern" => ".{3,}" "placeholder" => "Nom" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_registration_nom" ] |
| cache_key | "_user_registration_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2413 -form: Symfony\Component\Form\Form {#2312 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2411 …5} |
| full_name | "user_registration[nom]" |
| help | "Le nom saisi doit comporter au minimum 3 et maximum 15 cataères" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_nom" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_nom" |
| valid | true |
| value | "" |
prenoms
"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 | [ "maxlength" => "100" "pattern" => ".{3,}" "placeholder" => "Prenoms" "class" => "form-control" ] |
[ "maxlength" => "100" "pattern" => ".{3,}" "placeholder" => "Prenoms" "class" => "form-control" ] |
| help | "Le prenom saisi doit comporter au minimum 3 et maximum 100 cataères" |
same as passed value |
| label | "Prenoms" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => "100" "pattern" => ".{3,}" "placeholder" => "Prenoms" "class" => "form-control" ] |
| 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1966 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Le prenom saisi doit comporter au minimum 3 et maximum 100 cataères" |
| 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 | "Prenoms" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#1896 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => "100" "pattern" => ".{3,}" "placeholder" => "Prenoms" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_registration_prenoms" ] |
| cache_key | "_user_registration_prenoms_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2374 -form: Symfony\Component\Form\Form {#2309 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2376 …5} |
| full_name | "user_registration[prenoms]" |
| help | "Le prenom saisi doit comporter au minimum 3 et maximum 100 cataères" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_prenoms" |
| label | "Prenoms" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenoms" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_prenoms" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "maxlength" => 180 "placeholder" => "Email de l'utilisateur" "class" => "" ] |
[ "maxlength" => 180 "placeholder" => "Email de l'utilisateur" "class" => "" ] |
| help | "Rassurez vous que l'email renseigné soit valide" |
same as passed value |
| label | "Email de l'utilisateur" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 "placeholder" => "Email de l'utilisateur" "class" => "" ] |
| 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1972 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Rassurez vous que l'email renseigné soit valide" |
| 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 | "Email de l'utilisateur" |
| 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() {#1909 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2176 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 "placeholder" => "Email de l'utilisateur" "class" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_user_registration_email" ] |
| cache_key | "_user_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2362 -form: Symfony\Component\Form\Form {#2351 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2212 …5} |
| full_name | "user_registration[email]" |
| help | "Rassurez vous que l'email renseigné soit valide" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_email" |
| label | "Email de l'utilisateur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_email" |
| valid | true |
| value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "Mot de passe" "attr" => [ "placeholder" => "Mot de passe" ] ] |
[ "label" => "Mot de passe" "attr" => [ "placeholder" => "Mot de passe" ] ] |
| help | "Le mot de passe doit comporter au minimum 6 cataères" |
same as passed value |
| invalid_message | "Les mots de passes ne correspondent pas." |
same as passed value |
| options | [ "attr" => [ "class" => "form-control" ] ] |
[ "attr" => [ "class" => "form-control" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "placeholder" => "Confirmer le mot de passe" ] ] |
[ "label" => "Confirmer le mot de passe" "attr" => [ "placeholder" => "Confirmer le mot de passe" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Mot de passe" "attr" => [ "placeholder" => "Mot de passe" ] ] |
| form_attr | false |
| getter | null |
| help | "Le mot de passe doit comporter au minimum 6 cataères" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Les mots de passes ne correspondent pas." |
| 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 | true |
| method | "POST" |
| options | [ "attr" => [ "class" => "form-control" ] ] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "Confirmer le mot de passe" "attr" => [ "placeholder" => "Confirmer le mot de passe" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#2177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#1992 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_user_registration_password" ] |
| cache_key | "_user_registration_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1953 -form: Symfony\Component\Form\Form {#2327 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2331 …5} |
| full_name | "user_registration[password]" |
| help | "Le mot de passe doit comporter au minimum 6 cataères" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_password" |
| label | null |
| 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 | "_user_registration_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"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" ] |
| error_bubbling | false |
false
|
| label | "Mot de passe" |
same as passed value |
| mapped | true |
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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2347 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| 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() {#2340 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2346 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_user_registration_password_first" ] |
| cache_key | "_user_registration_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2011 -form: Symfony\Component\Form\Form {#2324 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1899 …5} |
| full_name | "user_registration[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_password_first" |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_password_first" |
| valid | true |
| value | "" |
second
"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" => "Confirmer le mot de passe" ] |
[ "placeholder" => "Confirmer le mot de passe" ] |
| error_bubbling | false |
false
|
| label | "Confirmer le mot de passe" |
same as passed value |
| mapped | true |
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" => "Confirmer le 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2334 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| 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 | "Confirmer le 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() {#2332 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2333 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Confirmer le mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_user_registration_password_second" ] |
| cache_key | "_user_registration_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2193 -form: Symfony\Component\Form\Form {#2321 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2375 …5} |
| full_name | "user_registration[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_password_second" |
| label | "Confirmer le mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_password_second" |
| valid | true |
| value | "" |
contacts
"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 | [ "maxlength" => 50 "placeholder" => "Numéro de téléphone" "class" => "form-control" ] |
[ "maxlength" => 50 "placeholder" => "Numéro de téléphone" "class" => "form-control" ] |
| label | "Numéro de téléphone" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "placeholder" => "Numéro de téléphone" "class" => "form-control" ] |
| 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| 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 | "Numéro de téléphone" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#1959 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "placeholder" => "Numéro de téléphone" "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_registration_contacts" ] |
| cache_key | "_user_registration_contacts_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2339 -form: Symfony\Component\Form\Form {#2314 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1910 …5} |
| full_name | "user_registration[contacts]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_contacts" |
| label | "Numéro de téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contacts" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_contacts" |
| valid | true |
| value | "" |
domaines
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "form-control chosen-select" ] |
[ "class" => "form-control chosen-select" ] |
| class | "App\Entity\Categorieacteurs" |
same as passed value |
| label | "Domaines" |
same as passed value |
| placeholder | "Sélectionnez un domaine" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control chosen-select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2237 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2363 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2246 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2357 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2364 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2255 -om: ContainerDypkxCX\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#156 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2253 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Categorieacteurs" |
| 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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data_class | null |
| disabled | false |
| em | ContainerDypkxCX\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#156 …2} |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2255 -om: ContainerDypkxCX\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#156 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2253 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Domaines" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Sélectionnez un domaine" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2247 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2252 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control chosen-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_user_registration_domaines" ] |
| cache_key | "_user_registration_domaines_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "Hôtels" +value: "1" +data: App\Entity\Categorieacteurs {#2518 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "Restaurant" +value: "2" +data: App\Entity\Categorieacteurs {#2477 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "Agence de voyage / Tourisme" +value: "3" +data: App\Entity\Categorieacteurs {#2484 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Complexe hôtelier" +value: "4" +data: App\Entity\Categorieacteurs {#2482 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "Artisan d'art" +value: "5" +data: App\Entity\Categorieacteurs {#2525 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +label: "Prescripteurs (Magazine, Blogueur)" +value: "6" +data: App\Entity\Categorieacteurs {#2529 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Compagnie de transports (Aériens, Routier etc...)" +value: "7" +data: App\Entity\Categorieacteurs {#2439 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +label: "Bien-être" +value: "8" +data: App\Entity\Categorieacteurs {#2450 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +label: "Bar / Boîtes de nuit / Maquis" +value: "9" +data: App\Entity\Categorieacteurs {#2446 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2417 -form: Symfony\Component\Form\Form {#1772 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2382 …5} |
| full_name | "user_registration[domaines]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration_domaines" |
| is_selected | Closure($choice, $value) {#2441 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1960 …} } |
| label | "Domaines" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "domaines" |
| placeholder | "Sélectionnez un domaine" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_registration_domaines" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b5e1c3a8cdc2ceebc3f52ec482e885d.vg1DjIQveFQycVvWujuAFFYUSfYCMK9dgQn8hmBLkTI.0j4yxcBaMwxmECO_1WzoXBB7OYZNWcYT81ap5Rob_12PPwDL51YSF0g_aw" |
| 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 | "b5e1c3a8cdc2ceebc3f52ec482e885d.vg1DjIQveFQycVvWujuAFFYUSfYCMK9dgQn8hmBLkTI.0j4yxcBaMwxmECO_1WzoXBB7OYZNWcYT81ap5Rob_12PPwDL51YSF0g_aw" |
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 {#766 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#756 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#765 …} } |
| data | "b5e1c3a8cdc2ceebc3f52ec482e885d.vg1DjIQveFQycVvWujuAFFYUSfYCMK9dgQn8hmBLkTI.0j4yxcBaMwxmECO_1WzoXBB7OYZNWcYT81ap5Rob_12PPwDL51YSF0g_aw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1075 …} } |
| 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() {#2434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1891 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#23 …} $translationDomain: "validators" $message: Closure() {#2442 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user_registration__token" ] |
| cache_key | "_user_registration__token_hidden" |
| compound | false |
| data | "b5e1c3a8cdc2ceebc3f52ec482e885d.vg1DjIQveFQycVvWujuAFFYUSfYCMK9dgQn8hmBLkTI.0j4yxcBaMwxmECO_1WzoXBB7OYZNWcYT81ap5Rob_12PPwDL51YSF0g_aw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2532 -form: Symfony\Component\Form\Form {#2536 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2511 …5} |
| full_name | "user_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_registration__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 | "_user_registration__token" |
| valid | true |
| value | "b5e1c3a8cdc2ceebc3f52ec482e885d.vg1DjIQveFQycVvWujuAFFYUSfYCMK9dgQn8hmBLkTI.0j4yxcBaMwxmECO_1WzoXBB7OYZNWcYT81ap5Rob_12PPwDL51YSF0g_aw" |