Forms
-
article_download
-
name
-
email
-
phone
-
rgpd
-
_token
-
article_download
Form type:
"App\Form\ArticleDownloadType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized 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 | [] |
| 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\SameOriginCsrfTokenManager {#69 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#331 …} -logger: Monolog\Logger {#204 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#68 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2895 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| 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() {#2899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $message: Closure() {#2898 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "article_download" "_article_download" ] |
| cache_key | "_article_download_article_download" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2942 -errors: [] -form: Symfony\Component\Form\Form {#2948 …} } |
| form | Symfony\Component\Form\FormView {#2900 …5} |
| full_name | "article_download" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_download" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "article_download" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_download" |
| valid | true |
| value | null |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "Prénom *" ] |
[ "placeholder" => "Prénom *" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2905 +payload: null +groups: ? ?array +message: "Vous devez renseigner un prénom" +allowNull: false +normalizer: null } App\Validator\Constraints\HumanName {#2906 +payload: null +groups: ? ?array +minLength: 2 +maxLength: 30 +maxUppercaseRatio: 0.3 +requireVowels: true +minVowels: 2 +maxConsonantRatio: 0.9 +tooLongMessage: "Le nom doit contenir maximum {{ limit }} caractères." +tooShortMessage: "Le nom doit contenir au moins {{ limit }} caractères." +tooManyUppercaseMessage: "Le nom contient trop de majuscules." +noVowelsMessage: "Le nom doit contenir au moins {{ min }} voyelles." +invalidCharactersMessage: "Le nom contient des caractères non autorisés." +message: "Ce nom ne semble pas valide." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2905 +payload: null +groups: ? ?array +message: "Vous devez renseigner un prénom" +allowNull: false +normalizer: null } App\Validator\Constraints\HumanName {#2906 +payload: null +groups: ? ?array +minLength: 2 +maxLength: 30 +maxUppercaseRatio: 0.3 +requireVowels: true +minVowels: 2 +maxConsonantRatio: 0.9 +tooLongMessage: "Le nom doit contenir maximum {{ limit }} caractères." +tooShortMessage: "Le nom doit contenir au moins {{ limit }} caractères." +tooManyUppercaseMessage: "Le nom contient trop de majuscules." +noVowelsMessage: "Le nom doit contenir au moins {{ min }} voyelles." +invalidCharactersMessage: "Le nom contient des caractères non autorisés." +message: "Ce nom ne semble pas valide." } ] |
| label | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Prénom *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2905 +payload: null +groups: ? ?array +message: "Vous devez renseigner un prénom" +allowNull: false +normalizer: null } App\Validator\Constraints\HumanName {#2906 +payload: null +groups: ? ?array +minLength: 2 +maxLength: 30 +maxUppercaseRatio: 0.3 +requireVowels: true +minVowels: 2 +maxConsonantRatio: 0.9 +tooLongMessage: "Le nom doit contenir maximum {{ limit }} caractères." +tooShortMessage: "Le nom doit contenir au moins {{ limit }} caractères." +tooManyUppercaseMessage: "Le nom contient trop de majuscules." +noVowelsMessage: "Le nom doit contenir au moins {{ min }} voyelles." +invalidCharactersMessage: "Le nom contient des caractères non autorisés." +message: "Ce nom ne semble pas valide." } ] |
| 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\SameOriginCsrfTokenManager {#69 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#331 …} -logger: Monolog\Logger {#204 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#68 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2913 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $message: Closure() {#2914 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Prénom *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_article_download_name" ] |
| cache_key | "_article_download_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2964 -errors: [] -form: Symfony\Component\Form\Form {#2951 …} } |
| form | Symfony\Component\Form\FormView {#2916 …5} |
| full_name | "article_download[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_download_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_download_name" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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" => "E-mail *" ] |
[ "placeholder" => "E-mail *" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2907 +payload: null +groups: ? ?array +message: "Vous devez renseigner une adresse email" +allowNull: false +normalizer: null } App\Validator\Constraints\SafeEmail {#2908 +payload: null +groups: ? ?array +maxConsecutiveDots: 1 +maxTotalDots: 3 +message: "L'adresse email n'est pas valide." +consecutiveDotsMessage: "L'adresse email ne peut pas contenir de points consécutifs." +tooManyDotsMessage: "L'adresse email contient trop de points." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2907 +payload: null +groups: ? ?array +message: "Vous devez renseigner une adresse email" +allowNull: false +normalizer: null } App\Validator\Constraints\SafeEmail {#2908 +payload: null +groups: ? ?array +maxConsecutiveDots: 1 +maxTotalDots: 3 +message: "L'adresse email n'est pas valide." +consecutiveDotsMessage: "L'adresse email ne peut pas contenir de points consécutifs." +tooManyDotsMessage: "L'adresse email contient trop de points." } ] |
| label | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "E-mail *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2907 +payload: null +groups: ? ?array +message: "Vous devez renseigner une adresse email" +allowNull: false +normalizer: null } App\Validator\Constraints\SafeEmail {#2908 +payload: null +groups: ? ?array +maxConsecutiveDots: 1 +maxTotalDots: 3 +message: "L'adresse email n'est pas valide." +consecutiveDotsMessage: "L'adresse email ne peut pas contenir de points consécutifs." +tooManyDotsMessage: "L'adresse email contient trop de points." } ] |
| 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\SameOriginCsrfTokenManager {#69 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#331 …} -logger: Monolog\Logger {#204 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#68 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $message: Closure() {#2923 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-mail *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_article_download_email" ] |
| cache_key | "_article_download_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2966 -errors: [] -form: Symfony\Component\Form\Form {#2954 …} } |
| form | Symfony\Component\Form\FormView {#2967 …5} |
| full_name | "article_download[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_download_email" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_download_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "Téléphone *" ] |
[ "placeholder" => "Téléphone *" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2909 +payload: null +groups: ? ?array +message: "Vous devez renseigner un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2910 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide" +pattern: "/^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2909 +payload: null +groups: ? ?array +message: "Vous devez renseigner un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2910 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide" +pattern: "/^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Téléphone *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2909 +payload: null +groups: ? ?array +message: "Vous devez renseigner un numéro de téléphone" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#2910 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide" +pattern: "/^[\+]?[(]?[0-9]{3}[)]?[-\s\.]?[0-9]{3}[-\s\.]?[0-9]{4,6}$/" +htmlPattern: null +match: true +normalizer: 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\SameOriginCsrfTokenManager {#69 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#331 …} -logger: Monolog\Logger {#204 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#68 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2931 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $message: Closure() {#2932 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Téléphone *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_article_download_phone" ] |
| cache_key | "_article_download_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2968 -errors: [] -form: Symfony\Component\Form\Form {#2957 …} } |
| form | Symfony\Component\Form\FormView {#2969 …5} |
| full_name | "article_download[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_download_phone" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_download_phone" |
| valid | true |
| value | "" |
rgpd
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2911 +payload: null +groups: ? ?array +message: "Vous devez cocher cette case" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2911 +payload: null +groups: ? ?array +message: "Vous devez cocher cette case" } ] |
| label | false |
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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2911 +payload: null +groups: ? ?array +message: "Vous devez cocher cette case" } ] |
| 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\SameOriginCsrfTokenManager {#69 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#331 …} -logger: Monolog\Logger {#204 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#68 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2684 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2685 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2941 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $message: Closure() {#2940 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_article_download_rgpd" ] |
| cache_key | "_article_download_rgpd_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2977 -errors: [] -form: Symfony\Component\Form\Form {#2960 …} } |
| form | Symfony\Component\Form\FormView {#2979 …5} |
| full_name | "article_download[rgpd]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_download_rgpd" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "rgpd" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_download_rgpd" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e23cfd8c111f0d97.z9v4qfdTXfaoQOtiWt7Ks-92-gzwz2z8m0JDeMLIqD0._qio2605aJjbbZkzLK779NwltGXdqS-E3gcxJ4eZ4xCss7GErxQKh80Usg" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "e23cfd8c111f0d97.z9v4qfdTXfaoQOtiWt7Ks-92-gzwz2z8m0JDeMLIqD0._qio2605aJjbbZkzLK779NwltGXdqS-E3gcxJ4eZ4xCss7GErxQKh80Usg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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\SameOriginCsrfTokenManager {#69 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#331 …} -logger: Monolog\Logger {#204 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#68 …} -tokenIds: [ "authenticate" => 0 "logout" => 1 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "e23cfd8c111f0d97.z9v4qfdTXfaoQOtiWt7Ks-92-gzwz2z8m0JDeMLIqD0._qio2605aJjbbZkzLK779NwltGXdqS-E3gcxJ4eZ4xCss7GErxQKh80Usg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2934 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2980 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#157 …} $message: Closure() {#2981 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_article_download__token" ] |
| cache_key | "_article_download__token_hidden" |
| compound | false |
| data | "e23cfd8c111f0d97.z9v4qfdTXfaoQOtiWt7Ks-92-gzwz2z8m0JDeMLIqD0._qio2605aJjbbZkzLK779NwltGXdqS-E3gcxJ4eZ4xCss7GErxQKh80Usg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2991 -errors: [] -form: Symfony\Component\Form\Form {#2987 …} } |
| form | Symfony\Component\Form\FormView {#2982 …5} |
| full_name | "article_download[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "article_download__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_article_download__token" |
| valid | true |
| value | "e23cfd8c111f0d97.z9v4qfdTXfaoQOtiWt7Ks-92-gzwz2z8m0JDeMLIqD0._qio2605aJjbbZkzLK779NwltGXdqS-E3gcxJ4eZ4xCss7GErxQKh80Usg" |