Forms
-
demo_request
-
companyName
-
subdomain
-
email
-
agreeToTerms
-
submit
-
_token
-
demo_request
Form type:
"App\Form\DemoRequestType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Model\DemoRequestData {#1270 -companyName: null -subdomain: null -email: null -agreeToTerms: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Model\DemoRequestData {#1270 -companyName: null -subdomain: null -email: null -agreeToTerms: false } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | 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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1099 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1096 …} -namespace: Closure() {#1150 …} } |
| data | App\Model\DemoRequestData {#1270 -companyName: null -subdomain: null -email: null -agreeToTerms: false } |
| data_class | "App\Model\DemoRequestData" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1349 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Model\DemoRequestData" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $message: Closure() {#1348 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "demo_request" "_demo_request" ] |
| cache_key | "_demo_request_demo_request" |
| compound | true |
| data | App\Model\DemoRequestData {#1270 -companyName: null -subdomain: null -email: null -agreeToTerms: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1414 -errors: [] -form: Symfony\Component\Form\Form {#1388 …} } |
| form | Symfony\Component\Form\FormView {#1346 …5} |
| full_name | "demo_request" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_request" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "demo_request" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_request" |
| valid | true |
| value | App\Model\DemoRequestData {#1270 -companyName: null -subdomain: null -email: null -agreeToTerms: false } |
companyName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "z.B. Schule Musterstadt" ] |
[ "placeholder" => "z.B. Schule Musterstadt" ] |
| help | "Dieser Name wird in deiner Demo-Instanz angezeigt." |
same as passed value |
| label | "Name deines Tests" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "z.B. Schule Musterstadt" ] |
| 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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1099 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1096 …} -namespace: Closure() {#1150 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1316 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Dieser Name wird in deiner Demo-Instanz angezeigt." |
| 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 | "Name deines Tests" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1325 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $message: Closure() {#1321 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "z.B. Schule Musterstadt" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_request_companyName" ] |
| cache_key | "_demo_request_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1391 -errors: [] -form: Symfony\Component\Form\Form {#1454 …} } |
| form | Symfony\Component\Form\FormView {#1445 …5} |
| full_name | "demo_request[companyName]" |
| help | "Dieser Name wird in deiner Demo-Instanz angezeigt." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_request_companyName" |
| label | "Name deines Tests" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_request_companyName" |
| valid | true |
| value | "" |
subdomain
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "subdomain" "class" => "js-subdomain-input" ] |
[ "placeholder" => "subdomain" "class" => "js-subdomain-input" ] |
| help | "http://{subdomain}.test.kursimple.de" |
same as passed value |
| label | "Gewünschte Subdomain. Ein Wort ohne Leer-, Sondererzeichen oder Umlaute." |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "subdomain" "class" => "js-subdomain-input" ] |
| 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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1099 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1096 …} -namespace: Closure() {#1150 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1327 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "http://{subdomain}.test.kursimple.de" |
| 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 | "Gewünschte Subdomain. Ein Wort ohne Leer-, Sondererzeichen oder Umlaute." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1329 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $message: Closure() {#1328 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "subdomain" "class" => "js-subdomain-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_demo_request_subdomain" ] |
| cache_key | "_demo_request_subdomain_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1431 -errors: [] -form: Symfony\Component\Form\Form {#1451 …} } |
| form | Symfony\Component\Form\FormView {#1392 …5} |
| full_name | "demo_request[subdomain]" |
| help | "http://{subdomain}.test.kursimple.de" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_request_subdomain" |
| label | "Gewünschte Subdomain. Ein Wort ohne Leer-, Sondererzeichen oder Umlaute." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subdomain" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_request_subdomain" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| help | "Dorthin senden wir die Zugangsdaten." |
same as passed value |
| label | "Ihre E-Mail-Adresse" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1099 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1096 …} -namespace: Closure() {#1150 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1337 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | "Dorthin senden wir die Zugangsdaten." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Ihre E-Mail-Adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1342 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $message: Closure() {#1336 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_demo_request_email" ] |
| cache_key | "_demo_request_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1393 -errors: [] -form: Symfony\Component\Form\Form {#1448 …} } |
| form | Symfony\Component\Form\FormView {#1394 …5} |
| full_name | "demo_request[email]" |
| help | "Dorthin senden wir die Zugangsdaten." |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_request_email" |
| label | "Ihre E-Mail-Adresse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_request_email" |
| valid | true |
| value | "" |
agreeToTerms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Ich stimme der Verarbeitung meiner E-Mail-Adresse und Daten zum Zweck der Demo-Erstellung und Kommunikation zu." |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1099 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1096 …} -namespace: Closure() {#1150 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1365 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1364 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Ich stimme der Verarbeitung meiner E-Mail-Adresse und Daten zum Zweck der Demo-Erstellung und Kommunikation zu." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1369 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $message: Closure() {#1371 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_demo_request_agreeToTerms" ] |
| cache_key | "_demo_request_agreeToTerms_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1387 -errors: [] -form: Symfony\Component\Form\Form {#1457 …} } |
| form | Symfony\Component\Form\FormView {#1363 …5} |
| full_name | "demo_request[agreeToTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_request_agreeToTerms" |
| label | "Ich stimme der Verarbeitung meiner E-Mail-Adresse und Daten zum Zweck der Demo-Erstellung und Kommunikation zu." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreeToTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_request_agreeToTerms" |
| valid | true |
| value | "1" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn-primary btn-lg w-100 mt-3" ] |
[ "class" => "btn-primary btn-lg w-100 mt-3" ] |
| label | "Kostenlose Demo anfordern" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-primary btn-lg w-100 mt-3" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Kostenlose Demo anfordern" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-primary btn-lg w-100 mt-3" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_demo_request_submit" ] |
| cache_key | "_demo_request_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1330 …5} |
| full_name | "demo_request[submit]" |
| id | "demo_request_submit" |
| label | "Kostenlose Demo anfordern" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_demo_request_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "9d01e3950539791a046ee5b7c6.2fk68Iiq50NDnSo1q4riinpGQC72T4o1YyhiWHAGrVA.vJVPwvHg1A4WsFpAyfmV2zMkdGaYONplVxlSDhJn8jq8sne-5ezWMXuoaw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "9d01e3950539791a046ee5b7c6.2fk68Iiq50NDnSo1q4riinpGQC72T4o1YyhiWHAGrVA.vJVPwvHg1A4WsFpAyfmV2zMkdGaYONplVxlSDhJn8jq8sne-5ezWMXuoaw" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#1103 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1099 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1096 …} -namespace: Closure() {#1150 …} } |
| data | "9d01e3950539791a046ee5b7c6.2fk68Iiq50NDnSo1q4riinpGQC72T4o1YyhiWHAGrVA.vJVPwvHg1A4WsFpAyfmV2zMkdGaYONplVxlSDhJn8jq8sne-5ezWMXuoaw" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1420 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1421 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#298 …} $message: Closure() {#1413 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_demo_request__token" ] |
| cache_key | "_demo_request__token_hidden" |
| compound | false |
| data | "9d01e3950539791a046ee5b7c6.2fk68Iiq50NDnSo1q4riinpGQC72T4o1YyhiWHAGrVA.vJVPwvHg1A4WsFpAyfmV2zMkdGaYONplVxlSDhJn8jq8sne-5ezWMXuoaw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1434 -errors: [] -form: Symfony\Component\Form\Form {#1438 …} } |
| form | Symfony\Component\Form\FormView {#1419 …5} |
| full_name | "demo_request[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "demo_request__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_demo_request__token" |
| valid | true |
| value | "9d01e3950539791a046ee5b7c6.2fk68Iiq50NDnSo1q4riinpGQC72T4o1YyhiWHAGrVA.vJVPwvHg1A4WsFpAyfmV2zMkdGaYONplVxlSDhJn8jq8sne-5ezWMXuoaw" |