Forms
-
contribution
-
name
-
type
-
content
-
pdfFile
-
file
-
-
captcha
-
Envoyer
-
_token
-
contribution
Form type:
"App\Form\Type\ContributionType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contribution {#567 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1753008400 {#590 date: 2025-07-20 10:46:40.223681 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1753008400 {#589 date: 2025-07-20 10:46:40.223685 UTC (+00:00) } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contribution {#567 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1753008400 {#590 date: 2025-07-20 10:46:40.223681 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1753008400 {#589 date: 2025-07-20 10:46:40.223685 UTC (+00:00) } } |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data | App\Entity\Contribution {#567 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1753008400 {#590 date: 2025-07-20 10:46:40.223681 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1753008400 {#589 date: 2025-07-20 10:46:40.223685 UTC (+00:00) } } |
data_class | "App\Entity\Contribution" |
disabled | false |
empty_data | Closure(FormInterface $form) {#757 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contribution" } } |
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() {#759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#758 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contribution" "_contribution" ] |
cache_key | "_contribution_contribution" |
compound | true |
data | App\Entity\Contribution {#567 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1753008400 {#590 date: 2025-07-20 10:46:40.223681 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1753008400 {#589 date: 2025-07-20 10:46:40.223685 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#897 -form: Symfony\Component\Form\Form {#876 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#760 …5} |
full_name | "contribution" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "contribution" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contribution" |
valid | true |
value | App\Entity\Contribution {#567 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1753008400 {#590 date: 2025-07-20 10:46:40.223681 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1753008400 {#589 date: 2025-07-20 10:46:40.223685 UTC (+00:00) } } |
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 |
---|---|---|
label | "Titre de la contribution" |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#743 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 | "Titre de la contribution" |
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() {#778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#737 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contribution_name" ] |
cache_key | "_contribution_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#949 -form: Symfony\Component\Form\Form {#938 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#951 …5} |
full_name | "contribution[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_name" |
label | "Titre de la contribution" |
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 | "_contribution_name" |
valid | true |
value | "" |
type
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 |
---|---|---|
choices | [ "Info" => "info" "Tuto" => "tuto" "Jurisprudence" => "jurisprudence" "Autre" => "autre" ] |
[ "Info" => "info" "Tuto" => "tuto" "Jurisprudence" => "jurisprudence" "Autre" => "autre" ] |
label | "Type" |
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 | [ "Info" => "info" "Tuto" => "tuto" "Jurisprudence" => "jurisprudence" "Autre" => "autre" ] |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
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 | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
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() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#755 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_contribution_type" ] |
cache_key | "_contribution_type_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#912 +label: "Info" +value: "info" +data: "info" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#795 +label: "Tuto" +value: "tuto" +data: "tuto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#927 +label: "Jurisprudence" +value: "jurisprudence" +data: "jurisprudence" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#831 +label: "Autre" +value: "autre" +data: "autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#947 -form: Symfony\Component\Form\Form {#935 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#910 …5} |
full_name | "contribution[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_type" |
is_selected | Closure($choice, $value) {#765 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Type" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contribution_type" |
valid | true |
value | "" |
content
Form type:
"FOS\CKEditorBundle\Form\Type\CKEditorType"
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 | [ "rows" => "10" ] |
[ "rows" => "10" ] |
label | "Contenu de votre contribution" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
async | false |
attr | [ "rows" => "10" ] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_inline | true |
autoload | true |
base_path | "bundles/fosckeditor/" |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
config | [] |
config_name | "my_config" |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#792 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
enable | true |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filebrowsers | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
inline | false |
input_sync | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
jquery | false |
jquery_path | "bundles/fosckeditor/adapters/jquery.js" |
js_path | "bundles/fosckeditor/ckeditor.js" |
label | "Contenu de votre contribution" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
plugins | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
require_js | false |
required | true |
row_attr | [] |
setter | null |
styles | [] |
templates | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#793 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
async | false |
attr | [ "rows" => "10" ] |
attr_translation_parameters | [] |
auto_inline | true |
autoload | true |
base_path | "bundles/fosckeditor/" |
block_prefixes | [ "form" "text" "textarea" "ckeditor" "_contribution_content" ] |
cache_key | "_contribution_content_ckeditor" |
compound | false |
config | [ "versionCheck" => false "toolbar" => [ [ "Undo" "Redo" "-" "Underline" "Italic" "Bold" "TextColor" "-" "Subscript" "-" "Cut" "Copy" "Paste" "-" "Image" "Table" "-" "Link" "Unlink" "-" "Smiley" "-" "NumberedList" "BulletedList" "-" "Outdent" "Indent" "-" "Blockquote" "-" "JustifyLeft" "JustifyCenter" "JustifyRight" "JustifyBlock" "-" "Styles" "Format" ] ] "uiColor" => "#ffffff" ] |
config_name | "my_config" |
data | null |
disabled | false |
enable | true |
errors | Symfony\Component\Form\FormErrorIterator {#868 -form: Symfony\Component\Form\Form {#932 …} -errors: [] } |
filebrowsers | [] |
form | Symfony\Component\Form\FormView {#917 …5} |
full_name | "contribution[content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_content" |
inline | false |
input_sync | false |
jquery | false |
jquery_path | "bundles/fosckeditor/adapters/jquery.js" |
js_path | "bundles/fosckeditor/ckeditor.js" |
label | "Contenu de votre contribution" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
pattern | null |
plugins | [] |
priority | 0 |
require_js | false |
required | true |
row_attr | [] |
styles | [] |
submitted | false |
templates | [] |
translation_domain | null |
unique_block_prefix | "_contribution_content" |
valid | true |
value | "" |
pdfFile
Form type:
"Vich\UploaderBundle\Form\Type\VichImageType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format |
null
|
Normalized Format | [ "file" => null ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_delete | false |
same as passed value |
download_uri | false |
same as passed value |
label | "Joindre un document" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_delete | false |
allow_extra_fields | false |
allow_file_upload | false |
asset_helper | 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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data_class | null |
delete_label | "vich_uploader.form_label.delete_confirm" |
disabled | false |
download_label | "vich_uploader.link.download" |
download_link | null |
download_uri | false |
empty_data | Closure(FormInterface $form) {#828 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 | [] |
image_uri | true |
imagine_pattern | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Joindre un document" |
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 | false |
row_attr | [] |
setter | null |
storage_resolve_method | 0 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#829 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
asset_helper | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "vich_image" "_contribution_pdfFile" ] |
cache_key | "_contribution_pdfFile_vich_image" |
compound | true |
data | [ "file" => null ] |
disabled | false |
download_label | "vich_uploader.link.download" |
download_uri | false |
errors | Symfony\Component\Form\FormErrorIterator {#777 -form: Symfony\Component\Form\Form {#882 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#898 …5} |
full_name | "contribution[pdfFile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_pdfFile" |
image_uri | null |
label | "Joindre un document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "pdfFile" |
object | App\Entity\Contribution {#567 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1753008400 {#590 date: 2025-07-20 10:46:40.223681 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1753008400 {#589 date: 2025-07-20 10:46:40.223685 UTC (+00:00) } } |
priority | 0 |
required | false |
row_attr | [] |
show_download_link | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contribution_pdfFile" |
valid | true |
value | [ "file" => null ] |
file
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [] |
same as passed value |
label | "Joindre un document" |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Joindre un document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
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() {#926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#925 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_contribution_pdfFile_file" ] |
cache_key | "_contribution_pdfFile_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#974 -form: Symfony\Component\Form\Form {#885 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#971 …5} |
full_name | "contribution[pdfFile][file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_pdfFile_file" |
label | "Joindre un document" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_contribution_pdfFile_file" |
valid | true |
value | "" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/home/cajo-test/cajo-test.squat.net/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Bad code value" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 5 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#860 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/home/cajo-test/cajo-test.squat.net/public" |
whitelist_key | "captcha_whitelist_key" |
width | 160 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_contribution_captcha" ] |
cache_key | "_contribution_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,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" |
captcha_height | 50 |
captcha_width | 160 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#977 …5} |
full_name | "contribution[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_captcha" |
image_id | "captcha_687cc9107869f" |
is_human | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contribution_captcha" |
valid | true |
value | "" |
Envoyer
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 |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_contribution_Envoyer" ] |
cache_key | "_contribution_Envoyer_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#972 …5} |
full_name | "contribution[Envoyer]" |
id | "contribution_Envoyer" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "Envoyer" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_contribution_Envoyer" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1.QBbM6by2vjNz3pylACUzN1VgGpEd1IIUaCHbkrW5qzo.MS-totfy5Gkf79jAWWJ_WnglfPkqh_tRGXOWwv_t52ASI7md_tXueBqBrA" |
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 | "1.QBbM6by2vjNz3pylACUzN1VgGpEd1IIUaCHbkrW5qzo.MS-totfy5Gkf79jAWWJ_WnglfPkqh_tRGXOWwv_t52ASI7md_tXueBqBrA" |
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 {#187 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#216 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#204 …} -namespace: Closure() {#190 …} } |
data | "1.QBbM6by2vjNz3pylACUzN1VgGpEd1IIUaCHbkrW5qzo.MS-totfy5Gkf79jAWWJ_WnglfPkqh_tRGXOWwv_t52ASI7md_tXueBqBrA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#975 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() {#967 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $message: Closure() {#950 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contribution__token" ] |
cache_key | "_contribution__token_hidden" |
compound | false |
data | "1.QBbM6by2vjNz3pylACUzN1VgGpEd1IIUaCHbkrW5qzo.MS-totfy5Gkf79jAWWJ_WnglfPkqh_tRGXOWwv_t52ASI7md_tXueBqBrA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#957 -form: Symfony\Component\Form\Form {#961 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#966 …5} |
full_name | "contribution[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution__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 | "_contribution__token" |
valid | true |
value | "1.QBbM6by2vjNz3pylACUzN1VgGpEd1IIUaCHbkrW5qzo.MS-totfy5Gkf79jAWWJ_WnglfPkqh_tRGXOWwv_t52ASI7md_tXueBqBrA" |