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 {#565 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1751052978 {#588 date: 2025-06-27 19:36:18.878845 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1751052978 {#587 date: 2025-06-27 19:36:18.878849 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 {#565 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1751052978 {#588 date: 2025-06-27 19:36:18.878845 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1751052978 {#587 date: 2025-06-27 19:36:18.878849 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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data | App\Entity\Contribution {#565 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1751052978 {#588 date: 2025-06-27 19:36:18.878845 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1751052978 {#587 date: 2025-06-27 19:36:18.878849 UTC (+00:00) } } |
data_class | "App\Entity\Contribution" |
disabled | false |
empty_data | Closure(FormInterface $form) {#738 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() {#740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#739 …} $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 {#565 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1751052978 {#588 date: 2025-06-27 19:36:18.878845 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1751052978 {#587 date: 2025-06-27 19:36:18.878849 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#872 -form: Symfony\Component\Form\Form {#873 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#741 …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 {#565 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1751052978 {#588 date: 2025-06-27 19:36:18.878845 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1751052978 {#587 date: 2025-06-27 19:36:18.878849 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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#751 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() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#752 …} $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 {#796 -form: Symfony\Component\Form\Form {#876 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#894 …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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
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() {#773 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#771 …} $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 {#937 +label: "Tuto" +value: "tuto" +data: "tuto" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#935 +label: "Jurisprudence" +value: "jurisprudence" +data: "jurisprudence" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#917 +label: "Autre" +value: "autre" +data: "autre" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
duplicate_preferred_choices | true |
errors | Symfony\Component\Form\FormErrorIterator {#774 -form: Symfony\Component\Form\Form {#879 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#754 …5} |
full_name | "contribution[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_type" |
is_selected | Closure($choice, $value) {#938 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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#793 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() {#795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#794 …} $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 {#915 -form: Symfony\Component\Form\Form {#882 …} -errors: [] } |
filebrowsers | [] |
form | Symfony\Component\Form\FormView {#914 …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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
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) {#822 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() {#824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#823 …} $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 {#941 -form: Symfony\Component\Form\Form {#900 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#943 …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 {#565 -id: null -published: false -readed: false -name: ? string -type: ? string -content: ? string -pdf: null -pdfFile: null -createdAt: DateTime @1751052978 {#588 date: 2025-06-27 19:36:18.878845 UTC (+00:00) } -validatedBy: null -updatedAt: DateTime @1751052978 {#587 date: 2025-06-27 19:36:18.878849 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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
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() {#893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#892 …} $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 {#951 -form: Symfony\Component\Form\Form {#903 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#954 …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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#853 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() {#855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#854 …} $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 {#944 -form: Symfony\Component\Form\Form {#906 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#948 …5} |
full_name | "contribution[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contribution_captcha" |
image_id | "captcha_685ef2b315e36" |
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 {#953 …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 | "72ae7fe3cddc50a940ad78f15.WLhdFYa4UgH6AubEZByihULtd83Y6qMhKh9GPbnK4rI.AMIQZb_6f3GwWK-DD1GWsDCnBP2rm45DaSoCcua_tooIyxNfyusaZ6k00g" |
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 | "72ae7fe3cddc50a940ad78f15.WLhdFYa4UgH6AubEZByihULtd83Y6qMhKh9GPbnK4rI.AMIQZb_6f3GwWK-DD1GWsDCnBP2rm45DaSoCcua_tooIyxNfyusaZ6k00g" |
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 {#238 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#234 …} -namespace: Closure() {#232 …} } |
data | "72ae7fe3cddc50a940ad78f15.WLhdFYa4UgH6AubEZByihULtd83Y6qMhKh9GPbnK4rI.AMIQZb_6f3GwWK-DD1GWsDCnBP2rm45DaSoCcua_tooIyxNfyusaZ6k00g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#956 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() {#958 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#597 …} $message: Closure() {#957 …} $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 | "72ae7fe3cddc50a940ad78f15.WLhdFYa4UgH6AubEZByihULtd83Y6qMhKh9GPbnK4rI.AMIQZb_6f3GwWK-DD1GWsDCnBP2rm45DaSoCcua_tooIyxNfyusaZ6k00g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#968 -form: Symfony\Component\Form\Form {#964 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#959 …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 | "72ae7fe3cddc50a940ad78f15.WLhdFYa4UgH6AubEZByihULtd83Y6qMhKh9GPbnK4rI.AMIQZb_6f3GwWK-DD1GWsDCnBP2rm45DaSoCcua_tooIyxNfyusaZ6k00g" |