- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 36
- Events
- Routing
- Cache
- Translation 33
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Httplug 0/0
- E-mails
- Blocks 0
- Message Queue
- 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
-
-
username
-
password
-
_token
-
-
-
query
-
sport
-
after
-
before
-
location
-
priceFrom
-
priceTo
-
beginner
-
HighlyRated
-
currency
-
organizer
-
minLat
-
maxLat
-
minLng
-
maxLng
-
login
"App\Form\LoginUserType"
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 | "authenticate" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2008 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} use: { $class: "App\Entity\User" } } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2009 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "login" "_login" ] |
cache_key | "_login_login" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2040 -form: Symfony\Component\Form\Form {#2028 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2011 …5} |
full_name | "login" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "login" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login" |
valid | true |
value | null |
username
"App\Form\Types\EmailType"
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 | [ "class" => "form-control" "autocomplete" => "email" ] |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2050 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | [ "class" => "form-group" ] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2046 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2047 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "activity_email" "_login_username" ] |
cache_key | "_login_username_activity_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2065 -form: Symfony\Component\Form\Form {#2095 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2067 …5} |
full_name | "login[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login_username" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-group" ] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_username" |
valid | true |
value | "" |
password
"App\Form\Types\PasswordType"
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 |
always_empty | true |
attr | [ "minlength" => 6 "maxlength" => 25 "class" => "form-control" "autocomplete" => "current-password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2022 +message: "Please enter a password" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2024 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Your password should be at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 25 +min: 6 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "form-group" ] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2033 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2034 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minlength" => 6 "maxlength" => 25 "class" => "form-control" "autocomplete" => "current-password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "activity_password" "_login_password" ] |
cache_key | "_login_password_activity_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2076 -form: Symfony\Component\Form\Form {#2099 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2077 …5} |
full_name | "login[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login_password" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-group" ] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_password" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "b7cdfe6aa67665493ed3863.NuSTJa0RPTCcz8fw1LpGB2OWp5fzRYFKyXOywcoNspg.b73MT8FcRWTkkLKCroh2Vi3P4v6nDuktpzbHqaJ6yPwOs95_5GsOaMiBkg" |
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 | "b7cdfe6aa67665493ed3863.NuSTJa0RPTCcz8fw1LpGB2OWp5fzRYFKyXOywcoNspg.b73MT8FcRWTkkLKCroh2Vi3P4v6nDuktpzbHqaJ6yPwOs95_5GsOaMiBkg" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data | "b7cdfe6aa67665493ed3863.NuSTJa0RPTCcz8fw1LpGB2OWp5fzRYFKyXOywcoNspg.b73MT8FcRWTkkLKCroh2Vi3P4v6nDuktpzbHqaJ6yPwOs95_5GsOaMiBkg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2037 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2078 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_login__token" ] |
cache_key | "_login__token_hidden" |
compound | false |
data | "b7cdfe6aa67665493ed3863.NuSTJa0RPTCcz8fw1LpGB2OWp5fzRYFKyXOywcoNspg.b73MT8FcRWTkkLKCroh2Vi3P4v6nDuktpzbHqaJ6yPwOs95_5GsOaMiBkg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2084 -form: Symfony\Component\Form\Form {#2081 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2043 …5} |
full_name | "login[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login__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 |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login__token" |
valid | true |
value | "b7cdfe6aa67665493ed3863.NuSTJa0RPTCcz8fw1LpGB2OWp5fzRYFKyXOywcoNspg.b73MT8FcRWTkkLKCroh2Vi3P4v6nDuktpzbHqaJ6yPwOs95_5GsOaMiBkg" |
(no name)
"App\Form\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Search\SearchCriteria {#2354 -query: null -category: null -location: null -dateFrom: null -dateTo: null -priceFrom: null -priceTo: null -currency: "USD" -isBeginner: null -HighlyRated: null -organizer: null -minLatitude: null -maxLatitude: null -minLongitude: null -maxLongitude: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Search\SearchCriteria {#2354 -query: null -category: null -location: null -dateFrom: null -dateTo: null -priceFrom: null -priceTo: null -currency: "USD" -isBeginner: null -HighlyRated: null -organizer: null -minLatitude: null -maxLatitude: null -minLongitude: null -maxLongitude: null } |
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data | App\Search\SearchCriteria {#2354 -query: null -category: null -location: null -dateFrom: null -dateTo: null -priceFrom: null -priceTo: null -currency: "USD" -isBeginner: null -HighlyRated: null -organizer: null -minLatitude: null -maxLatitude: null -minLongitude: null -maxLongitude: null } |
data_class | "App\Search\SearchCriteria" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} use: { $class: "App\Search\SearchCriteria" } } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2377 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/search/ar" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "_" ] |
cache_key | "__" |
compound | true |
data | App\Search\SearchCriteria {#2354 -query: null -category: null -location: null -dateFrom: null -dateTo: null -priceFrom: null -priceTo: null -currency: "USD" -isBeginner: null -HighlyRated: null -organizer: null -minLatitude: null -maxLatitude: null -minLongitude: null -maxLongitude: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2375 -form: Symfony\Component\Form\Form {#3114 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3109 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_" |
valid | true |
value | App\Search\SearchCriteria {#2354 -query: null -category: null -location: null -dateFrom: null -dateTo: null -priceFrom: null -priceTo: null -currency: "USD" -isBeginner: null -HighlyRated: null -organizer: null -minLatitude: null -maxLatitude: null -minLongitude: null -maxLongitude: null } |
query
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Event name" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2487 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Event name" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2944 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2943 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_query" ] |
cache_key | "_query_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3072 -form: Symfony\Component\Form\Form {#3117 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3082 …5} |
full_name | "query" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "query" |
label | "Event name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "query" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_query" |
valid | true |
value | "" |
sport
"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 |
---|---|---|
block_name | "sport" |
same as passed value |
choice_label | Closure(?Category $category) {#2361 class: "App\Form\SearchType" this: App\Form\SearchType {#2385 …} } |
same as passed value |
choice_value | Closure(?Category $category) {#2491 class: "App\Form\SearchType" this: App\Form\SearchType {#2385 …} } |
same as passed value |
choices | [ App\Entity\Category {#2542 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2519 …} -activities: Doctrine\ORM\PersistentCollection {#2620 …} -subcategories: Doctrine\ORM\PersistentCollection {#2622 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2651 …} } App\Entity\Category {#2569 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2652 …} -activities: Doctrine\ORM\PersistentCollection {#2654 …} -subcategories: Doctrine\ORM\PersistentCollection {#2659 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2568 …} } App\Entity\Category {#2673 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2674 …} -activities: Doctrine\ORM\PersistentCollection {#2676 …} -subcategories: Doctrine\ORM\PersistentCollection {#2678 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2680 …} } App\Entity\Category {#2682 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2683 …} -activities: Doctrine\ORM\PersistentCollection {#2685 …} -subcategories: Doctrine\ORM\PersistentCollection {#2687 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2689 …} } App\Entity\Category {#2691 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2692 …} -activities: Doctrine\ORM\PersistentCollection {#2694 …} -subcategories: Doctrine\ORM\PersistentCollection {#2696 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2698 …} } App\Entity\Category {#2700 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2701 …} -activities: Doctrine\ORM\PersistentCollection {#2703 …} -subcategories: Doctrine\ORM\PersistentCollection {#2705 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2707 …} } App\Entity\Category {#2709 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2710 …} -activities: Doctrine\ORM\PersistentCollection {#2712 …} -subcategories: Doctrine\ORM\PersistentCollection {#2714 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2716 …} } App\Entity\Category {#2718 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2719 …} -activities: Doctrine\ORM\PersistentCollection {#2721 …} -subcategories: Doctrine\ORM\PersistentCollection {#2723 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2725 …} } App\Entity\Category {#2727 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2728 …} -activities: Doctrine\ORM\PersistentCollection {#2730 …} -subcategories: Doctrine\ORM\PersistentCollection {#2732 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2734 …} } App\Entity\Category {#2736 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2737 …} -activities: Doctrine\ORM\PersistentCollection {#2739 …} -subcategories: Doctrine\ORM\PersistentCollection {#2741 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2743 …} } App\Entity\Category {#2745 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2746 …} -activities: Doctrine\ORM\PersistentCollection {#2748 …} -subcategories: Doctrine\ORM\PersistentCollection {#2750 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2752 …} } App\Entity\Category {#2754 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2755 …} -activities: Doctrine\ORM\PersistentCollection {#2757 …} -subcategories: Doctrine\ORM\PersistentCollection {#2759 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2761 …} } App\Entity\Category {#2763 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2764 …} -activities: Doctrine\ORM\PersistentCollection {#2766 …} -subcategories: Doctrine\ORM\PersistentCollection {#2768 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2770 …} } App\Entity\Category {#2772 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2773 …} -activities: Doctrine\ORM\PersistentCollection {#2775 …} -subcategories: Doctrine\ORM\PersistentCollection {#2777 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2779 …} } App\Entity\Category {#2781 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2782 …} -activities: Doctrine\ORM\PersistentCollection {#2784 …} -subcategories: Doctrine\ORM\PersistentCollection {#2786 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2788 …} } App\Entity\Category {#2790 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2791 …} -activities: Doctrine\ORM\PersistentCollection {#2793 …} -subcategories: Doctrine\ORM\PersistentCollection {#2795 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2797 …} } App\Entity\Category {#2799 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2800 …} -activities: Doctrine\ORM\PersistentCollection {#2802 …} -subcategories: Doctrine\ORM\PersistentCollection {#2804 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2806 …} } App\Entity\Category {#2808 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2809 …} -activities: Doctrine\ORM\PersistentCollection {#2811 …} -subcategories: Doctrine\ORM\PersistentCollection {#2813 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2815 …} } App\Entity\Category {#2817 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2818 …} -activities: Doctrine\ORM\PersistentCollection {#2820 …} -subcategories: Doctrine\ORM\PersistentCollection {#2822 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2824 …} } App\Entity\Category {#2826 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2827 …} -activities: Doctrine\ORM\PersistentCollection {#2829 …} -subcategories: Doctrine\ORM\PersistentCollection {#2831 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2833 …} } App\Entity\Category {#2835 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2836 …} -activities: Doctrine\ORM\PersistentCollection {#2838 …} -subcategories: Doctrine\ORM\PersistentCollection {#2840 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2842 …} } App\Entity\Category {#2844 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2845 …} -activities: Doctrine\ORM\PersistentCollection {#2847 …} -subcategories: Doctrine\ORM\PersistentCollection {#2849 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2851 …} } App\Entity\Category {#2853 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2854 …} -activities: Doctrine\ORM\PersistentCollection {#2856 …} -subcategories: Doctrine\ORM\PersistentCollection {#2858 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2860 …} } App\Entity\Category {#2862 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2863 …} -activities: Doctrine\ORM\PersistentCollection {#2865 …} -subcategories: Doctrine\ORM\PersistentCollection {#2867 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2869 …} } App\Entity\Category {#2871 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2872 …} -activities: Doctrine\ORM\PersistentCollection {#2874 …} -subcategories: Doctrine\ORM\PersistentCollection {#2876 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2878 …} } App\Entity\Category {#2880 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2881 …} -activities: Doctrine\ORM\PersistentCollection {#2883 …} -subcategories: Doctrine\ORM\PersistentCollection {#2885 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2887 …} } App\Entity\Category {#2889 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2890 …} -activities: Doctrine\ORM\PersistentCollection {#2892 …} -subcategories: Doctrine\ORM\PersistentCollection {#2894 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2896 …} } App\Entity\Category {#2898 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2899 …} -activities: Doctrine\ORM\PersistentCollection {#2901 …} -subcategories: Doctrine\ORM\PersistentCollection {#2903 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2905 …} } App\Entity\Category {#2907 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2908 …} -activities: Doctrine\ORM\PersistentCollection {#2910 …} -subcategories: Doctrine\ORM\PersistentCollection {#2912 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2914 …} } App\Entity\Category {#2916 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2917 …} -activities: Doctrine\ORM\PersistentCollection {#2919 …} -subcategories: Doctrine\ORM\PersistentCollection {#2921 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2923 …} } App\Entity\Category {#2925 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2926 …} -activities: Doctrine\ORM\PersistentCollection {#2928 …} -subcategories: Doctrine\ORM\PersistentCollection {#2930 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2932 …} } App\Entity\Category {#2934 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2935 …} -activities: Doctrine\ORM\PersistentCollection {#2937 …} -subcategories: Doctrine\ORM\PersistentCollection {#2939 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2941 …} } ] |
[ App\Entity\Category {#2542 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2519 …} -activities: Doctrine\ORM\PersistentCollection {#2620 …} -subcategories: Doctrine\ORM\PersistentCollection {#2622 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2651 …} } App\Entity\Category {#2569 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2652 …} -activities: Doctrine\ORM\PersistentCollection {#2654 …} -subcategories: Doctrine\ORM\PersistentCollection {#2659 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2568 …} } App\Entity\Category {#2673 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2674 …} -activities: Doctrine\ORM\PersistentCollection {#2676 …} -subcategories: Doctrine\ORM\PersistentCollection {#2678 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2680 …} } App\Entity\Category {#2682 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2683 …} -activities: Doctrine\ORM\PersistentCollection {#2685 …} -subcategories: Doctrine\ORM\PersistentCollection {#2687 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2689 …} } App\Entity\Category {#2691 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2692 …} -activities: Doctrine\ORM\PersistentCollection {#2694 …} -subcategories: Doctrine\ORM\PersistentCollection {#2696 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2698 …} } App\Entity\Category {#2700 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2701 …} -activities: Doctrine\ORM\PersistentCollection {#2703 …} -subcategories: Doctrine\ORM\PersistentCollection {#2705 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2707 …} } App\Entity\Category {#2709 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2710 …} -activities: Doctrine\ORM\PersistentCollection {#2712 …} -subcategories: Doctrine\ORM\PersistentCollection {#2714 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2716 …} } App\Entity\Category {#2718 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2719 …} -activities: Doctrine\ORM\PersistentCollection {#2721 …} -subcategories: Doctrine\ORM\PersistentCollection {#2723 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2725 …} } App\Entity\Category {#2727 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2728 …} -activities: Doctrine\ORM\PersistentCollection {#2730 …} -subcategories: Doctrine\ORM\PersistentCollection {#2732 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2734 …} } App\Entity\Category {#2736 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2737 …} -activities: Doctrine\ORM\PersistentCollection {#2739 …} -subcategories: Doctrine\ORM\PersistentCollection {#2741 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2743 …} } App\Entity\Category {#2745 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2746 …} -activities: Doctrine\ORM\PersistentCollection {#2748 …} -subcategories: Doctrine\ORM\PersistentCollection {#2750 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2752 …} } App\Entity\Category {#2754 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2755 …} -activities: Doctrine\ORM\PersistentCollection {#2757 …} -subcategories: Doctrine\ORM\PersistentCollection {#2759 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2761 …} } App\Entity\Category {#2763 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2764 …} -activities: Doctrine\ORM\PersistentCollection {#2766 …} -subcategories: Doctrine\ORM\PersistentCollection {#2768 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2770 …} } App\Entity\Category {#2772 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2773 …} -activities: Doctrine\ORM\PersistentCollection {#2775 …} -subcategories: Doctrine\ORM\PersistentCollection {#2777 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2779 …} } App\Entity\Category {#2781 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2782 …} -activities: Doctrine\ORM\PersistentCollection {#2784 …} -subcategories: Doctrine\ORM\PersistentCollection {#2786 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2788 …} } App\Entity\Category {#2790 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2791 …} -activities: Doctrine\ORM\PersistentCollection {#2793 …} -subcategories: Doctrine\ORM\PersistentCollection {#2795 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2797 …} } App\Entity\Category {#2799 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2800 …} -activities: Doctrine\ORM\PersistentCollection {#2802 …} -subcategories: Doctrine\ORM\PersistentCollection {#2804 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2806 …} } App\Entity\Category {#2808 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2809 …} -activities: Doctrine\ORM\PersistentCollection {#2811 …} -subcategories: Doctrine\ORM\PersistentCollection {#2813 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2815 …} } App\Entity\Category {#2817 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2818 …} -activities: Doctrine\ORM\PersistentCollection {#2820 …} -subcategories: Doctrine\ORM\PersistentCollection {#2822 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2824 …} } App\Entity\Category {#2826 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2827 …} -activities: Doctrine\ORM\PersistentCollection {#2829 …} -subcategories: Doctrine\ORM\PersistentCollection {#2831 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2833 …} } App\Entity\Category {#2835 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2836 …} -activities: Doctrine\ORM\PersistentCollection {#2838 …} -subcategories: Doctrine\ORM\PersistentCollection {#2840 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2842 …} } App\Entity\Category {#2844 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2845 …} -activities: Doctrine\ORM\PersistentCollection {#2847 …} -subcategories: Doctrine\ORM\PersistentCollection {#2849 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2851 …} } App\Entity\Category {#2853 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2854 …} -activities: Doctrine\ORM\PersistentCollection {#2856 …} -subcategories: Doctrine\ORM\PersistentCollection {#2858 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2860 …} } App\Entity\Category {#2862 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2863 …} -activities: Doctrine\ORM\PersistentCollection {#2865 …} -subcategories: Doctrine\ORM\PersistentCollection {#2867 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2869 …} } App\Entity\Category {#2871 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2872 …} -activities: Doctrine\ORM\PersistentCollection {#2874 …} -subcategories: Doctrine\ORM\PersistentCollection {#2876 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2878 …} } App\Entity\Category {#2880 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2881 …} -activities: Doctrine\ORM\PersistentCollection {#2883 …} -subcategories: Doctrine\ORM\PersistentCollection {#2885 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2887 …} } App\Entity\Category {#2889 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2890 …} -activities: Doctrine\ORM\PersistentCollection {#2892 …} -subcategories: Doctrine\ORM\PersistentCollection {#2894 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2896 …} } App\Entity\Category {#2898 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2899 …} -activities: Doctrine\ORM\PersistentCollection {#2901 …} -subcategories: Doctrine\ORM\PersistentCollection {#2903 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2905 …} } App\Entity\Category {#2907 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2908 …} -activities: Doctrine\ORM\PersistentCollection {#2910 …} -subcategories: Doctrine\ORM\PersistentCollection {#2912 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2914 …} } App\Entity\Category {#2916 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2917 …} -activities: Doctrine\ORM\PersistentCollection {#2919 …} -subcategories: Doctrine\ORM\PersistentCollection {#2921 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2923 …} } App\Entity\Category {#2925 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2926 …} -activities: Doctrine\ORM\PersistentCollection {#2928 …} -subcategories: Doctrine\ORM\PersistentCollection {#2930 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2932 …} } App\Entity\Category {#2934 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2935 …} -activities: Doctrine\ORM\PersistentCollection {#2937 …} -subcategories: Doctrine\ORM\PersistentCollection {#2939 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2941 …} } ] |
property_path | "category" |
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 | "sport" |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(?Category $category) {#2361 class: "App\Form\SearchType" this: App\Form\SearchType {#2385 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | Closure(?Category $category) {#2491 class: "App\Form\SearchType" this: App\Form\SearchType {#2385 …} } |
choices | [ App\Entity\Category {#2542 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2519 …} -activities: Doctrine\ORM\PersistentCollection {#2620 …} -subcategories: Doctrine\ORM\PersistentCollection {#2622 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2651 …} } App\Entity\Category {#2569 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2652 …} -activities: Doctrine\ORM\PersistentCollection {#2654 …} -subcategories: Doctrine\ORM\PersistentCollection {#2659 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2568 …} } App\Entity\Category {#2673 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2674 …} -activities: Doctrine\ORM\PersistentCollection {#2676 …} -subcategories: Doctrine\ORM\PersistentCollection {#2678 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2680 …} } App\Entity\Category {#2682 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2683 …} -activities: Doctrine\ORM\PersistentCollection {#2685 …} -subcategories: Doctrine\ORM\PersistentCollection {#2687 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2689 …} } App\Entity\Category {#2691 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2692 …} -activities: Doctrine\ORM\PersistentCollection {#2694 …} -subcategories: Doctrine\ORM\PersistentCollection {#2696 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2698 …} } App\Entity\Category {#2700 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2701 …} -activities: Doctrine\ORM\PersistentCollection {#2703 …} -subcategories: Doctrine\ORM\PersistentCollection {#2705 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2707 …} } App\Entity\Category {#2709 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2710 …} -activities: Doctrine\ORM\PersistentCollection {#2712 …} -subcategories: Doctrine\ORM\PersistentCollection {#2714 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2716 …} } App\Entity\Category {#2718 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2719 …} -activities: Doctrine\ORM\PersistentCollection {#2721 …} -subcategories: Doctrine\ORM\PersistentCollection {#2723 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2725 …} } App\Entity\Category {#2727 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2728 …} -activities: Doctrine\ORM\PersistentCollection {#2730 …} -subcategories: Doctrine\ORM\PersistentCollection {#2732 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2734 …} } App\Entity\Category {#2736 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2737 …} -activities: Doctrine\ORM\PersistentCollection {#2739 …} -subcategories: Doctrine\ORM\PersistentCollection {#2741 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2743 …} } App\Entity\Category {#2745 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2746 …} -activities: Doctrine\ORM\PersistentCollection {#2748 …} -subcategories: Doctrine\ORM\PersistentCollection {#2750 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2752 …} } App\Entity\Category {#2754 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2755 …} -activities: Doctrine\ORM\PersistentCollection {#2757 …} -subcategories: Doctrine\ORM\PersistentCollection {#2759 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2761 …} } App\Entity\Category {#2763 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2764 …} -activities: Doctrine\ORM\PersistentCollection {#2766 …} -subcategories: Doctrine\ORM\PersistentCollection {#2768 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2770 …} } App\Entity\Category {#2772 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2773 …} -activities: Doctrine\ORM\PersistentCollection {#2775 …} -subcategories: Doctrine\ORM\PersistentCollection {#2777 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2779 …} } App\Entity\Category {#2781 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2782 …} -activities: Doctrine\ORM\PersistentCollection {#2784 …} -subcategories: Doctrine\ORM\PersistentCollection {#2786 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2788 …} } App\Entity\Category {#2790 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2791 …} -activities: Doctrine\ORM\PersistentCollection {#2793 …} -subcategories: Doctrine\ORM\PersistentCollection {#2795 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2797 …} } App\Entity\Category {#2799 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2800 …} -activities: Doctrine\ORM\PersistentCollection {#2802 …} -subcategories: Doctrine\ORM\PersistentCollection {#2804 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2806 …} } App\Entity\Category {#2808 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2809 …} -activities: Doctrine\ORM\PersistentCollection {#2811 …} -subcategories: Doctrine\ORM\PersistentCollection {#2813 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2815 …} } App\Entity\Category {#2817 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2818 …} -activities: Doctrine\ORM\PersistentCollection {#2820 …} -subcategories: Doctrine\ORM\PersistentCollection {#2822 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2824 …} } App\Entity\Category {#2826 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2827 …} -activities: Doctrine\ORM\PersistentCollection {#2829 …} -subcategories: Doctrine\ORM\PersistentCollection {#2831 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2833 …} } App\Entity\Category {#2835 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2836 …} -activities: Doctrine\ORM\PersistentCollection {#2838 …} -subcategories: Doctrine\ORM\PersistentCollection {#2840 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2842 …} } App\Entity\Category {#2844 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2845 …} -activities: Doctrine\ORM\PersistentCollection {#2847 …} -subcategories: Doctrine\ORM\PersistentCollection {#2849 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2851 …} } App\Entity\Category {#2853 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2854 …} -activities: Doctrine\ORM\PersistentCollection {#2856 …} -subcategories: Doctrine\ORM\PersistentCollection {#2858 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2860 …} } App\Entity\Category {#2862 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2863 …} -activities: Doctrine\ORM\PersistentCollection {#2865 …} -subcategories: Doctrine\ORM\PersistentCollection {#2867 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2869 …} } App\Entity\Category {#2871 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2872 …} -activities: Doctrine\ORM\PersistentCollection {#2874 …} -subcategories: Doctrine\ORM\PersistentCollection {#2876 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2878 …} } App\Entity\Category {#2880 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2881 …} -activities: Doctrine\ORM\PersistentCollection {#2883 …} -subcategories: Doctrine\ORM\PersistentCollection {#2885 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2887 …} } App\Entity\Category {#2889 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2890 …} -activities: Doctrine\ORM\PersistentCollection {#2892 …} -subcategories: Doctrine\ORM\PersistentCollection {#2894 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2896 …} } App\Entity\Category {#2898 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2899 …} -activities: Doctrine\ORM\PersistentCollection {#2901 …} -subcategories: Doctrine\ORM\PersistentCollection {#2903 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2905 …} } App\Entity\Category {#2907 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2908 …} -activities: Doctrine\ORM\PersistentCollection {#2910 …} -subcategories: Doctrine\ORM\PersistentCollection {#2912 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2914 …} } App\Entity\Category {#2916 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2917 …} -activities: Doctrine\ORM\PersistentCollection {#2919 …} -subcategories: Doctrine\ORM\PersistentCollection {#2921 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2923 …} } App\Entity\Category {#2925 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2926 …} -activities: Doctrine\ORM\PersistentCollection {#2928 …} -subcategories: Doctrine\ORM\PersistentCollection {#2930 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2932 …} } App\Entity\Category {#2934 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2935 …} -activities: Doctrine\ORM\PersistentCollection {#2937 …} -subcategories: Doctrine\ORM\PersistentCollection {#2939 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2941 …} } ] |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | "category" |
required | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2965 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2962 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_sport" ] |
cache_key | "_sport_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3043 +label: "swimming" +value: "swimming" +data: App\Entity\Category {#2542 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2519 …} -activities: Doctrine\ORM\PersistentCollection {#2620 …} -subcategories: Doctrine\ORM\PersistentCollection {#2622 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2651 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3029 +label: "running" +value: "running" +data: App\Entity\Category {#2569 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2652 …} -activities: Doctrine\ORM\PersistentCollection {#2654 …} -subcategories: Doctrine\ORM\PersistentCollection {#2659 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2568 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3020 +label: "walking & trekking" +value: "walking_trekking" +data: App\Entity\Category {#2673 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2674 …} -activities: Doctrine\ORM\PersistentCollection {#2676 …} -subcategories: Doctrine\ORM\PersistentCollection {#2678 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2680 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +label: "cycling" +value: "cycling" +data: App\Entity\Category {#2682 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2683 …} -activities: Doctrine\ORM\PersistentCollection {#2685 …} -subcategories: Doctrine\ORM\PersistentCollection {#2687 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2689 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2997 +label: "swimming -> aquathon" +value: "aquathon" +data: App\Entity\Category {#2691 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2692 …} -activities: Doctrine\ORM\PersistentCollection {#2694 …} -subcategories: Doctrine\ORM\PersistentCollection {#2696 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2698 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "running -> obstacle race" +value: "obstacle_race" +data: App\Entity\Category {#2700 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2701 …} -activities: Doctrine\ORM\PersistentCollection {#2703 …} -subcategories: Doctrine\ORM\PersistentCollection {#2705 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2707 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "triathlon" +value: "triathlon" +data: App\Entity\Category {#2709 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2710 …} -activities: Doctrine\ORM\PersistentCollection {#2712 …} -subcategories: Doctrine\ORM\PersistentCollection {#2714 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2716 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "running -> half marathon" +value: "half_marathon" +data: App\Entity\Category {#2718 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2719 …} -activities: Doctrine\ORM\PersistentCollection {#2721 …} -subcategories: Doctrine\ORM\PersistentCollection {#2723 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2725 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "paddling" +value: "paddling" +data: App\Entity\Category {#2727 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2728 …} -activities: Doctrine\ORM\PersistentCollection {#2730 …} -subcategories: Doctrine\ORM\PersistentCollection {#2732 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2734 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "running -> 10km run" +value: "10km_run" +data: App\Entity\Category {#2736 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2737 …} -activities: Doctrine\ORM\PersistentCollection {#2739 …} -subcategories: Doctrine\ORM\PersistentCollection {#2741 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2743 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "running -> 5km run" +value: "5km_run" +data: App\Entity\Category {#2745 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2746 …} -activities: Doctrine\ORM\PersistentCollection {#2748 …} -subcategories: Doctrine\ORM\PersistentCollection {#2750 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2752 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "running -> fun run" +value: "fun_run" +data: App\Entity\Category {#2754 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2755 …} -activities: Doctrine\ORM\PersistentCollection {#2757 …} -subcategories: Doctrine\ORM\PersistentCollection {#2759 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2761 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +label: "running -> marathon" +value: "marathon" +data: App\Entity\Category {#2763 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2764 …} -activities: Doctrine\ORM\PersistentCollection {#2766 …} -subcategories: Doctrine\ORM\PersistentCollection {#2768 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2770 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "running -> children's run" +value: "childrens_run" +data: App\Entity\Category {#2772 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2773 …} -activities: Doctrine\ORM\PersistentCollection {#2775 …} -subcategories: Doctrine\ORM\PersistentCollection {#2777 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2779 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "cycling -> duathlon" +value: "duathlon" +data: App\Entity\Category {#2781 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2782 …} -activities: Doctrine\ORM\PersistentCollection {#2784 …} -subcategories: Doctrine\ORM\PersistentCollection {#2786 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2788 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "running -> trail run" +value: "trail_run" +data: App\Entity\Category {#2790 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2791 …} -activities: Doctrine\ORM\PersistentCollection {#2793 …} -subcategories: Doctrine\ORM\PersistentCollection {#2795 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2797 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "running -> ultramarathon" +value: "ultramarathon" +data: App\Entity\Category {#2799 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2800 …} -activities: Doctrine\ORM\PersistentCollection {#2802 …} -subcategories: Doctrine\ORM\PersistentCollection {#2804 …} -parentCategory: App\Entity\Category {#2569} -searchLogs: Doctrine\ORM\PersistentCollection {#2806 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "cycling -> mountain biking" +value: "mountain_biking" +data: App\Entity\Category {#2808 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2809 …} -activities: Doctrine\ORM\PersistentCollection {#2811 …} -subcategories: Doctrine\ORM\PersistentCollection {#2813 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2815 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "cycling -> road cycling" +value: "road_cycling" +data: App\Entity\Category {#2817 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2818 …} -activities: Doctrine\ORM\PersistentCollection {#2820 …} -subcategories: Doctrine\ORM\PersistentCollection {#2822 …} -parentCategory: App\Entity\Category {#2682} -searchLogs: Doctrine\ORM\PersistentCollection {#2824 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "triathlon -> super sprint" +value: "super_sprint" +data: App\Entity\Category {#2826 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2827 …} -activities: Doctrine\ORM\PersistentCollection {#2829 …} -subcategories: Doctrine\ORM\PersistentCollection {#2831 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2833 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "triathlon -> sprint" +value: "sprint" +data: App\Entity\Category {#2835 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2836 …} -activities: Doctrine\ORM\PersistentCollection {#2838 …} -subcategories: Doctrine\ORM\PersistentCollection {#2840 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2842 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +label: "triathlon -> half ironman" +value: "half_ironman" +data: App\Entity\Category {#2844 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2845 …} -activities: Doctrine\ORM\PersistentCollection {#2847 …} -subcategories: Doctrine\ORM\PersistentCollection {#2849 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2851 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "triathlon -> ironman" +value: "ironman" +data: App\Entity\Category {#2853 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2854 …} -activities: Doctrine\ORM\PersistentCollection {#2856 …} -subcategories: Doctrine\ORM\PersistentCollection {#2858 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2860 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "triathlon -> olympic" +value: "olympic" +data: App\Entity\Category {#2862 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2863 …} -activities: Doctrine\ORM\PersistentCollection {#2865 …} -subcategories: Doctrine\ORM\PersistentCollection {#2867 …} -parentCategory: App\Entity\Category {#2709} -searchLogs: Doctrine\ORM\PersistentCollection {#2869 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "swimming -> open water" +value: "open_water" +data: App\Entity\Category {#2871 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2872 …} -activities: Doctrine\ORM\PersistentCollection {#2874 …} -subcategories: Doctrine\ORM\PersistentCollection {#2876 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2878 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "swimming -> swimrun" +value: "swimrun" +data: App\Entity\Category {#2880 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2881 …} -activities: Doctrine\ORM\PersistentCollection {#2883 …} -subcategories: Doctrine\ORM\PersistentCollection {#2885 …} -parentCategory: App\Entity\Category {#2542} -searchLogs: Doctrine\ORM\PersistentCollection {#2887 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "paddling -> kayaking" +value: "kayaking" +data: App\Entity\Category {#2889 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2890 …} -activities: Doctrine\ORM\PersistentCollection {#2892 …} -subcategories: Doctrine\ORM\PersistentCollection {#2894 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2896 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "paddling -> canoeing" +value: "canoeing" +data: App\Entity\Category {#2898 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2899 …} -activities: Doctrine\ORM\PersistentCollection {#2901 …} -subcategories: Doctrine\ORM\PersistentCollection {#2903 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2905 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +label: "paddling -> stand-up" +value: "stand-up" +data: App\Entity\Category {#2907 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2908 …} -activities: Doctrine\ORM\PersistentCollection {#2910 …} -subcategories: Doctrine\ORM\PersistentCollection {#2912 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2914 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "paddling -> ultramarathon" +value: "paddling_ultramarathon" +data: App\Entity\Category {#2916 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2917 …} -activities: Doctrine\ORM\PersistentCollection {#2919 …} -subcategories: Doctrine\ORM\PersistentCollection {#2921 …} -parentCategory: App\Entity\Category {#2727} -searchLogs: Doctrine\ORM\PersistentCollection {#2923 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +label: "walking & trekking -> walking" +value: "walking" +data: App\Entity\Category {#2925 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2926 …} -activities: Doctrine\ORM\PersistentCollection {#2928 …} -subcategories: Doctrine\ORM\PersistentCollection {#2930 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2932 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "walking & trekking -> trekking" +value: "trekking" +data: App\Entity\Category {#2934 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2935 …} -activities: Doctrine\ORM\PersistentCollection {#2937 …} -subcategories: Doctrine\ORM\PersistentCollection {#2939 …} -parentCategory: App\Entity\Category {#2673} -searchLogs: Doctrine\ORM\PersistentCollection {#2941 …} } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3063 -form: Symfony\Component\Form\Form {#3120 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3054 …5} |
full_name | "sport" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "sport" |
is_selected | Closure($choice, $value) {#3220 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2950 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sport" |
placeholder | "" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
sortable | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sport" |
valid | true |
value | "" |
after
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
---|---|---|
property_path | "dateFrom" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
days | [ 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." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => "" "month" => "" "day" => "" ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "dateFrom" |
required | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2989 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2986 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_after" ] |
cache_key | "_after_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3218 -form: Symfony\Component\Form\Form {#3123 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3219 …5} |
full_name | "after" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "after" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "after" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_after" |
valid | true |
value | "" |
widget | "single_text" |
before
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 |
---|---|---|
property_path | "dateTo" |
same as passed value |
required | false |
false
|
widget | "single_text" |
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 | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
days | [ 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." |
form_attr | false |
format | "yyyy-MM-dd" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
html5 | true |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => "" "month" => "" "day" => "" ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "dateTo" |
required | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3000 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3001 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "_before" ] |
cache_key | "_before_date" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3221 -form: Symfony\Component\Form\Form {#3126 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3222 …5} |
full_name | "before" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "before" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "before" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
type | "date" |
unique_block_prefix | "_before" |
valid | true |
value | "" |
widget | "single_text" |
location
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_name | "location" |
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 | "location" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3008 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3009 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_location" ] |
cache_key | "_location_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3223 -form: Symfony\Component\Form\Form {#3129 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3224 …5} |
full_name | "location" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "location" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "location" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_location" |
valid | true |
value | "" |
priceFrom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_name | "price" |
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 | "price" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3017 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3018 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_price" ] |
cache_key | "_price_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3225 -form: Symfony\Component\Form\Form {#3132 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3226 …5} |
full_name | "priceFrom" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "priceFrom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priceFrom" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_price" |
valid | true |
value | "" |
priceTo
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_name | "price" |
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 | "price" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3026 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3027 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_price" ] |
cache_key | "_price_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3227 -form: Symfony\Component\Form\Form {#3135 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3228 …5} |
full_name | "priceTo" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "priceTo" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "priceTo" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_price" |
valid | true |
value | "" |
beginner
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 |
---|---|---|
block_name | "for-beginner" |
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 | "for-beginner" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3042 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3036 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_for-beginner" ] |
cache_key | "_for-beginner_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3229 -form: Symfony\Component\Form\Form {#3138 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3230 …5} |
full_name | "beginner" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "beginner" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "beginner" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_for-beginner" |
valid | true |
value | "" |
HighlyRated
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 |
---|---|---|
block_name | "HighlyRated" |
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 | "HighlyRated" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3051 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3053 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3052 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_HighlyRated" ] |
cache_key | "_HighlyRated_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3231 -form: Symfony\Component\Form\Form {#3141 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3232 …5} |
full_name | "HighlyRated" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "HighlyRated" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "HighlyRated" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_HighlyRated" |
valid | true |
value | "" |
currency
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "USD" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_name | "currency" |
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 | "currency" |
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3060 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3062 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3061 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_currency" ] |
cache_key | "_currency_hidden" |
compound | false |
data | "USD" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3233 -form: Symfony\Component\Form\Form {#3144 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3234 …5} |
full_name | "currency" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "currency" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "currency" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_currency" |
valid | true |
value | "USD" |
organizer
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 |
---|---|---|
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3069 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
rounding_mode | 2 |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3070 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_organizer" ] |
cache_key | "_organizer_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3235 -form: Symfony\Component\Form\Form {#3147 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3236 …5} |
full_name | "organizer" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "organizer" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "organizer" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_organizer" |
valid | true |
value | "" |
minLat
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3079 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3081 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3080 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_minLat" ] |
cache_key | "_minLat_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3237 -form: Symfony\Component\Form\Form {#3150 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3238 …5} |
full_name | "minLat" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "minLat" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "minLat" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_minLat" |
valid | true |
value | "" |
maxLat
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3088 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3090 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3089 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_maxLat" ] |
cache_key | "_maxLat_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3239 -form: Symfony\Component\Form\Form {#3153 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3240 …5} |
full_name | "maxLat" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "maxLat" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "maxLat" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_maxLat" |
valid | true |
value | "" |
minLng
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3097 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3099 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3098 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_minLng" ] |
cache_key | "_minLng_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3241 -form: Symfony\Component\Form\Form {#3156 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3242 …5} |
full_name | "minLng" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "minLng" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "minLng" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_minLng" |
valid | true |
value | "" |
maxLng
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
---|---|---|
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 {#1258 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1256 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1255 …} -namespace: Closure() {#1253 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3106 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1841 …} } |
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 | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
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_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1993 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3107 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_maxLng" ] |
cache_key | "_maxLng_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3243 -form: Symfony\Component\Form\Form {#3159 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3244 …5} |
full_name | "maxLng" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "maxLng" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "maxLng" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_maxLng" |
valid | true |
value | "" |