- 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 {#368 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#393 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#404 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 {#403 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 {#368 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#393 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#404 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 {#403 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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data | App\Entity\Game {#368 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#393 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#404 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 {#403 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) {#481 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} 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() {#477 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#480 …} } } |
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 {#368 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#393 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#404 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 {#403 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 {#905 -form: Symfony\Component\Form\Form {#693 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#880 …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 {#368 -id: null -players: Doctrine\Common\Collections\ArrayCollection {#393 …} -board: null -turnStartTime: null -gameStartTime: null -maxTurnTime: DateInterval {#404 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 {#403 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 {#404 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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#473 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#571 …} } } |
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 {#404 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 {#925 -form: Symfony\Component\Form\Form {#758 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#926 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#520 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#521 …} } } |
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 {#921 -form: Symfony\Component\Form\Form {#760 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#922 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#509 …} } } |
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 {#864 -form: Symfony\Component\Form\Form {#763 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#846 …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 {#403 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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#486 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#484 …} } } |
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 {#403 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 {#924 -form: Symfony\Component\Form\Form {#723 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#923 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#496 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#497 …} } } |
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 {#910 -form: Symfony\Component\Form\Form {#726 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#839 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#576 …} } } |
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 {#919 -form: Symfony\Component\Form\Form {#729 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#907 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#912 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#621 …} } |
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 {#618 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() {#691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#717 …} } } |
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 {#852 -form: Symfony\Component\Form\Form {#732 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#849 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data_class | "App\Entity\Board" |
disabled | false |
empty_data | Closure(FormInterface $form) {#679 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} 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() {#674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#676 …} } } |
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 {#850 -form: Symfony\Component\Form\Form {#778 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#906 …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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#747 …} } } |
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 {#932 +label: "Square" +value: "4" +data: 4 +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#933 +label: "Hexagonal" +value: "6" +data: 6 +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#931 -form: Symfony\Component\Form\Form {#781 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#930 …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) {#936 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#735 …} } |
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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
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() {#766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#759 …} } } |
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 {#938 +label: "9 × 9" +value: "9" +data: 9 +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#939 +label: "15 × 15" +value: "15" +data: 15 +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#935 -form: Symfony\Component\Form\Form {#784 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#937 …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) {#941 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#735 …} } |
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 | "pYiFDROShsSKqO4WkohEVDTVCK9xpl7i2MaJBPTEp6A" |
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 | "pYiFDROShsSKqO4WkohEVDTVCK9xpl7i2MaJBPTEp6A" |
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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data | "pYiFDROShsSKqO4WkohEVDTVCK9xpl7i2MaJBPTEp6A" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#841 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} } |
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() {#945 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#943 …} } } |
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 | "pYiFDROShsSKqO4WkohEVDTVCK9xpl7i2MaJBPTEp6A" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#955 -form: Symfony\Component\Form\Form {#951 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#946 …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 | "pYiFDROShsSKqO4WkohEVDTVCK9xpl7i2MaJBPTEp6A" |
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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#485 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} } |
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() {#499 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#587 …} } } |
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 {#957 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#958 …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 {#900 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#843 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#894 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#901 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#847 -om: Doctrine\ORM\EntityManager {#447 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#664 …} -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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#447 …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 {#847 -om: Doctrine\ORM\EntityManager {#447 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#664 …} -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() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#848 …} } } |
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 {#967 +label: "1" +value: "1" +data: App\Entity\Game {#1017 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1075 +label: "2" +value: "2" +data: App\Entity\Game {#1010 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1066 +label: "3" +value: "3" +data: App\Entity\Game {#1006 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#966 +label: "4" +value: "4" +data: App\Entity\Game {#1039 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1007 +label: "5" +value: "5" +data: App\Entity\Game {#1060 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1050 +label: "6" +value: "6" +data: App\Entity\Game {#1009 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +label: "7" +value: "7" +data: App\Entity\Game {#1106 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +label: "8" +value: "8" +data: App\Entity\Game {#1115 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +label: "9" +value: "9" +data: App\Entity\Game {#1124 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +label: "10" +value: "10" +data: App\Entity\Game {#1133 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +label: "11" +value: "11" +data: App\Entity\Game {#1142 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +label: "12" +value: "12" +data: App\Entity\Game {#1151 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +label: "13" +value: "13" +data: App\Entity\Game {#1160 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "14" +value: "14" +data: App\Entity\Game {#1169 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +label: "15" +value: "15" +data: App\Entity\Game {#1178 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +label: "16" +value: "16" +data: App\Entity\Game {#1187 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1309 +label: "17" +value: "17" +data: App\Entity\Game {#1196 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1310 +label: "18" +value: "18" +data: App\Entity\Game {#1203 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1311 +label: "19" +value: "19" +data: App\Entity\Game {#1209 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1312 +label: "20" +value: "20" +data: App\Entity\Game {#1217 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +label: "21" +value: "21" +data: App\Entity\Game {#1226 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +label: "22" +value: "22" +data: App\Entity\Game {#1235 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +label: "23" +value: "23" +data: App\Entity\Game {#1244 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +label: "24" +value: "24" +data: App\Entity\Game {#1253 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1317 +label: "25" +value: "25" +data: App\Entity\Game {#1262 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1318 +label: "26" +value: "26" +data: App\Entity\Game {#1271 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1319 +label: "27" +value: "27" +data: App\Entity\Game {#1280 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1320 +label: "28" +value: "28" +data: App\Entity\Game {#1287 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +label: "29" +value: "29" +data: App\Entity\Game {#1295 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#962 -form: Symfony\Component\Form\Form {#891 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#961 …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) {#964 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#735 …} } |
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 | "3DVQXrsi7Z4uLzrxXKgAkyBwFqUI656y8FXwPEQQ1l4" |
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 | "3DVQXrsi7Z4uLzrxXKgAkyBwFqUI656y8FXwPEQQ1l4" |
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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data | "3DVQXrsi7Z4uLzrxXKgAkyBwFqUI656y8FXwPEQQ1l4" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#959 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} } |
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() {#1322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#963 …} } } |
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 | "3DVQXrsi7Z4uLzrxXKgAkyBwFqUI656y8FXwPEQQ1l4" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1332 -form: Symfony\Component\Form\Form {#1328 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1323 …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 | "3DVQXrsi7Z4uLzrxXKgAkyBwFqUI656y8FXwPEQQ1l4" |
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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#899 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} } |
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() {#881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#883 …} } } |
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 {#1334 -form: Symfony\Component\Form\Form {#859 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1335 …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 {#867 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#843 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#868 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#866 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#847 -om: Doctrine\ORM\EntityManager {#447 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#664 …} -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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#447 …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 {#847 -om: Doctrine\ORM\EntityManager {#447 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#664 …} -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() {#869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#870 …} } } |
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 {#1342 +label: "1" +value: "1" +data: App\Entity\Game {#1017 …} +attr: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1343 +label: "2" +value: "2" +data: App\Entity\Game {#1010 …} +attr: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1344 +label: "3" +value: "3" +data: App\Entity\Game {#1006 …} +attr: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "4" +value: "4" +data: App\Entity\Game {#1039 …} +attr: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1346 +label: "5" +value: "5" +data: App\Entity\Game {#1060 …} +attr: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1347 +label: "6" +value: "6" +data: App\Entity\Game {#1009 …} +attr: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1348 +label: "7" +value: "7" +data: App\Entity\Game {#1106 …} +attr: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1349 +label: "8" +value: "8" +data: App\Entity\Game {#1115 …} +attr: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1350 +label: "9" +value: "9" +data: App\Entity\Game {#1124 …} +attr: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1351 +label: "10" +value: "10" +data: App\Entity\Game {#1133 …} +attr: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1352 +label: "11" +value: "11" +data: App\Entity\Game {#1142 …} +attr: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1353 +label: "12" +value: "12" +data: App\Entity\Game {#1151 …} +attr: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1354 +label: "13" +value: "13" +data: App\Entity\Game {#1160 …} +attr: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "14" +value: "14" +data: App\Entity\Game {#1169 …} +attr: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "15" +value: "15" +data: App\Entity\Game {#1178 …} +attr: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "16" +value: "16" +data: App\Entity\Game {#1187 …} +attr: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +label: "17" +value: "17" +data: App\Entity\Game {#1196 …} +attr: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1359 +label: "18" +value: "18" +data: App\Entity\Game {#1203 …} +attr: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1360 +label: "19" +value: "19" +data: App\Entity\Game {#1209 …} +attr: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1361 +label: "20" +value: "20" +data: App\Entity\Game {#1217 …} +attr: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1362 +label: "21" +value: "21" +data: App\Entity\Game {#1226 …} +attr: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1363 +label: "22" +value: "22" +data: App\Entity\Game {#1235 …} +attr: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1364 +label: "23" +value: "23" +data: App\Entity\Game {#1244 …} +attr: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1365 +label: "24" +value: "24" +data: App\Entity\Game {#1253 …} +attr: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1366 +label: "25" +value: "25" +data: App\Entity\Game {#1262 …} +attr: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1367 +label: "26" +value: "26" +data: App\Entity\Game {#1271 …} +attr: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1368 +label: "27" +value: "27" +data: App\Entity\Game {#1280 …} +attr: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1369 +label: "28" +value: "28" +data: App\Entity\Game {#1287 …} +attr: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1370 +label: "29" +value: "29" +data: App\Entity\Game {#1295 …} +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1339 -form: Symfony\Component\Form\Form {#856 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1338 …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) {#1341 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#735 …} } |
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 | "vWmHjCZ9kUEIF7Lf3DvAeecFJM9nmWWSySopL5fYVAI" |
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 | "vWmHjCZ9kUEIF7Lf3DvAeecFJM9nmWWSySopL5fYVAI" |
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 {#530 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#540 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#541 …} -namespace: Closure() {#560 …} } |
data | "vWmHjCZ9kUEIF7Lf3DvAeecFJM9nmWWSySopL5fYVAI" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1336 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#377 …} } |
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() {#1371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#529 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#394 …} $translationDomain: "validators" $message: Closure() {#1340 …} } } |
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 | "vWmHjCZ9kUEIF7Lf3DvAeecFJM9nmWWSySopL5fYVAI" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1381 -form: Symfony\Component\Form\Form {#1377 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1372 …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 | "vWmHjCZ9kUEIF7Lf3DvAeecFJM9nmWWSySopL5fYVAI" |