- 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 | "cefdb48cdc81b709711a2f1.tgg40qN3UyZd5rKe126BOIyQ58ncHi-hlQpAQN1qG3Q.9Wp7sZFFAhEah8PWtUPKednmtPmYTWjguDM1D5cuIjLAS0iW1EMHTyWlxQ" |
| 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 | "cefdb48cdc81b709711a2f1.tgg40qN3UyZd5rKe126BOIyQ58ncHi-hlQpAQN1qG3Q.9Wp7sZFFAhEah8PWtUPKednmtPmYTWjguDM1D5cuIjLAS0iW1EMHTyWlxQ" |
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 | "cefdb48cdc81b709711a2f1.tgg40qN3UyZd5rKe126BOIyQ58ncHi-hlQpAQN1qG3Q.9Wp7sZFFAhEah8PWtUPKednmtPmYTWjguDM1D5cuIjLAS0iW1EMHTyWlxQ" |
| 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 | "cefdb48cdc81b709711a2f1.tgg40qN3UyZd5rKe126BOIyQ58ncHi-hlQpAQN1qG3Q.9Wp7sZFFAhEah8PWtUPKednmtPmYTWjguDM1D5cuIjLAS0iW1EMHTyWlxQ" |
| 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 | "cefdb48cdc81b709711a2f1.tgg40qN3UyZd5rKe126BOIyQ58ncHi-hlQpAQN1qG3Q.9Wp7sZFFAhEah8PWtUPKednmtPmYTWjguDM1D5cuIjLAS0iW1EMHTyWlxQ" |
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) {#2564 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() {#2566 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() {#2565 …} } } |
| 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 {#2627 -form: Symfony\Component\Form\Form {#2633 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2567 …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) {#2573 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() {#2575 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() {#2574 …} } } |
| 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 {#2585 -form: Symfony\Component\Form\Form {#2636 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2594 …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) {#2582 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() {#2584 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() {#2583 …} } } |
| 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 {#2576 -form: Symfony\Component\Form\Form {#2639 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2655 …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) {#2591 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() {#2593 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() {#2592 …} } } |
| 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 {#2657 -form: Symfony\Component\Form\Form {#2642 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2658 …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) {#2600 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() {#2602 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() {#2601 …} } } |
| 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 {#2659 -form: Symfony\Component\Form\Form {#2645 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2660 …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) {#2609 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() {#2611 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() {#2610 …} } } |
| 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 {#2672 -form: Symfony\Component\Form\Form {#2648 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2674 …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, xlsx. Taille recommandée: 1920 x 1080. Poids max: 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, xlsx. Taille recommandée: 1920 x 1080. Poids max: 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() {#2624 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() {#2625 …} } } |
| 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 {#2675 -form: Symfony\Component\Form\Form {#2651 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2676 …5} |
| full_name | "contributor[media][]" |
| help | "Formats: mp3, wav, mp4, mov, mp4a, jpg, jpeg, png, pdf, doc, docx, xlsx. Taille recommandée: 1920 x 1080. Poids max: 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 | "fe801ac1807145b40.0JxPcD30fjeRvNFyhJUi9qgEXnZTkC_26e4GqwhZ5ko.qPgFQmydFUT-3YEF0P1YvfhIHxJr8Wenvqwz4Fo01ge1q30pcZhGVN_YlA" |
| 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 | "fe801ac1807145b40.0JxPcD30fjeRvNFyhJUi9qgEXnZTkC_26e4GqwhZ5ko.qPgFQmydFUT-3YEF0P1YvfhIHxJr8Wenvqwz4Fo01ge1q30pcZhGVN_YlA" |
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 | "fe801ac1807145b40.0JxPcD30fjeRvNFyhJUi9qgEXnZTkC_26e4GqwhZ5ko.qPgFQmydFUT-3YEF0P1YvfhIHxJr8Wenvqwz4Fo01ge1q30pcZhGVN_YlA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2612 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() {#2677 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() {#2678 …} } } |
| 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 | "fe801ac1807145b40.0JxPcD30fjeRvNFyhJUi9qgEXnZTkC_26e4GqwhZ5ko.qPgFQmydFUT-3YEF0P1YvfhIHxJr8Wenvqwz4Fo01ge1q30pcZhGVN_YlA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2688 -form: Symfony\Component\Form\Form {#2684 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2679 …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 | "fe801ac1807145b40.0JxPcD30fjeRvNFyhJUi9qgEXnZTkC_26e4GqwhZ5ko.qPgFQmydFUT-3YEF0P1YvfhIHxJr8Wenvqwz4Fo01ge1q30pcZhGVN_YlA" |