- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 25
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- E-mails
- Notifications
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
login
"App\Form\LoginType"
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\CsrfTokenManager {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2256 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | [] |
| lastUsername | null |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2258 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2257 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "login" "_login" ] |
| cache_key | "_login_login" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2290 -form: Symfony\Component\Form\Form {#2294 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2259 …5} |
| full_name | "login" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login" |
| valid | true |
| value | null |
_username
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "email" ] |
[ "placeholder" => "email" ] |
| empty_data | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "email" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2274 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_login__username" ] |
| cache_key | "_login__username_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2307 -form: Symfony\Component\Form\Form {#2297 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2306 …5} |
| full_name | "login[_username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login__username" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login__username" |
| valid | true |
| value | "" |
_password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "id" => "inputPassword" "class" => "form-control login__input" "placeholder" => "password" ] |
[ "id" => "inputPassword" "class" => "form-control login__input" "placeholder" => "password" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "id" => "inputPassword" "class" => "form-control login__input" "placeholder" => "password" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2287 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2286 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "id" => "inputPassword" "class" => "form-control login__input" "placeholder" => "password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_login__password" ] |
| cache_key | "_login__password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2308 -form: Symfony\Component\Form\Form {#2300 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2309 …5} |
| full_name | "login[_password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login__password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login__password" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "00c0d43d7d9e7f815a.sTdwNH6jX5OBMV9N8qkDOhbPUjClWkD_i3oJLamTH5A.g25GfxTEFtHRYQAio800f1GBAVfqE3mp_0twX9_QfOqDczt-SJdyxLZiOA" |
| 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 | "00c0d43d7d9e7f815a.sTdwNH6jX5OBMV9N8qkDOhbPUjClWkD_i3oJLamTH5A.g25GfxTEFtHRYQAio800f1GBAVfqE3mp_0twX9_QfOqDczt-SJdyxLZiOA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data | "00c0d43d7d9e7f815a.sTdwNH6jX5OBMV9N8qkDOhbPUjClWkD_i3oJLamTH5A.g25GfxTEFtHRYQAio800f1GBAVfqE3mp_0twX9_QfOqDczt-SJdyxLZiOA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2318 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2320 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2317 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_login__token" ] |
| cache_key | "_login__token_hidden" |
| compound | false |
| data | "00c0d43d7d9e7f815a.sTdwNH6jX5OBMV9N8qkDOhbPUjClWkD_i3oJLamTH5A.g25GfxTEFtHRYQAio800f1GBAVfqE3mp_0twX9_QfOqDczt-SJdyxLZiOA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2330 -form: Symfony\Component\Form\Form {#2326 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2321 …5} |
| full_name | "login[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login__token" |
| valid | true |
| value | "00c0d43d7d9e7f815a.sTdwNH6jX5OBMV9N8qkDOhbPUjClWkD_i3oJLamTH5A.g25GfxTEFtHRYQAio800f1GBAVfqE3mp_0twX9_QfOqDczt-SJdyxLZiOA" |
contributor
"App\Form\ContributorType"
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\CsrfTokenManager {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | "App\Entity\Contributor" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2563 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} use: { $class: "App\Entity\Contributor" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2564 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contributor" "_contributor" ] |
| cache_key | "_contributor_contributor" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2626 -form: Symfony\Component\Form\Form {#2632 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2566 …5} |
| full_name | "contributor" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "contributor" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor" |
| valid | true |
| value | null |
field1
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Nom de votre entreprise" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Nom de votre entreprise" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Nom de votre entreprise" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2572 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2573 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Nom de votre entreprise" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contributor_field1" ] |
| cache_key | "_contributor_field1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2584 -form: Symfony\Component\Form\Form {#2635 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2593 …5} |
| full_name | "contributor[field1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_field1" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_field1" |
| valid | true |
| value | "" |
field2
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre prénom" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Votre prénom" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre prénom" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2581 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2582 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contributor_field2" ] |
| cache_key | "_contributor_field2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2575 -form: Symfony\Component\Form\Form {#2638 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2654 …5} |
| full_name | "contributor[field2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_field2" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_field2" |
| valid | true |
| value | "" |
field3
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre nom" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Votre nom" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre nom" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2590 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2592 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2591 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contributor_field3" ] |
| cache_key | "_contributor_field3_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2656 -form: Symfony\Component\Form\Form {#2641 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2657 …5} |
| full_name | "contributor[field3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_field3" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field3" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_field3" |
| valid | true |
| value | "" |
field4
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre fonction" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Votre fonction" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre fonction" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2599 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2600 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre fonction" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contributor_field4" ] |
| cache_key | "_contributor_field4_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2658 -form: Symfony\Component\Form\Form {#2644 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2659 …5} |
| full_name | "contributor[field4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_field4" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field4" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_field4" |
| valid | true |
| value | "" |
field5
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre e-mail" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Votre e-mail" ] |
| label | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre e-mail" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2608 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2609 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Votre e-mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contributor_field5" ] |
| cache_key | "_contributor_field5_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2671 -form: Symfony\Component\Form\Form {#2647 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2673 …5} |
| full_name | "contributor[field5]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_field5" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field5" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_field5" |
| valid | true |
| value | "" |
media
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "accept" => "image/png,image/jpeg,audio/mpeg,audio/x-wav,audio/mp4a-latm,video/mp4,video/quicktime,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,image/svg+xml,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,text/csv,application/vnd.ms-excel.sheet.macroEnabled.12,application/vnd.ms-excel" ] |
[ "accept" => "image/png,image/jpeg,audio/mpeg,audio/x-wav,audio/mp4a-latm,video/mp4,video/quicktime,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,image/svg+xml,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,text/csv,application/vnd.ms-excel.sheet.macroEnabled.12,application/vnd.ms-excel" ] |
| help | "Formats: mp3, wav, mp4, mov, mp4a, jpg, jpeg, png, pdf, doc, docx. Recommended media size: 1920 x 1080. Max size: 200Mo" |
same as passed value |
| help_html | true |
same as passed value |
| label | false |
false
|
| mapped | false |
false
|
| multiple | true |
same as passed value |
| required | false |
false
|
| row_attr | [ "class" => "mb-3" ] |
[ "class" => "mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | true |
| attr | [ "accept" => "image/png,image/jpeg,audio/mpeg,audio/x-wav,audio/mp4a-latm,video/mp4,video/quicktime,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,image/svg+xml,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,text/csv,application/vnd.ms-excel.sheet.macroEnabled.12,application/vnd.ms-excel" ] |
| 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 {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Formats: mp3, wav, mp4, mov, mp4a, jpg, jpeg, png, pdf, doc, docx. Recommended media size: 1920 x 1080. Max size: 200Mo" |
| help_attr | [] |
| help_html | true |
| 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 | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| multiple | true |
| 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 | [ "class" => "mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2624 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "accept" => "image/png,image/jpeg,audio/mpeg,audio/x-wav,audio/mp4a-latm,video/mp4,video/quicktime,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,image/svg+xml,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,text/csv,application/vnd.ms-excel.sheet.macroEnabled.12,application/vnd.ms-excel" "multiple" => "multiple" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "file" "_contributor_media" ] |
| cache_key | "_contributor_media_file" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2674 -form: Symfony\Component\Form\Form {#2650 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2675 …5} |
| full_name | "contributor[media][]" |
| help | "Formats: mp3, wav, mp4, mov, mp4a, jpg, jpeg, png, pdf, doc, docx. Recommended media size: 1920 x 1080. Max size: 200Mo" |
| help_attr | [] |
| help_html | true |
| help_translation_parameters | [] |
| id | "contributor_media" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | true |
| name | "media" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "file" |
| unique_block_prefix | "_contributor_media" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "601ea4f424e3e727888a7717ffb8db2e.fxts9pvO4XBoLmqAk43pJdsxWcMY4e4tZXXilnkrg5o.GF5cpfKbqEcaZAm0-uOxd6FzAJZd1J9fFAGx2hBis_49Nlqy0_yGFVpsDQ" |
| 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 | "601ea4f424e3e727888a7717ffb8db2e.fxts9pvO4XBoLmqAk43pJdsxWcMY4e4tZXXilnkrg5o.GF5cpfKbqEcaZAm0-uOxd6FzAJZd1J9fFAGx2hBis_49Nlqy0_yGFVpsDQ" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#226 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#224 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#223 …} -namespace: Closure() {#221 …} } |
| data | "601ea4f424e3e727888a7717ffb8db2e.fxts9pvO4XBoLmqAk43pJdsxWcMY4e4tZXXilnkrg5o.GF5cpfKbqEcaZAm0-uOxd6FzAJZd1J9fFAGx2hBis_49Nlqy0_yGFVpsDQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2611 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2198 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2238 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#236 …} $translationDomain: "validators" $message: Closure() {#2677 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contributor__token" ] |
| cache_key | "_contributor__token_hidden" |
| compound | false |
| data | "601ea4f424e3e727888a7717ffb8db2e.fxts9pvO4XBoLmqAk43pJdsxWcMY4e4tZXXilnkrg5o.GF5cpfKbqEcaZAm0-uOxd6FzAJZd1J9fFAGx2hBis_49Nlqy0_yGFVpsDQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2687 -form: Symfony\Component\Form\Form {#2683 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2678 …5} |
| full_name | "contributor[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor__token" |
| valid | true |
| value | "601ea4f424e3e727888a7717ffb8db2e.fxts9pvO4XBoLmqAk43pJdsxWcMY4e4tZXXilnkrg5o.GF5cpfKbqEcaZAm0-uOxd6FzAJZd1J9fFAGx2hBis_49Nlqy0_yGFVpsDQ" |