- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 13
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
minutes
-
seconds
-
-
-
minutes
-
seconds
-
-
isTournamentMatch
-
-
cellShape
-
size
-
-
_token
-
-
-
game
-
_token
-
-
-
game
-
_token
-
game
"App\Form\GameType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Game {#379 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#404 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -maxPlayerTime: DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -isTournamentMatch: null -turn: null -hasEnded: false -turnCount: null -history: [] } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Game {#379 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#404 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -maxPlayerTime: DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -isTournamentMatch: null -turn: null -hasEnded: false -turnCount: null -history: [] } |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data | App\Entity\Game {#379 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#404 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -maxPlayerTime: DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -isTournamentMatch: null -turn: null -hasEnded: false -turnCount: null -history: [] } |
data_class | "App\Entity\Game" |
disabled | false |
empty_data | Closure(FormInterface $form) {#529 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} use: { $class: "App\Entity\Game" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#528 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "game" "_game" ] |
cache_key | "_game_game" |
compound | true |
data | App\Entity\Game {#379 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#404 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -maxPlayerTime: DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -isTournamentMatch: null -turn: null -hasEnded: false -turnCount: null -history: [] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#906 -form: Symfony\Component\Form\Form {#694 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#881 …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" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game" |
valid | true |
value | App\Entity\Game {#379 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#404 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -maxPlayerTime: DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } -isTournamentMatch: null -turn: null -hasEnded: false -turnCount: null -history: [] } |
maxTurnTime
"Symfony\Component\Form\Extension\Core\Type\DateIntervalType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } |
View Format |
[ "minutes" => "1" "seconds" => "0" ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Turn Time" |
same as passed value |
widget | "integer" |
same as passed value |
with_days | false |
false
|
with_hours | false |
false
|
with_minutes | true |
same as passed value |
with_months | false |
false
|
with_seconds | true |
same as passed value |
with_years | 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 | 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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
days | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
hours | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ] |
inherit_data | false |
input | "dateinterval" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Turn Time" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
labels | [ "years" => null "months" => null "days" => null "weeks" => null "hours" => null "minutes" => null "seconds" => null "invert" => "Negative interval" ] |
mapped | true |
method | "POST" |
minutes | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ] |
months | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "years" => null "months" => null "weeks" => null "days" => null "hours" => null "minutes" => null "seconds" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
seconds | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#572 …} } } |
validation_groups | null |
weeks | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ] |
widget | "integer" |
with_days | false |
with_hours | false |
with_invert | false |
with_minutes | true |
with_months | false |
with_seconds | true |
with_weeks | false |
with_years | false |
years | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "dateinterval" "_game_maxTurnTime" ] |
cache_key | "_game_maxTurnTime_dateinterval" |
compound | true |
data | DateInterval {#415 interval: + 00:01:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 1 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#926 -form: Symfony\Component\Form\Form {#759 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#927 …5} |
full_name | "game[maxTurnTime]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_maxTurnTime" |
label | "Turn Time" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "maxTurnTime" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_maxTurnTime" |
valid | true |
value | [ "minutes" => "1" "seconds" => "0" ] |
widget | "integer" |
with_days | false |
with_hours | false |
with_invert | false |
with_minutes | true |
with_months | false |
with_seconds | true |
with_weeks | false |
with_years | false |
minutes
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format |
"1"
|
Normalized Format | 1 |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
empty_data | null |
null
|
error_bubbling | true |
same as passed value |
label | null |
null
|
required | true |
same as passed value |
translation_domain | null |
null
|
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
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." |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#506 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#505 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_game_maxTurnTime_minutes" ] |
cache_key | "_game_maxTurnTime_minutes_integer" |
compound | false |
data | 1 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#922 -form: Symfony\Component\Form\Form {#761 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#923 …5} |
full_name | "game[maxTurnTime][minutes]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_maxTurnTime_minutes" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "minutes" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_maxTurnTime_minutes" |
valid | true |
value | "1" |
seconds
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format |
"0"
|
Normalized Format | 0 |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
empty_data | null |
null
|
error_bubbling | true |
same as passed value |
label | null |
null
|
required | true |
same as passed value |
translation_domain | null |
null
|
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
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." |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#522 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#517 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_game_maxTurnTime_seconds" ] |
cache_key | "_game_maxTurnTime_seconds_integer" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#865 -form: Symfony\Component\Form\Form {#764 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#847 …5} |
full_name | "game[maxTurnTime][seconds]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_maxTurnTime_seconds" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "seconds" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_maxTurnTime_seconds" |
valid | true |
value | "0" |
maxPlayerTime
"Symfony\Component\Form\Extension\Core\Type\DateIntervalType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } |
View Format |
[ "minutes" => "15" "seconds" => "0" ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Player Time" |
same as passed value |
widget | "integer" |
same as passed value |
with_days | false |
false
|
with_minutes | true |
same as passed value |
with_months | false |
false
|
with_seconds | true |
same as passed value |
with_years | 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 | 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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
days | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
hours | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 ] |
inherit_data | false |
input | "dateinterval" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Player Time" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
labels | [ "years" => null "months" => null "days" => null "weeks" => null "hours" => null "minutes" => null "seconds" => null "invert" => "Negative interval" ] |
mapped | true |
method | "POST" |
minutes | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ] |
months | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "years" => null "months" => null "weeks" => null "days" => null "hours" => null "minutes" => null "seconds" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
seconds | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#552 …} } } |
validation_groups | null |
weeks | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 ] |
widget | "integer" |
with_days | false |
with_hours | false |
with_invert | false |
with_minutes | true |
with_months | false |
with_seconds | true |
with_weeks | false |
with_years | false |
years | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "dateinterval" "_game_maxPlayerTime" ] |
cache_key | "_game_maxPlayerTime_dateinterval" |
compound | true |
data | DateInterval {#414 interval: + 00:15:00.0 +"y": 0 +"m": 0 +"d": 0 +"h": 0 +"i": 15 +"s": 0 +"f": 0.0 +"weekday": 0 +"weekday_behavior": 0 +"first_last_day_of": 0 +"invert": 0 +"days": false +"special_type": 0 +"special_amount": 0 +"have_weekday_relative": 0 +"have_special_relative": 0 } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#925 -form: Symfony\Component\Form\Form {#724 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#924 …5} |
full_name | "game[maxPlayerTime]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_maxPlayerTime" |
label | "Player Time" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "maxPlayerTime" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_maxPlayerTime" |
valid | true |
value | [ "minutes" => "15" "seconds" => "0" ] |
widget | "integer" |
with_days | false |
with_hours | false |
with_invert | false |
with_minutes | true |
with_months | false |
with_seconds | true |
with_weeks | false |
with_years | false |
minutes
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format |
"15"
|
Normalized Format | 15 |
View Format |
"15"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
empty_data | null |
null
|
error_bubbling | true |
same as passed value |
label | null |
null
|
required | true |
same as passed value |
translation_domain | null |
null
|
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
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." |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#560 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_game_maxPlayerTime_minutes" ] |
cache_key | "_game_maxPlayerTime_minutes_integer" |
compound | false |
data | 15 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#911 -form: Symfony\Component\Form\Form {#727 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#841 …5} |
full_name | "game[maxPlayerTime][minutes]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_maxPlayerTime_minutes" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "minutes" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_maxPlayerTime_minutes" |
valid | true |
value | "15" |
seconds
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format |
"0"
|
Normalized Format | 0 |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
empty_data | null |
null
|
error_bubbling | true |
same as passed value |
label | null |
null
|
required | true |
same as passed value |
translation_domain | null |
null
|
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
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." |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#577 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_game_maxPlayerTime_seconds" ] |
cache_key | "_game_maxPlayerTime_seconds_integer" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#730 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#908 …5} |
full_name | "game[maxPlayerTime][seconds]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_maxPlayerTime_seconds" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "seconds" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_maxPlayerTime_seconds" |
valid | true |
value | "0" |
isTournamentMatch
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
label | "Tournament match?" |
same as passed value |
required | 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 | 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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#913 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#689 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
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 | Closure($modelData): bool {#619 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Tournament match?" |
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." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#718 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_game_isTournamentMatch" ] |
cache_key | "_game_isTournamentMatch_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#853 -form: Symfony\Component\Form\Form {#733 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#850 …5} |
full_name | "game[isTournamentMatch]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_isTournamentMatch" |
label | "Tournament match?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "isTournamentMatch" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_isTournamentMatch" |
valid | true |
value | "1" |
board
"App\Form\BoardType"
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | "App\Entity\Board" |
disabled | false |
empty_data | Closure(FormInterface $form) {#680 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} use: { $class: "App\Entity\Board" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#675 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#677 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "board" "_game_board" ] |
cache_key | "_game_board_board" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#851 -form: Symfony\Component\Form\Form {#779 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#907 …5} |
full_name | "game[board]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_board" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "board" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_board" |
valid | true |
value | null |
cellShape
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Square" => 4 "Hexagonal" => 6 ] |
[ "Square" => 4 "Hexagonal" => 6 ] |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "Square" => 4 "Hexagonal" => 6 ] |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | 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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#748 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_game_board_cellShape" ] |
cache_key | "_game_board_cellShape_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#933 +label: "Square" +value: "4" +data: 4 +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#934 +label: "Hexagonal" +value: "6" +data: 6 +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#932 -form: Symfony\Component\Form\Form {#782 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#931 …5} |
full_name | "game[board][cellShape]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_board_cellShape" |
is_selected | Closure($choice, $value) {#937 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#736 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "cellShape" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_board_cellShape" |
valid | true |
value | "" |
size
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "9 × 9" => 9 "15 × 15" => 15 ] |
[ "9 × 9" => 9 "15 × 15" => 15 ] |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "9 × 9" => 9 "15 × 15" => 15 ] |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | 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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#760 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_game_board_size" ] |
cache_key | "_game_board_size_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#939 +label: "9 × 9" +value: "9" +data: 9 +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#940 +label: "15 × 15" +value: "15" +data: 15 +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#936 -form: Symfony\Component\Form\Form {#785 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#938 …5} |
full_name | "game[board][size]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "game_board_size" |
is_selected | Closure($choice, $value) {#942 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#736 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "size" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game_board_size" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "epoCFWV1F03PjF_b_1DuOgM8NNpssFZN-IN1QYNU2dQ" |
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 | "epoCFWV1F03PjF_b_1DuOgM8NNpssFZN-IN1QYNU2dQ" |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data | "epoCFWV1F03PjF_b_1DuOgM8NNpssFZN-IN1QYNU2dQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#944 …} } } |
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 | "epoCFWV1F03PjF_b_1DuOgM8NNpssFZN-IN1QYNU2dQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#956 -form: Symfony\Component\Form\Form {#952 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#947 …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" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_game__token" |
valid | true |
value | "epoCFWV1F03PjF_b_1DuOgM8NNpssFZN-IN1QYNU2dQ" |
select_game_join
"App\Form\SelectGameType"
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#550 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#562 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#588 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "select_game" "_select_game_join" ] |
cache_key | "_select_game_join_select_game" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#958 -form: Symfony\Component\Form\Form {#889 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#959 …5} |
full_name | "select_game_join" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "select_game_join" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "select_game_join" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_select_game_join" |
valid | true |
value | null |
game
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
choice_label | "id" |
same as passed value |
class | "App\Entity\Game" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "id" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#901 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#844 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#895 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#902 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#848 -om: Doctrine\ORM\EntityManager {#461 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#665 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Game" |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#461 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#848 -om: Doctrine\ORM\EntityManager {#461 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#665 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#849 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_select_game_join_game" ] |
cache_key | "_select_game_join_game_entity" |
choice_translation_domain | false |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#968 +label: "1" +value: "1" +data: App\Entity\Game {#1018 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1074 +label: "2" +value: "2" +data: App\Entity\Game {#1011 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1083 +label: "3" +value: "3" +data: App\Entity\Game {#1007 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#967 +label: "4" +value: "4" +data: App\Entity\Game {#1040 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1008 +label: "5" +value: "5" +data: App\Entity\Game {#1061 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1051 +label: "6" +value: "6" +data: App\Entity\Game {#1010 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +label: "7" +value: "7" +data: App\Entity\Game {#1107 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +label: "8" +value: "8" +data: App\Entity\Game {#1116 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +label: "9" +value: "9" +data: App\Entity\Game {#1125 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +label: "10" +value: "10" +data: App\Entity\Game {#1134 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +label: "11" +value: "11" +data: App\Entity\Game {#1143 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "12" +value: "12" +data: App\Entity\Game {#1152 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "13" +value: "13" +data: App\Entity\Game {#1161 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "14" +value: "14" +data: App\Entity\Game {#1170 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +label: "15" +value: "15" +data: App\Entity\Game {#1179 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1309 +label: "16" +value: "16" +data: App\Entity\Game {#1188 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1310 +label: "17" +value: "17" +data: App\Entity\Game {#1197 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1311 +label: "18" +value: "18" +data: App\Entity\Game {#1204 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1312 +label: "19" +value: "19" +data: App\Entity\Game {#1210 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +label: "20" +value: "20" +data: App\Entity\Game {#1218 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +label: "21" +value: "21" +data: App\Entity\Game {#1227 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +label: "22" +value: "22" +data: App\Entity\Game {#1236 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +label: "23" +value: "23" +data: App\Entity\Game {#1245 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +label: "24" +value: "24" +data: App\Entity\Game {#1254 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +label: "25" +value: "25" +data: App\Entity\Game {#1263 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +label: "26" +value: "26" +data: App\Entity\Game {#1272 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +label: "27" +value: "27" +data: App\Entity\Game {#1281 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +label: "28" +value: "28" +data: App\Entity\Game {#1288 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1322 +label: "29" +value: "29" +data: App\Entity\Game {#1296 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#963 -form: Symfony\Component\Form\Form {#892 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#962 …5} |
full_name | "select_game_join[game]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "select_game_join_game" |
is_selected | Closure($choice, $value) {#965 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#736 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "game" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_select_game_join_game" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "K4JCgQLEvpltzPD7Nzg8ThcI7AuUTPk2PfeKGqQjRBY" |
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 | "K4JCgQLEvpltzPD7Nzg8ThcI7AuUTPk2PfeKGqQjRBY" |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data | "K4JCgQLEvpltzPD7Nzg8ThcI7AuUTPk2PfeKGqQjRBY" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#960 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#964 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_select_game_join__token" ] |
cache_key | "_select_game_join__token_hidden" |
compound | false |
data | "K4JCgQLEvpltzPD7Nzg8ThcI7AuUTPk2PfeKGqQjRBY" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1333 -form: Symfony\Component\Form\Form {#1329 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1324 …5} |
full_name | "select_game_join[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "select_game_join__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_select_game_join__token" |
valid | true |
value | "K4JCgQLEvpltzPD7Nzg8ThcI7AuUTPk2PfeKGqQjRBY" |
select_game_delete
"App\Form\SelectGameType"
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#900 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#884 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "select_game" "_select_game_delete" ] |
cache_key | "_select_game_delete_select_game" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1335 -form: Symfony\Component\Form\Form {#860 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1336 …5} |
full_name | "select_game_delete" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "select_game_delete" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "select_game_delete" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_select_game_delete" |
valid | true |
value | null |
game
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
choice_label | "id" |
same as passed value |
class | "App\Entity\Game" |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "id" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#868 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#844 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#869 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#867 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#848 -om: Doctrine\ORM\EntityManager {#461 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#665 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Game" |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#461 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#848 -om: Doctrine\ORM\EntityManager {#461 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#665 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
query_builder | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#871 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_select_game_delete_game" ] |
cache_key | "_select_game_delete_game_entity" |
choice_translation_domain | false |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +label: "1" +value: "1" +data: App\Entity\Game {#1018 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "2" +value: "2" +data: App\Entity\Game {#1011 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "3" +value: "3" +data: App\Entity\Game {#1007 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1346 +label: "4" +value: "4" +data: App\Entity\Game {#1040 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "5" +value: "5" +data: App\Entity\Game {#1061 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "6" +value: "6" +data: App\Entity\Game {#1010 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "7" +value: "7" +data: App\Entity\Game {#1107 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1350 +label: "8" +value: "8" +data: App\Entity\Game {#1116 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1351 +label: "9" +value: "9" +data: App\Entity\Game {#1125 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1352 +label: "10" +value: "10" +data: App\Entity\Game {#1134 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1353 +label: "11" +value: "11" +data: App\Entity\Game {#1143 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1354 +label: "12" +value: "12" +data: App\Entity\Game {#1152 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "13" +value: "13" +data: App\Entity\Game {#1161 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "14" +value: "14" +data: App\Entity\Game {#1170 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "15" +value: "15" +data: App\Entity\Game {#1179 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +label: "16" +value: "16" +data: App\Entity\Game {#1188 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1359 +label: "17" +value: "17" +data: App\Entity\Game {#1197 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1360 +label: "18" +value: "18" +data: App\Entity\Game {#1204 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1361 +label: "19" +value: "19" +data: App\Entity\Game {#1210 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1362 +label: "20" +value: "20" +data: App\Entity\Game {#1218 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1363 +label: "21" +value: "21" +data: App\Entity\Game {#1227 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1364 +label: "22" +value: "22" +data: App\Entity\Game {#1236 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1365 +label: "23" +value: "23" +data: App\Entity\Game {#1245 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1366 +label: "24" +value: "24" +data: App\Entity\Game {#1254 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1367 +label: "25" +value: "25" +data: App\Entity\Game {#1263 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1368 +label: "26" +value: "26" +data: App\Entity\Game {#1272 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1369 +label: "27" +value: "27" +data: App\Entity\Game {#1281 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1370 +label: "28" +value: "28" +data: App\Entity\Game {#1288 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1371 +label: "29" +value: "29" +data: App\Entity\Game {#1296 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1340 -form: Symfony\Component\Form\Form {#857 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1339 …5} |
full_name | "select_game_delete[game]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "select_game_delete_game" |
is_selected | Closure($choice, $value) {#1342 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#736 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "game" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_select_game_delete_game" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2G3cXcysEHHdLz-N31XwUCKZEgqpbBzSOogplnQXF-o" |
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 | "2G3cXcysEHHdLz-N31XwUCKZEgqpbBzSOogplnQXF-o" |
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 {#490 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#493 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#494 …} -namespace: Closure() {#496 …} } |
data | "2G3cXcysEHHdLz-N31XwUCKZEgqpbBzSOogplnQXF-o" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1337 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#388 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#491 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#405 …} $translationDomain: "validators" $message: Closure() {#1341 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_select_game_delete__token" ] |
cache_key | "_select_game_delete__token_hidden" |
compound | false |
data | "2G3cXcysEHHdLz-N31XwUCKZEgqpbBzSOogplnQXF-o" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1382 -form: Symfony\Component\Form\Form {#1378 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1373 …5} |
full_name | "select_game_delete[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "select_game_delete__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_select_game_delete__token" |
valid | true |
value | "2G3cXcysEHHdLz-N31XwUCKZEgqpbBzSOogplnQXF-o" |