- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 12
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- 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
-
-
_username
-
_password
-
_token
-
-
-
field1
-
field2
-
field3
-
field4
-
field5
-
field6
-
textarea
-
media
-
_token
-
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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1886 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#1888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#1887 …} } } |
| 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 {#1920 -form: Symfony\Component\Form\Form {#1924 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1889 …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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| 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() {#1903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#1904 …} } } |
| 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 {#1937 -form: Symfony\Component\Form\Form {#1927 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1936 …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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1917 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#1919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#1916 …} } } |
| 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 {#1938 -form: Symfony\Component\Form\Form {#1930 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1939 …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 | "7.wLLDvwjr-2GyjPtd5oHKJIxJe5yvRKAmslYrqwOfLrw.ldq0ykSoz1KKtZgqj86gd9okT_vDM88e-yRy_k7KTcSr24fyToKaF4XOqg" |
| 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 | "7.wLLDvwjr-2GyjPtd5oHKJIxJe5yvRKAmslYrqwOfLrw.ldq0ykSoz1KKtZgqj86gd9okT_vDM88e-yRy_k7KTcSr24fyToKaF4XOqg" |
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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data | "7.wLLDvwjr-2GyjPtd5oHKJIxJe5yvRKAmslYrqwOfLrw.ldq0ykSoz1KKtZgqj86gd9okT_vDM88e-yRy_k7KTcSr24fyToKaF4XOqg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1948 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#1950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#1947 …} } } |
| 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 | "7.wLLDvwjr-2GyjPtd5oHKJIxJe5yvRKAmslYrqwOfLrw.ldq0ykSoz1KKtZgqj86gd9okT_vDM88e-yRy_k7KTcSr24fyToKaF4XOqg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1960 -form: Symfony\Component\Form\Form {#1956 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1951 …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 | "7.wLLDvwjr-2GyjPtd5oHKJIxJe5yvRKAmslYrqwOfLrw.ldq0ykSoz1KKtZgqj86gd9okT_vDM88e-yRy_k7KTcSr24fyToKaF4XOqg" |
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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | "App\Entity\Contributor" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2413 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} 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() {#2415 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2414 …} } } |
| 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 {#2498 -form: Symfony\Component\Form\Form {#2504 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2416 …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" ] |
[ "class" => "form-control valid m-1" "placeholder" => "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" => "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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2422 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2424 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2423 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "NOM" ] |
| 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 {#2452 -form: Symfony\Component\Form\Form {#2507 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2461 …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" => "PRÉNOM" ] |
[ "class" => "form-control valid m-1" "placeholder" => "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" => "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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2431 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2432 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "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 {#2443 -form: Symfony\Component\Form\Form {#2510 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2434 …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" => "E-MAIL" ] |
[ "class" => "form-control valid m-1" "placeholder" => "E-MAIL" ] |
| 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" => "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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2440 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2442 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2441 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "E-MAIL" ] |
| 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 {#2425 -form: Symfony\Component\Form\Form {#2513 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2532 …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" => "Service" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Service" ] |
| 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" => "Service" ] |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2449 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2451 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2450 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Service" ] |
| 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 {#2534 -form: Symfony\Component\Form\Form {#2516 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2535 …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" => "Région commerciale" ] |
[ "class" => "form-control valid m-1" "placeholder" => "Région commerciale" ] |
| 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" => "Région commerciale" ] |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2458 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2459 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "Région commerciale" ] |
| 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 {#2536 -form: Symfony\Component\Form\Form {#2519 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2537 …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 | "" |
field6
"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" => "TEST" ] |
[ "class" => "form-control valid m-1" "placeholder" => "TEST" ] |
| 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" => "TEST" ] |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2467 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2468 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => "TEST" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contributor_field6" ] |
| cache_key | "_contributor_field6_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2553 -form: Symfony\Component\Form\Form {#2522 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2555 …5} |
| full_name | "contributor[field6]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_field6" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field6" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_field6" |
| valid | true |
| value | "" |
textarea
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => null ] |
[ "class" => "form-control valid m-1" "placeholder" => null ] |
| label | true |
same as passed value |
| 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" => null ] |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2480 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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 | true |
| 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() {#2482 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2481 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control valid m-1" "placeholder" => null ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contributor_textarea" ] |
| cache_key | "_contributor_textarea_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2556 -form: Symfony\Component\Form\Form {#2525 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2557 …5} |
| full_name | "contributor[textarea]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contributor_textarea" |
| label | true |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "textarea" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contributor_textarea" |
| 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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| 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() {#2495 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2496 …} } } |
| 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 {#2558 -form: Symfony\Component\Form\Form {#2528 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2559 …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 | "7bf3.49V4E2bi2XrcUrwxHd8Nyj_XTParTwJpdvqOTOy1QvE.1IYnd1-MqwnxGdlIR7U9j1axeqTlCjpQGsnkftnkb6aC4TkhEJeyDbBk5Q" |
| 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 | "7bf3.49V4E2bi2XrcUrwxHd8Nyj_XTParTwJpdvqOTOy1QvE.1IYnd1-MqwnxGdlIR7U9j1axeqTlCjpQGsnkftnkb6aC4TkhEJeyDbBk5Q" |
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 {#192 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#190 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#189 …} -namespace: Closure() {#187 …} } |
| data | "7bf3.49V4E2bi2XrcUrwxHd8Nyj_XTParTwJpdvqOTOy1QvE.1IYnd1-MqwnxGdlIR7U9j1axeqTlCjpQGsnkftnkb6aC4TkhEJeyDbBk5Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1828 …} } |
| 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() {#2560 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1868 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#202 …} $translationDomain: "validators" $message: Closure() {#2561 …} } } |
| 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 | "7bf3.49V4E2bi2XrcUrwxHd8Nyj_XTParTwJpdvqOTOy1QvE.1IYnd1-MqwnxGdlIR7U9j1axeqTlCjpQGsnkftnkb6aC4TkhEJeyDbBk5Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2571 -form: Symfony\Component\Form\Form {#2567 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2562 …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 | "7bf3.49V4E2bi2XrcUrwxHd8Nyj_XTParTwJpdvqOTOy1QvE.1IYnd1-MqwnxGdlIR7U9j1axeqTlCjpQGsnkftnkb6aC4TkhEJeyDbBk5Q" |