- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 13
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- 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
-
-
compagnie_name
-
forme_juridique
-
nom_responsable
-
payment_choice
-
email
-
mdpt
-
trial_period
-
_token
-
subscribe
"App\Form\SubscribeType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\SignUp {#674 -id: null -customer_id: null -stripe_card: null -hash_pro: null -trial_period: null -compagnie_name: "" -telephone: null -email: "" -civilite_responsable: null -nom_responsable: null -prenom_responsable: null -code_activation: null -roles: [] -mdpt: null -visite: null -statut: null -forme_juridique: "" -payment_choice: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\SignUp {#674 -id: null -customer_id: null -stripe_card: null -hash_pro: null -trial_period: null -compagnie_name: "" -telephone: null -email: "" -civilite_responsable: null -nom_responsable: null -prenom_responsable: null -code_activation: null -roles: [] -mdpt: null -visite: null -statut: null -forme_juridique: "" -payment_choice: 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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data | App\Entity\SignUp {#674 -id: null -customer_id: null -stripe_card: null -hash_pro: null -trial_period: null -compagnie_name: "" -telephone: null -email: "" -civilite_responsable: null -nom_responsable: null -prenom_responsable: null -code_activation: null -roles: [] -mdpt: null -visite: null -statut: null -forme_juridique: "" -payment_choice: null } |
| data_class | "App\Entity\SignUp" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#822 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} use: { $class: "App\Entity\SignUp" } } |
| 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() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#821 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "subscribe" "_subscribe" ] |
| cache_key | "_subscribe_subscribe" |
| compound | true |
| data | App\Entity\SignUp {#674 -id: null -customer_id: null -stripe_card: null -hash_pro: null -trial_period: null -compagnie_name: "" -telephone: null -email: "" -civilite_responsable: null -nom_responsable: null -prenom_responsable: null -code_activation: null -roles: [] -mdpt: null -visite: null -statut: null -forme_juridique: "" -payment_choice: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#965 -form: Symfony\Component\Form\Form {#907 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#819 …5} |
| full_name | "subscribe" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subscribe" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe" |
| valid | true |
| value | App\Entity\SignUp {#674 -id: null -customer_id: null -stripe_card: null -hash_pro: null -trial_period: null -compagnie_name: "" -telephone: null -email: "" -civilite_responsable: null -nom_responsable: null -prenom_responsable: null -code_activation: null -roles: [] -mdpt: null -visite: null -statut: null -forme_juridique: "" -payment_choice: null } |
compagnie_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Nom de structure" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} } |
| 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 de structure" |
| 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() {#866 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#865 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_subscribe_compagnie_name" ] |
| cache_key | "_subscribe_compagnie_name_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#970 -form: Symfony\Component\Form\Form {#944 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#971 …5} |
| full_name | "subscribe[compagnie_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_compagnie_name" |
| label | "Nom de structure" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "compagnie_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_compagnie_name" |
| valid | true |
| value | "" |
forme_juridique
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "Association" => "Association" "Académie" => "Académie" "Salle de sport" => "Salle de sport" "Coach" => "Coach" "Hôtel" => "Hôtel" "Club de sport" => "Club" "Collectivité" => "Collectivité" "Autres" => "Autres" ] |
[ "Association" => "Association" "Académie" => "Académie" "Salle de sport" => "Salle de sport" "Coach" => "Coach" "Hôtel" => "Hôtel" "Club de sport" => "Club" "Collectivité" => "Collectivité" "Autres" => "Autres" ] |
| label | "Type de structure" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 | [ "Association" => "Association" "Académie" => "Académie" "Salle de sport" => "Salle de sport" "Coach" => "Coach" "Hôtel" => "Hôtel" "Club de sport" => "Club" "Collectivité" => "Collectivité" "Autres" => "Autres" ] |
| 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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| 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 | "Type de structure" |
| 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() {#809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#808 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_subscribe_forme_juridique" ] |
| cache_key | "_subscribe_forme_juridique_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#967 +label: "Association" +value: "Association" +data: "Association" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#966 +label: "Académie" +value: "Académie" +data: "Académie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#902 +label: "Salle de sport" +value: "Salle de sport" +data: "Salle de sport" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#895 +label: "Coach" +value: "Coach" +data: "Coach" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#881 +label: "Hôtel" +value: "Hôtel" +data: "Hôtel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#856 +label: "Club de sport" +value: "Club" +data: "Club" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#840 +label: "Collectivité" +value: "Collectivité" +data: "Collectivité" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#811 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#969 -form: Symfony\Component\Form\Form {#948 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#968 …5} |
| full_name | "subscribe[forme_juridique]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_forme_juridique" |
| is_selected | Closure($choice, $value) {#932 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#802 …} } |
| label | "Type de structure" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "forme_juridique" |
| 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 | "_subscribe_forme_juridique" |
| valid | true |
| value | "" |
nom_responsable
"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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Nom du responsable" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} } |
| 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 du responsable" |
| 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() {#838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#837 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_subscribe_nom_responsable" ] |
| cache_key | "_subscribe_nom_responsable_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#925 -form: Symfony\Component\Form\Form {#951 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#931 …5} |
| full_name | "subscribe[nom_responsable]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_nom_responsable" |
| label | "Nom du responsable" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom_responsable" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_nom_responsable" |
| valid | true |
| value | "" |
payment_choice
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "1" |
same as passed value |
| required | 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 | 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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data | "1" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} } |
| 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() {#855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#849 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_subscribe_payment_choice" ] |
| cache_key | "_subscribe_payment_choice_hidden" |
| compound | false |
| data | "1" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#924 -form: Symfony\Component\Form\Form {#909 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#973 …5} |
| full_name | "subscribe[payment_choice]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_payment_choice" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "payment_choice" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_payment_choice" |
| valid | true |
| value | "1" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "E-mail valide" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#862 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} } |
| 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 | "E-mail valide" |
| 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() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#863 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_subscribe_email" ] |
| cache_key | "_subscribe_email_email" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#975 -form: Symfony\Component\Form\Form {#912 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#976 …5} |
| full_name | "subscribe[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_email" |
| label | "E-mail valide" |
| 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 | "_subscribe_email" |
| valid | true |
| value | "" |
mdpt
"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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "Mot de passe" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#887 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} } |
| 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() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#888 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_subscribe_mdpt" ] |
| cache_key | "_subscribe_mdpt_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#977 -form: Symfony\Component\Form\Form {#915 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#978 …5} |
| full_name | "subscribe[mdpt]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_mdpt" |
| label | "Mot de passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mdpt" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_mdpt" |
| valid | true |
| value | "" |
trial_period
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| empty_data | 0 |
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 | 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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data_class | null |
| disabled | false |
| empty_data | 0 |
| 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() {#901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#900 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_subscribe_trial_period" ] |
| cache_key | "_subscribe_trial_period_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#918 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#980 …5} |
| full_name | "subscribe[trial_period]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_trial_period" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "trial_period" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_trial_period" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "554c58d15d54fb2abc64706.NnY_XCrKLOZsJp8V34pP4H9Wy-zY1nEZmRcElhkAnTI.ekdXak6OFdUVXthPjPIigx4Cjru8mStz0mJvxnRnrEV6MEslE4ZHjgVO0g" |
| 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 | "554c58d15d54fb2abc64706.NnY_XCrKLOZsJp8V34pP4H9Wy-zY1nEZmRcElhkAnTI.ekdXak6OFdUVXthPjPIigx4Cjru8mStz0mJvxnRnrEV6MEslE4ZHjgVO0g" |
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 {#781 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#782 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#783 …} -namespace: Closure() {#785 …} } |
| data | "554c58d15d54fb2abc64706.NnY_XCrKLOZsJp8V34pP4H9Wy-zY1nEZmRcElhkAnTI.ekdXak6OFdUVXthPjPIigx4Cjru8mStz0mJvxnRnrEV6MEslE4ZHjgVO0g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#993 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#639 …} } |
| 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() {#990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#791 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#636 …} $translationDomain: "validators" $message: Closure() {#991 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_subscribe__token" ] |
| cache_key | "_subscribe__token_hidden" |
| compound | false |
| data | "554c58d15d54fb2abc64706.NnY_XCrKLOZsJp8V34pP4H9Wy-zY1nEZmRcElhkAnTI.ekdXak6OFdUVXthPjPIigx4Cjru8mStz0mJvxnRnrEV6MEslE4ZHjgVO0g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1004 -form: Symfony\Component\Form\Form {#1000 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#983 …5} |
| full_name | "subscribe[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe__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 | "_subscribe__token" |
| valid | true |
| value | "554c58d15d54fb2abc64706.NnY_XCrKLOZsJp8V34pP4H9Wy-zY1nEZmRcElhkAnTI.ekdXak6OFdUVXthPjPIigx4Cjru8mStz0mJvxnRnrEV6MEslE4ZHjgVO0g" |