- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 90
- Security
- Twig
- HTTP Client 1
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- 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
-
-
email
-
civility
-
lastname
-
firstname
-
phone
-
fonction
-
company
-
siret
-
recatpchaValue
-
_token
-
ask_registration
"App\Form\AskRegistrationType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Model\AskRegistration {#950 -email: null -civility: null -lastname: null -firstname: null -phone: null -fonction: null -company: null -siret: null -adresse: null #recatpchaValue: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Model\AskRegistration {#950 -email: null -civility: null -lastname: null -firstname: null -phone: null -fonction: null -company: null -siret: null -adresse: null #recatpchaValue: 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data | App\Model\AskRegistration {#950 -email: null -civility: null -lastname: null -firstname: null -phone: null -fonction: null -company: null -siret: null -adresse: null #recatpchaValue: null } |
| data_class | "App\Model\AskRegistration" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1085 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} use: { $class: "App\Model\AskRegistration" } } |
| 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() {#1087 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1086 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ask_registration" "_ask_registration" ] |
| cache_key | "_ask_registration_ask_registration" |
| compound | true |
| data | App\Model\AskRegistration {#950 -email: null -civility: null -lastname: null -firstname: null -phone: null -fonction: null -company: null -siret: null -adresse: null #recatpchaValue: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1212 -form: Symfony\Component\Form\Form {#1217 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1088 …5} |
| full_name | "ask_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ask_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration" |
| valid | true |
| value | App\Model\AskRegistration {#950 -email: null -civility: null -lastname: null -firstname: null -phone: null -fonction: null -company: null -siret: null -adresse: null #recatpchaValue: null } |
"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" => "louis.durand@monsite.fr" ] |
[ "placeholder" => "louis.durand@monsite.fr" ] |
| label | "Email" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "louis.durand@monsite.fr" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1108 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | "Email" |
| 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() {#1118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1115 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "louis.durand@monsite.fr" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ask_registration_email" ] |
| cache_key | "_ask_registration_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1164 -form: Symfony\Component\Form\Form {#1220 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1172 …5} |
| full_name | "ask_registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_email" |
| valid | true |
| value | "" |
civility
"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 |
|---|---|---|
| choices | [ "Monsieur" => 1 "Madame" => 0 ] |
[ "Monsieur" => 1 "Madame" => 0 ] |
| label | "Civilité" |
same as passed value |
| required | true |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Monsieur" => 1 "Madame" => 0 ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| 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 | "Civilité" |
| 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() {#1132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1131 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_ask_registration_civility" ] |
| cache_key | "_ask_registration_civility_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1134 +label: "Monsieur" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Madame" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1155 -form: Symfony\Component\Form\Form {#1223 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1146 …5} |
| full_name | "ask_registration[civility]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_civility" |
| is_selected | Closure($choice, $value) {#1250 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1101 …} } |
| label | "Civilité" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "civility" |
| 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 | "_ask_registration_civility" |
| valid | true |
| value | "" |
lastname
"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" => "Durand" ] |
[ "placeholder" => "Durand" ] |
| label | "Nom" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Durand" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1143 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | "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() {#1145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1144 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Durand" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ask_registration_lastname" ] |
| cache_key | "_ask_registration_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1251 -form: Symfony\Component\Form\Form {#1226 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1252 …5} |
| full_name | "ask_registration[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_lastname" |
| label | "Nom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_lastname" |
| valid | true |
| value | "" |
firstname
"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" => "Louis" ] |
[ "placeholder" => "Louis" ] |
| label | "Prénom" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Louis" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1152 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | "Pré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() {#1154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1153 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Louis" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ask_registration_firstname" ] |
| cache_key | "_ask_registration_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1253 -form: Symfony\Component\Form\Form {#1229 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1287 …5} |
| full_name | "ask_registration[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_firstname" |
| label | "Prénom" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_firstname" |
| valid | true |
| value | "" |
phone
"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" => "0545234589" ] |
[ "placeholder" => "0545234589" ] |
| label | "Téléphone" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "0545234589" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1161 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | "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() {#1163 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1162 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "0545234589" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ask_registration_phone" ] |
| cache_key | "_ask_registration_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1291 -form: Symfony\Component\Form\Form {#1232 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1292 …5} |
| full_name | "ask_registration[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_phone" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_phone" |
| valid | true |
| value | "" |
fonction
"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 |
|---|---|---|
| choices | [ "Agent ADV" => "Agent ADV" "Agent Comptable" => "Agent Comptable" "Agent Crédit Client" => "Agent Crédit Client" "Agent Finances" => "Agent Finances" "Agent Paie" => "Agent Paie" "Agent Production" => "Agent Production" "Agent SAV" => "Agent SAV" "Agent Service Achat" => "Agent Service Achat" "Architecte" => "Architecte" "Assistant Formation" => "Assistant Formation" "Assistant RH" => "Assistant RH" "Assistante" => "Assistante" "Autres" => "Autres" "Avocat" => "Avocat" "Chef de Produit" => "Chef de Produit" "Chef de Projet DEV" => "Chef de Projet DEV" "Chef de projet" => "Chef de projet" "Co-gérant" => "Co-gérant" "Commercial" => "Commercial" "Correspond Reconversion" => "Correspond Reconversion" "DSI/Directeur Informatique" => "DSI/Directeur Informatique" "Demandeur d'emplois" => "Demandeur d'emplois" "Dessinateur" => "Dessinateur" "Directeur Administratif" => "Directeur Administratif" "Directeur Commercial" => "Directeur Commercial" "Directeur Ecole" => "Directeur Ecole" "Directeur Financier" => "Directeur Financier" "Directeur Formation" => "Directeur Formation" "Directeur Ingénierie" => "Directeur Ingénierie" "Directeur Market et Com" => "Directeur Market et Com" "Directeur Production" => "Directeur Production" "Directeur R&D" => "Directeur R&D" "Directeur RH" => "Directeur RH" "Directeur Technique" => "Directeur Technique" "Directeur d'Exploitation" => "Directeur d'Exploitation" "Directeur des Achats" => "Directeur des Achats" "Docteur" => "Docteur" "Elu" => "Elu" "Expert-Comptable" => "Expert-Comptable" "Gestionnaire de carrière" => "Gestionnaire de carrière" "Gestionnaire de formation" => "Gestionnaire de formation" "Ingénieur" => "Ingénieur" "Ingénieur Dév" => "Ingénieur Dév" "Ingénieur Etudes" => "Ingénieur Etudes" "Ingénieur Micro" => "Ingénieur Micro" "Ingénieur Système" => "Ingénieur Système" "Maire" => "Maire" "Metreur" => "Metreur" "PAO" => "PAO" "PDG/Directeur Général" => "PDG/Directeur Général" "Pharmacien" => "Pharmacien" "Professeur/Enseignant" => "Professeur/Enseignant" "Proviseur" => "Proviseur" "RSSI" => "RSSI" "Responsable Bureautique" => "Responsable Bureautique" "Responsable CE" => "Responsable CE" "Responsable Communication" => "Responsable Communication" "Responsable Comptabilité" => "Responsable Comptabilité" "Responsable Digital" => "Responsable Digital" "Responsable E Commerce" => "Responsable E Commerce" "Responsable Formation et carrière" => "Responsable Formation et carrière" "Responsable Informatique" => "Responsable Informatique" "Responsable Internet" => "Responsable Internet" "Responsable Juridique" => "Responsable Juridique" "Responsable Maintenance" => "Responsable Maintenance" "Responsable Marketing" => "Responsable Marketing" "Responsable Qualité" => "Responsable Qualité" "Responsable Télécom" => "Responsable Télécom" "Responsable du personnel" => "Responsable du personnel" "Responsable du recrutement" => "Responsable du recrutement" "Secrétaire" => "Secrétaire" "Secrétaire général" => "Secrétaire général" "VIP" => "VIP" ] |
[ "Agent ADV" => "Agent ADV" "Agent Comptable" => "Agent Comptable" "Agent Crédit Client" => "Agent Crédit Client" "Agent Finances" => "Agent Finances" "Agent Paie" => "Agent Paie" "Agent Production" => "Agent Production" "Agent SAV" => "Agent SAV" "Agent Service Achat" => "Agent Service Achat" "Architecte" => "Architecte" "Assistant Formation" => "Assistant Formation" "Assistant RH" => "Assistant RH" "Assistante" => "Assistante" "Autres" => "Autres" "Avocat" => "Avocat" "Chef de Produit" => "Chef de Produit" "Chef de Projet DEV" => "Chef de Projet DEV" "Chef de projet" => "Chef de projet" "Co-gérant" => "Co-gérant" "Commercial" => "Commercial" "Correspond Reconversion" => "Correspond Reconversion" "DSI/Directeur Informatique" => "DSI/Directeur Informatique" "Demandeur d'emplois" => "Demandeur d'emplois" "Dessinateur" => "Dessinateur" "Directeur Administratif" => "Directeur Administratif" "Directeur Commercial" => "Directeur Commercial" "Directeur Ecole" => "Directeur Ecole" "Directeur Financier" => "Directeur Financier" "Directeur Formation" => "Directeur Formation" "Directeur Ingénierie" => "Directeur Ingénierie" "Directeur Market et Com" => "Directeur Market et Com" "Directeur Production" => "Directeur Production" "Directeur R&D" => "Directeur R&D" "Directeur RH" => "Directeur RH" "Directeur Technique" => "Directeur Technique" "Directeur d'Exploitation" => "Directeur d'Exploitation" "Directeur des Achats" => "Directeur des Achats" "Docteur" => "Docteur" "Elu" => "Elu" "Expert-Comptable" => "Expert-Comptable" "Gestionnaire de carrière" => "Gestionnaire de carrière" "Gestionnaire de formation" => "Gestionnaire de formation" "Ingénieur" => "Ingénieur" "Ingénieur Dév" => "Ingénieur Dév" "Ingénieur Etudes" => "Ingénieur Etudes" "Ingénieur Micro" => "Ingénieur Micro" "Ingénieur Système" => "Ingénieur Système" "Maire" => "Maire" "Metreur" => "Metreur" "PAO" => "PAO" "PDG/Directeur Général" => "PDG/Directeur Général" "Pharmacien" => "Pharmacien" "Professeur/Enseignant" => "Professeur/Enseignant" "Proviseur" => "Proviseur" "RSSI" => "RSSI" "Responsable Bureautique" => "Responsable Bureautique" "Responsable CE" => "Responsable CE" "Responsable Communication" => "Responsable Communication" "Responsable Comptabilité" => "Responsable Comptabilité" "Responsable Digital" => "Responsable Digital" "Responsable E Commerce" => "Responsable E Commerce" "Responsable Formation et carrière" => "Responsable Formation et carrière" "Responsable Informatique" => "Responsable Informatique" "Responsable Internet" => "Responsable Internet" "Responsable Juridique" => "Responsable Juridique" "Responsable Maintenance" => "Responsable Maintenance" "Responsable Marketing" => "Responsable Marketing" "Responsable Qualité" => "Responsable Qualité" "Responsable Télécom" => "Responsable Télécom" "Responsable du personnel" => "Responsable du personnel" "Responsable du recrutement" => "Responsable du recrutement" "Secrétaire" => "Secrétaire" "Secrétaire général" => "Secrétaire général" "VIP" => "VIP" ] |
| label | "Fonction" |
same as passed value |
| placeholder | "Choisir une fonction" |
same as passed value |
| required | false |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Agent ADV" => "Agent ADV" "Agent Comptable" => "Agent Comptable" "Agent Crédit Client" => "Agent Crédit Client" "Agent Finances" => "Agent Finances" "Agent Paie" => "Agent Paie" "Agent Production" => "Agent Production" "Agent SAV" => "Agent SAV" "Agent Service Achat" => "Agent Service Achat" "Architecte" => "Architecte" "Assistant Formation" => "Assistant Formation" "Assistant RH" => "Assistant RH" "Assistante" => "Assistante" "Autres" => "Autres" "Avocat" => "Avocat" "Chef de Produit" => "Chef de Produit" "Chef de Projet DEV" => "Chef de Projet DEV" "Chef de projet" => "Chef de projet" "Co-gérant" => "Co-gérant" "Commercial" => "Commercial" "Correspond Reconversion" => "Correspond Reconversion" "DSI/Directeur Informatique" => "DSI/Directeur Informatique" "Demandeur d'emplois" => "Demandeur d'emplois" "Dessinateur" => "Dessinateur" "Directeur Administratif" => "Directeur Administratif" "Directeur Commercial" => "Directeur Commercial" "Directeur Ecole" => "Directeur Ecole" "Directeur Financier" => "Directeur Financier" "Directeur Formation" => "Directeur Formation" "Directeur Ingénierie" => "Directeur Ingénierie" "Directeur Market et Com" => "Directeur Market et Com" "Directeur Production" => "Directeur Production" "Directeur R&D" => "Directeur R&D" "Directeur RH" => "Directeur RH" "Directeur Technique" => "Directeur Technique" "Directeur d'Exploitation" => "Directeur d'Exploitation" "Directeur des Achats" => "Directeur des Achats" "Docteur" => "Docteur" "Elu" => "Elu" "Expert-Comptable" => "Expert-Comptable" "Gestionnaire de carrière" => "Gestionnaire de carrière" "Gestionnaire de formation" => "Gestionnaire de formation" "Ingénieur" => "Ingénieur" "Ingénieur Dév" => "Ingénieur Dév" "Ingénieur Etudes" => "Ingénieur Etudes" "Ingénieur Micro" => "Ingénieur Micro" "Ingénieur Système" => "Ingénieur Système" "Maire" => "Maire" "Metreur" => "Metreur" "PAO" => "PAO" "PDG/Directeur Général" => "PDG/Directeur Général" "Pharmacien" => "Pharmacien" "Professeur/Enseignant" => "Professeur/Enseignant" "Proviseur" => "Proviseur" "RSSI" => "RSSI" "Responsable Bureautique" => "Responsable Bureautique" "Responsable CE" => "Responsable CE" "Responsable Communication" => "Responsable Communication" "Responsable Comptabilité" => "Responsable Comptabilité" "Responsable Digital" => "Responsable Digital" "Responsable E Commerce" => "Responsable E Commerce" "Responsable Formation et carrière" => "Responsable Formation et carrière" "Responsable Informatique" => "Responsable Informatique" "Responsable Internet" => "Responsable Internet" "Responsable Juridique" => "Responsable Juridique" "Responsable Maintenance" => "Responsable Maintenance" "Responsable Marketing" => "Responsable Marketing" "Responsable Qualité" => "Responsable Qualité" "Responsable Télécom" => "Responsable Télécom" "Responsable du personnel" => "Responsable du personnel" "Responsable du recrutement" => "Responsable du recrutement" "Secrétaire" => "Secrétaire" "Secrétaire général" => "Secrétaire général" "VIP" => "VIP" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| 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 | "Fonction" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Choisir une fonction" |
| 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() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1170 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_ask_registration_fonction" ] |
| cache_key | "_ask_registration_fonction_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +label: "Agent ADV" +value: "Agent ADV" +data: "Agent ADV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +label: "Agent Comptable" +value: "Agent Comptable" +data: "Agent Comptable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +label: "Agent Crédit Client" +value: "Agent Crédit Client" +data: "Agent Crédit Client" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1298 +label: "Agent Finances" +value: "Agent Finances" +data: "Agent Finances" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +label: "Agent Paie" +value: "Agent Paie" +data: "Agent Paie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +label: "Agent Production" +value: "Agent Production" +data: "Agent Production" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +label: "Agent SAV" +value: "Agent SAV" +data: "Agent SAV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +label: "Agent Service Achat" +value: "Agent Service Achat" +data: "Agent Service Achat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +label: "Architecte" +value: "Architecte" +data: "Architecte" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +label: "Assistant Formation" +value: "Assistant Formation" +data: "Assistant Formation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "Assistant RH" +value: "Assistant RH" +data: "Assistant RH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "Assistante" +value: "Assistante" +data: "Assistante" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +label: "Avocat" +value: "Avocat" +data: "Avocat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1309 +label: "Chef de Produit" +value: "Chef de Produit" +data: "Chef de Produit" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1310 +label: "Chef de Projet DEV" +value: "Chef de Projet DEV" +data: "Chef de Projet DEV" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1311 +label: "Chef de projet" +value: "Chef de projet" +data: "Chef de projet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1312 +label: "Co-gérant" +value: "Co-gérant" +data: "Co-gérant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +label: "Commercial" +value: "Commercial" +data: "Commercial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +label: "Correspond Reconversion" +value: "Correspond Reconversion" +data: "Correspond Reconversion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +label: "DSI/Directeur Informatique" +value: "DSI/Directeur Informatique" +data: "DSI/Directeur Informatique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +label: "Demandeur d'emplois" +value: "Demandeur d'emplois" +data: "Demandeur d'emplois" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +label: "Dessinateur" +value: "Dessinateur" +data: "Dessinateur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +label: "Directeur Administratif" +value: "Directeur Administratif" +data: "Directeur Administratif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +label: "Directeur Commercial" +value: "Directeur Commercial" +data: "Directeur Commercial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +label: "Directeur Ecole" +value: "Directeur Ecole" +data: "Directeur Ecole" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +label: "Directeur Financier" +value: "Directeur Financier" +data: "Directeur Financier" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1322 +label: "Directeur Formation" +value: "Directeur Formation" +data: "Directeur Formation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1323 +label: "Directeur Ingénierie" +value: "Directeur Ingénierie" +data: "Directeur Ingénierie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1324 +label: "Directeur Market et Com" +value: "Directeur Market et Com" +data: "Directeur Market et Com" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1325 +label: "Directeur Production" +value: "Directeur Production" +data: "Directeur Production" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1326 +label: "Directeur R&D" +value: "Directeur R&D" +data: "Directeur R&D" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1327 +label: "Directeur RH" +value: "Directeur RH" +data: "Directeur RH" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1328 +label: "Directeur Technique" +value: "Directeur Technique" +data: "Directeur Technique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1329 +label: "Directeur d'Exploitation" +value: "Directeur d'Exploitation" +data: "Directeur d'Exploitation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1330 +label: "Directeur des Achats" +value: "Directeur des Achats" +data: "Directeur des Achats" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1331 +label: "Docteur" +value: "Docteur" +data: "Docteur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1332 +label: "Elu" +value: "Elu" +data: "Elu" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1333 +label: "Expert-Comptable" +value: "Expert-Comptable" +data: "Expert-Comptable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1334 +label: "Gestionnaire de carrière" +value: "Gestionnaire de carrière" +data: "Gestionnaire de carrière" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1335 +label: "Gestionnaire de formation" +value: "Gestionnaire de formation" +data: "Gestionnaire de formation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "Ingénieur" +value: "Ingénieur" +data: "Ingénieur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1337 +label: "Ingénieur Dév" +value: "Ingénieur Dév" +data: "Ingénieur Dév" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1338 +label: "Ingénieur Etudes" +value: "Ingénieur Etudes" +data: "Ingénieur Etudes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1339 +label: "Ingénieur Micro" +value: "Ingénieur Micro" +data: "Ingénieur Micro" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1340 +label: "Ingénieur Système" +value: "Ingénieur Système" +data: "Ingénieur Système" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1341 +label: "Maire" +value: "Maire" +data: "Maire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1342 +label: "Metreur" +value: "Metreur" +data: "Metreur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +label: "PAO" +value: "PAO" +data: "PAO" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "PDG/Directeur Général" +value: "PDG/Directeur Général" +data: "PDG/Directeur Général" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "Pharmacien" +value: "Pharmacien" +data: "Pharmacien" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1346 +label: "Professeur/Enseignant" +value: "Professeur/Enseignant" +data: "Professeur/Enseignant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "Proviseur" +value: "Proviseur" +data: "Proviseur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "RSSI" +value: "RSSI" +data: "RSSI" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "Responsable Bureautique" +value: "Responsable Bureautique" +data: "Responsable Bureautique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1350 +label: "Responsable CE" +value: "Responsable CE" +data: "Responsable CE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1351 +label: "Responsable Communication" +value: "Responsable Communication" +data: "Responsable Communication" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1352 +label: "Responsable Comptabilité" +value: "Responsable Comptabilité" +data: "Responsable Comptabilité" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1353 +label: "Responsable Digital" +value: "Responsable Digital" +data: "Responsable Digital" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1354 +label: "Responsable E Commerce" +value: "Responsable E Commerce" +data: "Responsable E Commerce" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Responsable Formation et carrière" +value: "Responsable Formation et carrière" +data: "Responsable Formation et carrière" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "Responsable Informatique" +value: "Responsable Informatique" +data: "Responsable Informatique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "Responsable Internet" +value: "Responsable Internet" +data: "Responsable Internet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +label: "Responsable Juridique" +value: "Responsable Juridique" +data: "Responsable Juridique" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1359 +label: "Responsable Maintenance" +value: "Responsable Maintenance" +data: "Responsable Maintenance" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1360 +label: "Responsable Marketing" +value: "Responsable Marketing" +data: "Responsable Marketing" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1361 +label: "Responsable Qualité" +value: "Responsable Qualité" +data: "Responsable Qualité" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1362 +label: "Responsable Télécom" +value: "Responsable Télécom" +data: "Responsable Télécom" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1363 +label: "Responsable du personnel" +value: "Responsable du personnel" +data: "Responsable du personnel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1364 +label: "Responsable du recrutement" +value: "Responsable du recrutement" +data: "Responsable du recrutement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1365 +label: "Secrétaire" +value: "Secrétaire" +data: "Secrétaire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1366 +label: "Secrétaire général" +value: "Secrétaire général" +data: "Secrétaire général" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1367 +label: "VIP" +value: "VIP" +data: "VIP" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1293 -form: Symfony\Component\Form\Form {#1235 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1294 …5} |
| full_name | "ask_registration[fonction]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_fonction" |
| is_selected | Closure($choice, $value) {#1369 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1101 …} } |
| label | "Fonction" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "fonction" |
| placeholder | "Choisir une fonction" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_fonction" |
| valid | true |
| value | "" |
company
"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" => "Toyota" ] |
[ "placeholder" => "Toyota" ] |
| label | "Société" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Toyota" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1181 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | "Société" |
| 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() {#1183 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1182 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Toyota" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ask_registration_company" ] |
| cache_key | "_ask_registration_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1370 -form: Symfony\Component\Form\Form {#1238 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1371 …5} |
| full_name | "ask_registration[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_company" |
| label | "Société" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_company" |
| valid | true |
| value | "" |
siret
"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" => "230457856" ] |
[ "placeholder" => "230457856" ] |
| label | "N° Siret" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "230457856" ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1190 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | "N° Siret" |
| 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() {#1192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1191 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "230457856" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_ask_registration_siret" ] |
| cache_key | "_ask_registration_siret_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1372 -form: Symfony\Component\Form\Form {#1241 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1373 …5} |
| full_name | "ask_registration[siret]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_siret" |
| label | "N° Siret" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "siret" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_siret" |
| valid | true |
| value | "" |
recatpchaValue
"Oz\Toolboxe\Form\Type\RecaptchaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "oz-toolbox-recaptcha" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Oz\Toolboxe\Validator\RecaptchaValidation {#1207 +message: "Recaptcha invalide" +payload: null } ] |
| 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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1209 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1210 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "oz-toolbox-recaptcha" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "recaptcha" "_ask_registration_recatpchaValue" ] |
| cache_key | "_ask_registration_recatpchaValue_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1374 -form: Symfony\Component\Form\Form {#1244 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1375 …5} |
| full_name | "ask_registration[recatpchaValue]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_registration_recatpchaValue" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recatpchaValue" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ask_registration_recatpchaValue" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0.oEsB26evEh_XaEANDLKdqeXiiTNw8CQXFo503nuqPbU.kDJG4u7wdGaGDRBGS_Su3a6G21EVyE5GO_Qzq0LMWc2YKnvt6phNeJs9dA" |
| 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 | "0.oEsB26evEh_XaEANDLKdqeXiiTNw8CQXFo503nuqPbU.kDJG4u7wdGaGDRBGS_Su3a6G21EVyE5GO_Qzq0LMWc2YKnvt6phNeJs9dA" |
same as passed value |
| mapped | false |
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 | "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 {#1062 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1063 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1064 …} -namespace: Closure() {#1066 …} } |
| data | "0.oEsB26evEh_XaEANDLKdqeXiiTNw8CQXFo503nuqPbU.kDJG4u7wdGaGDRBGS_Su3a6G21EVyE5GO_Qzq0LMWc2YKnvt6phNeJs9dA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1193 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1019 …} } |
| 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() {#1376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1068 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#130 …} $translationDomain: "validators" $message: Closure() {#1377 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_ask_registration__token" ] |
| cache_key | "_ask_registration__token_hidden" |
| compound | false |
| data | "0.oEsB26evEh_XaEANDLKdqeXiiTNw8CQXFo503nuqPbU.kDJG4u7wdGaGDRBGS_Su3a6G21EVyE5GO_Qzq0LMWc2YKnvt6phNeJs9dA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1387 -form: Symfony\Component\Form\Form {#1383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1378 …5} |
| full_name | "ask_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ask_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 | "_ask_registration__token" |
| valid | true |
| value | "0.oEsB26evEh_XaEANDLKdqeXiiTNw8CQXFo503nuqPbU.kDJG4u7wdGaGDRBGS_Su3a6G21EVyE5GO_Qzq0LMWc2YKnvt6phNeJs9dA" |