- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- 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
game
"App\Form\GameType"
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#551 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#417 …} } |
| 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() {#549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#519 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#420 …} $translationDomain: "validators" $message: Closure() {#550 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "game" "_game" ] |
| cache_key | "_game_game" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#609 -form: Symfony\Component\Form\Form {#579 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#548 …5} |
| full_name | "game" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "game" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "game" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_game" |
| valid | true |
| value | null |
hunter-1
"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 |
|---|---|---|
| label | "First hunter" |
same as passed value |
| mapped | false |
false
|
| translation_domain | "locale" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#524 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#417 …} } |
| 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 | "First hunter" |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | "locale" |
| trim | true |
| upload_max_size_message | Closure() {#563 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#519 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#420 …} $translationDomain: "validators" $message: Closure() {#564 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_game_hunter-1" ] |
| cache_key | "_game_hunter-1_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#591 -form: Symfony\Component\Form\Form {#649 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#589 …5} |
| full_name | "game[hunter-1]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "game_hunter-1" |
| label | "First hunter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hunter-1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "locale" |
| unique_block_prefix | "_game_hunter-1" |
| valid | true |
| value | "" |
hunter-2
"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 |
|---|---|---|
| label | "Second hunter" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
| translation_domain | "locale" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#520 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#417 …} } |
| 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 | "Second hunter" |
| 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 | "locale" |
| trim | true |
| upload_max_size_message | Closure() {#522 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#519 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#420 …} $translationDomain: "validators" $message: Closure() {#521 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_game_hunter-2" ] |
| cache_key | "_game_hunter-2_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#592 -form: Symfony\Component\Form\Form {#646 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#593 …5} |
| full_name | "game[hunter-2]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "game_hunter-2" |
| label | "Second hunter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hunter-2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "locale" |
| unique_block_prefix | "_game_hunter-2" |
| valid | true |
| value | "" |
hunter-3
"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 |
|---|---|---|
| label | "Third hunter" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
| translation_domain | "locale" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#538 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#417 …} } |
| 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 | "Third hunter" |
| 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 | "locale" |
| trim | true |
| upload_max_size_message | Closure() {#540 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#519 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#420 …} $translationDomain: "validators" $message: Closure() {#539 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_game_hunter-3" ] |
| cache_key | "_game_hunter-3_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#596 -form: Symfony\Component\Form\Form {#643 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#597 …5} |
| full_name | "game[hunter-3]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "game_hunter-3" |
| label | "Third hunter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hunter-3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "locale" |
| unique_block_prefix | "_game_hunter-3" |
| valid | true |
| value | "" |
hunter-4
"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 |
|---|---|---|
| label | "Fourth hunter" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
| translation_domain | "locale" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#547 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#417 …} } |
| 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 | "Fourth hunter" |
| 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 | "locale" |
| trim | true |
| upload_max_size_message | Closure() {#566 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#519 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#420 …} $translationDomain: "validators" $message: Closure() {#565 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_game_hunter-4" ] |
| cache_key | "_game_hunter-4_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#578 -form: Symfony\Component\Form\Form {#652 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#567 …5} |
| full_name | "game[hunter-4]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "game_hunter-4" |
| label | "Fourth hunter" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hunter-4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "locale" |
| unique_block_prefix | "_game_hunter-4" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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" ] |
[ "class" => "btn" ] |
| label | "Generate game" |
same as passed value |
| translation_domain | "locale" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "Generate game" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "locale" |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_game_submit" ] |
| cache_key | "_game_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#532 …5} |
| full_name | "game[submit]" |
| id | "game_submit" |
| label | "Generate game" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "locale" |
| unique_block_prefix | "_game_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "62d0355930a7e684a74c.Ux566Bi66WotR3Eqibazwg54_JVDc5_CvBRDJ28A8kI.FFERuHLNgz9PJUZS78GKuDs2xfhxN_vx824icSM1gQ0wcC6ca_e_AmsKQQ" |
| 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 | "62d0355930a7e684a74c.Ux566Bi66WotR3Eqibazwg54_JVDc5_CvBRDJ28A8kI.FFERuHLNgz9PJUZS78GKuDs2xfhxN_vx824icSM1gQ0wcC6ca_e_AmsKQQ" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data | "62d0355930a7e684a74c.Ux566Bi66WotR3Eqibazwg54_JVDc5_CvBRDJ28A8kI.FFERuHLNgz9PJUZS78GKuDs2xfhxN_vx824icSM1gQ0wcC6ca_e_AmsKQQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#560 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#417 …} } |
| 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() {#598 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#519 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#420 …} $translationDomain: "validators" $message: Closure() {#615 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_game__token" ] |
| cache_key | "_game__token_hidden" |
| compound | false |
| data | "62d0355930a7e684a74c.Ux566Bi66WotR3Eqibazwg54_JVDc5_CvBRDJ28A8kI.FFERuHLNgz9PJUZS78GKuDs2xfhxN_vx824icSM1gQ0wcC6ca_e_AmsKQQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#638 -form: Symfony\Component\Form\Form {#626 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#613 …5} |
| full_name | "game[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "game__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 | "_game__token" |
| valid | true |
| value | "62d0355930a7e684a74c.Ux566Bi66WotR3Eqibazwg54_JVDc5_CvBRDJ28A8kI.FFERuHLNgz9PJUZS78GKuDs2xfhxN_vx824icSM1gQ0wcC6ca_e_AmsKQQ" |