- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 1
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
note
"App\Form\NoteType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Note {#618 -id: null -noteDesc: null -note: null -idUser: null -idMovie: App\Entity\Movie {#399 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Note {#618 -id: null -noteDesc: null -note: null -idUser: null -idMovie: App\Entity\Movie {#399 …} } |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data | App\Entity\Note {#618 -id: null -noteDesc: null -note: null -idUser: null -idMovie: App\Entity\Movie {#399 …} } |
data_class | "App\Entity\Note" |
disabled | false |
empty_data | Closure(FormInterface $form) {#814 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#681 …} use: { $class: "App\Entity\Note" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#813 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "note" "_note" ] |
cache_key | "_note_note" |
compound | true |
data | App\Entity\Note {#618 -id: null -noteDesc: null -note: null -idUser: null -idMovie: App\Entity\Movie {#399 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1030 -form: Symfony\Component\Form\Form {#843 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1042 …5} |
full_name | "note" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "note" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note" |
valid | true |
value | App\Entity\Note {#618 -id: null -noteDesc: null -note: null -idUser: null -idMovie: App\Entity\Movie {#399 …} } |
noteDesc
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 | 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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#826 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#681 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#790 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_note_noteDesc" ] |
cache_key | "_note_noteDesc_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1025 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1024 …5} |
full_name | "note[noteDesc]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_noteDesc" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "noteDesc" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_noteDesc" |
valid | true |
value | "" |
note
"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 | [ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 ] |
[ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 ] |
expanded | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 1 => 1 2 => 2 3 => 3 4 => 4 5 => 5 ] |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
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 | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#807 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_note_note" ] |
cache_key | "_note_note_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#833 +label: "1" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#832 +label: "2" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#834 +label: "3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#835 +label: "4" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#836 +label: "5" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1026 -form: Symfony\Component\Form\Form {#911 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1027 …5} |
full_name | "note[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_note" |
is_selected | Closure($choice, $value) {#1028 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#795 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "note" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_note" |
valid | true |
value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "1" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "1" |
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 | "entry" |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#842 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#847 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#848 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#849 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_note_note_entry" ] |
cache_key | "_note_note_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1039 -form: Symfony\Component\Form\Form {#914 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1040 …5} |
full_name | "note[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_note_0" |
label | "1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_note_entry" |
valid | true |
value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "2" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "2" |
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 | "entry" |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#842 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#847 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#862 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_note_note_entry" ] |
cache_key | "_note_note_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1038 -form: Symfony\Component\Form\Form {#917 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1037 …5} |
full_name | "note[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_note_1" |
label | "2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_note_entry" |
valid | true |
value | "2" |
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "3" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "3" |
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 | "entry" |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#842 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#847 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "3" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#875 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_note_note_entry" ] |
cache_key | "_note_note_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1036 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1035 …5} |
full_name | "note[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_note_2" |
label | "3" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_note_entry" |
valid | true |
value | "3" |
3
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "4" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "4" |
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 | "entry" |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#842 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#847 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "4" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#884 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_note_note_entry" ] |
cache_key | "_note_note_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1034 -form: Symfony\Component\Form\Form {#923 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1033 …5} |
full_name | "note[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_note_3" |
label | "4" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_note_entry" |
valid | true |
value | "4" |
4
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "5" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "5" |
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 | "entry" |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#842 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#845 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#847 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "5" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#903 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_note_note_entry" ] |
cache_key | "_note_note_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1032 -form: Symfony\Component\Form\Form {#926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1031 …5} |
full_name | "note[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note_note_4" |
label | "5" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note_note_entry" |
valid | true |
value | "5" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "180791b303790f8093f8bab96.uDYMbTDRZZFoBjbExiXc_EN2XSkzk36rVBr1Y7Vu538.yXxgDlLlMvcbXGOdhE7qsDYpLh0evjnTYzeAL_4qgw-Lf0NfaZkopRxIew" |
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 | "180791b303790f8093f8bab96.uDYMbTDRZZFoBjbExiXc_EN2XSkzk36rVBr1Y7Vu538.yXxgDlLlMvcbXGOdhE7qsDYpLh0evjnTYzeAL_4qgw-Lf0NfaZkopRxIew" |
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 {#772 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#773 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#774 …} -namespace: Closure() {#776 …} } |
data | "180791b303790f8093f8bab96.uDYMbTDRZZFoBjbExiXc_EN2XSkzk36rVBr1Y7Vu538.yXxgDlLlMvcbXGOdhE7qsDYpLh0evjnTYzeAL_4qgw-Lf0NfaZkopRxIew" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1041 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#681 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#782 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#685 …} $translationDomain: "validators" $message: Closure() {#1020 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_note__token" ] |
cache_key | "_note__token_hidden" |
compound | false |
data | "180791b303790f8093f8bab96.uDYMbTDRZZFoBjbExiXc_EN2XSkzk36rVBr1Y7Vu538.yXxgDlLlMvcbXGOdhE7qsDYpLh0evjnTYzeAL_4qgw-Lf0NfaZkopRxIew" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1002 -form: Symfony\Component\Form\Form {#1009 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1017 …5} |
full_name | "note[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "note__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_note__token" |
valid | true |
value | "180791b303790f8093f8bab96.uDYMbTDRZZFoBjbExiXc_EN2XSkzk36rVBr1Y7Vu538.yXxgDlLlMvcbXGOdhE7qsDYpLh0evjnTYzeAL_4qgw-Lf0NfaZkopRxIew" |