- 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) {#2009 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} 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() {#2011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2010 …} } } |
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 {#2041 -form: Symfony\Component\Form\Form {#2029 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2012 …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) {#2051 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#2047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2048 …} } } |
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 {#2066 -form: Symfony\Component\Form\Form {#2096 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2068 …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 {#2023 +message: "Please enter a password" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#2025 +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) {#2037 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#2034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2035 …} } } |
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 {#2077 -form: Symfony\Component\Form\Form {#2100 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2078 …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 | "28c0d507891c0f17065e06ec8.2PeGzcoQlBaN1iPOzdXuKyAUV_Cd47w8TLYQWBXUD98.gLar-fxg_k7S5ECZ_JPaY1NEOsjHt-QIIsc9Fk29Z7uAw76fmnv1Rcjgdg" |
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 | "28c0d507891c0f17065e06ec8.2PeGzcoQlBaN1iPOzdXuKyAUV_Cd47w8TLYQWBXUD98.gLar-fxg_k7S5ECZ_JPaY1NEOsjHt-QIIsc9Fk29Z7uAw76fmnv1Rcjgdg" |
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 | "28c0d507891c0f17065e06ec8.2PeGzcoQlBaN1iPOzdXuKyAUV_Cd47w8TLYQWBXUD98.gLar-fxg_k7S5ECZ_JPaY1NEOsjHt-QIIsc9Fk29Z7uAw76fmnv1Rcjgdg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2038 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#2033 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2079 …} } } |
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 | "28c0d507891c0f17065e06ec8.2PeGzcoQlBaN1iPOzdXuKyAUV_Cd47w8TLYQWBXUD98.gLar-fxg_k7S5ECZ_JPaY1NEOsjHt-QIIsc9Fk29Z7uAw76fmnv1Rcjgdg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2085 -form: Symfony\Component\Form\Form {#2082 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2044 …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 | "28c0d507891c0f17065e06ec8.2PeGzcoQlBaN1iPOzdXuKyAUV_Cd47w8TLYQWBXUD98.gLar-fxg_k7S5ECZ_JPaY1NEOsjHt-QIIsc9Fk29Z7uAw76fmnv1Rcjgdg" |
(no name)
"App\Form\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Search\SearchCriteria {#2355 -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 {#2355 -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 {#2355 -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) {#2379 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} 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() {#2377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2378 …} } } |
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 {#2355 -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 {#2376 -form: Symfony\Component\Form\Form {#3115 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3110 …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 {#2355 -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) {#2488 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#2945 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2944 …} } } |
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 {#3073 -form: Symfony\Component\Form\Form {#3118 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3083 …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) {#2362 class: "App\Form\SearchType" this: App\Form\SearchType {#2386 …} } |
same as passed value |
choice_value | Closure(?Category $category) {#2492 class: "App\Form\SearchType" this: App\Form\SearchType {#2386 …} } |
same as passed value |
choices | [ App\Entity\Category {#2543 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2520 …} -activities: Doctrine\ORM\PersistentCollection {#2621 …} -subcategories: Doctrine\ORM\PersistentCollection {#2623 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2652 …} } App\Entity\Category {#2570 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2653 …} -activities: Doctrine\ORM\PersistentCollection {#2655 …} -subcategories: Doctrine\ORM\PersistentCollection {#2660 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2569 …} } App\Entity\Category {#2674 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2675 …} -activities: Doctrine\ORM\PersistentCollection {#2677 …} -subcategories: Doctrine\ORM\PersistentCollection {#2679 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2681 …} } App\Entity\Category {#2683 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2684 …} -activities: Doctrine\ORM\PersistentCollection {#2686 …} -subcategories: Doctrine\ORM\PersistentCollection {#2688 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2690 …} } App\Entity\Category {#2692 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2693 …} -activities: Doctrine\ORM\PersistentCollection {#2695 …} -subcategories: Doctrine\ORM\PersistentCollection {#2697 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2699 …} } App\Entity\Category {#2701 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2702 …} -activities: Doctrine\ORM\PersistentCollection {#2704 …} -subcategories: Doctrine\ORM\PersistentCollection {#2706 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2708 …} } App\Entity\Category {#2710 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2711 …} -activities: Doctrine\ORM\PersistentCollection {#2713 …} -subcategories: Doctrine\ORM\PersistentCollection {#2715 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2717 …} } App\Entity\Category {#2719 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2720 …} -activities: Doctrine\ORM\PersistentCollection {#2722 …} -subcategories: Doctrine\ORM\PersistentCollection {#2724 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2726 …} } App\Entity\Category {#2728 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2729 …} -activities: Doctrine\ORM\PersistentCollection {#2731 …} -subcategories: Doctrine\ORM\PersistentCollection {#2733 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2735 …} } App\Entity\Category {#2737 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2738 …} -activities: Doctrine\ORM\PersistentCollection {#2740 …} -subcategories: Doctrine\ORM\PersistentCollection {#2742 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2744 …} } App\Entity\Category {#2746 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2747 …} -activities: Doctrine\ORM\PersistentCollection {#2749 …} -subcategories: Doctrine\ORM\PersistentCollection {#2751 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2753 …} } App\Entity\Category {#2755 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2756 …} -activities: Doctrine\ORM\PersistentCollection {#2758 …} -subcategories: Doctrine\ORM\PersistentCollection {#2760 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2762 …} } App\Entity\Category {#2764 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2765 …} -activities: Doctrine\ORM\PersistentCollection {#2767 …} -subcategories: Doctrine\ORM\PersistentCollection {#2769 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2771 …} } App\Entity\Category {#2773 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2774 …} -activities: Doctrine\ORM\PersistentCollection {#2776 …} -subcategories: Doctrine\ORM\PersistentCollection {#2778 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2780 …} } App\Entity\Category {#2782 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2783 …} -activities: Doctrine\ORM\PersistentCollection {#2785 …} -subcategories: Doctrine\ORM\PersistentCollection {#2787 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2789 …} } App\Entity\Category {#2791 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2792 …} -activities: Doctrine\ORM\PersistentCollection {#2794 …} -subcategories: Doctrine\ORM\PersistentCollection {#2796 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2798 …} } App\Entity\Category {#2800 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2801 …} -activities: Doctrine\ORM\PersistentCollection {#2803 …} -subcategories: Doctrine\ORM\PersistentCollection {#2805 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2807 …} } App\Entity\Category {#2809 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2810 …} -activities: Doctrine\ORM\PersistentCollection {#2812 …} -subcategories: Doctrine\ORM\PersistentCollection {#2814 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2816 …} } App\Entity\Category {#2818 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2819 …} -activities: Doctrine\ORM\PersistentCollection {#2821 …} -subcategories: Doctrine\ORM\PersistentCollection {#2823 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2825 …} } App\Entity\Category {#2827 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2828 …} -activities: Doctrine\ORM\PersistentCollection {#2830 …} -subcategories: Doctrine\ORM\PersistentCollection {#2832 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2834 …} } App\Entity\Category {#2836 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2837 …} -activities: Doctrine\ORM\PersistentCollection {#2839 …} -subcategories: Doctrine\ORM\PersistentCollection {#2841 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2843 …} } App\Entity\Category {#2845 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2846 …} -activities: Doctrine\ORM\PersistentCollection {#2848 …} -subcategories: Doctrine\ORM\PersistentCollection {#2850 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2852 …} } App\Entity\Category {#2854 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2855 …} -activities: Doctrine\ORM\PersistentCollection {#2857 …} -subcategories: Doctrine\ORM\PersistentCollection {#2859 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2861 …} } App\Entity\Category {#2863 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2864 …} -activities: Doctrine\ORM\PersistentCollection {#2866 …} -subcategories: Doctrine\ORM\PersistentCollection {#2868 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2870 …} } App\Entity\Category {#2872 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2873 …} -activities: Doctrine\ORM\PersistentCollection {#2875 …} -subcategories: Doctrine\ORM\PersistentCollection {#2877 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2879 …} } App\Entity\Category {#2881 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2882 …} -activities: Doctrine\ORM\PersistentCollection {#2884 …} -subcategories: Doctrine\ORM\PersistentCollection {#2886 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2888 …} } App\Entity\Category {#2890 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2891 …} -activities: Doctrine\ORM\PersistentCollection {#2893 …} -subcategories: Doctrine\ORM\PersistentCollection {#2895 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2897 …} } App\Entity\Category {#2899 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2900 …} -activities: Doctrine\ORM\PersistentCollection {#2902 …} -subcategories: Doctrine\ORM\PersistentCollection {#2904 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2906 …} } App\Entity\Category {#2908 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2909 …} -activities: Doctrine\ORM\PersistentCollection {#2911 …} -subcategories: Doctrine\ORM\PersistentCollection {#2913 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2915 …} } App\Entity\Category {#2917 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2918 …} -activities: Doctrine\ORM\PersistentCollection {#2920 …} -subcategories: Doctrine\ORM\PersistentCollection {#2922 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2924 …} } App\Entity\Category {#2926 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2927 …} -activities: Doctrine\ORM\PersistentCollection {#2929 …} -subcategories: Doctrine\ORM\PersistentCollection {#2931 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2933 …} } App\Entity\Category {#2935 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2936 …} -activities: Doctrine\ORM\PersistentCollection {#2938 …} -subcategories: Doctrine\ORM\PersistentCollection {#2940 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2942 …} } ] |
[ App\Entity\Category {#2543 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2520 …} -activities: Doctrine\ORM\PersistentCollection {#2621 …} -subcategories: Doctrine\ORM\PersistentCollection {#2623 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2652 …} } App\Entity\Category {#2570 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2653 …} -activities: Doctrine\ORM\PersistentCollection {#2655 …} -subcategories: Doctrine\ORM\PersistentCollection {#2660 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2569 …} } App\Entity\Category {#2674 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2675 …} -activities: Doctrine\ORM\PersistentCollection {#2677 …} -subcategories: Doctrine\ORM\PersistentCollection {#2679 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2681 …} } App\Entity\Category {#2683 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2684 …} -activities: Doctrine\ORM\PersistentCollection {#2686 …} -subcategories: Doctrine\ORM\PersistentCollection {#2688 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2690 …} } App\Entity\Category {#2692 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2693 …} -activities: Doctrine\ORM\PersistentCollection {#2695 …} -subcategories: Doctrine\ORM\PersistentCollection {#2697 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2699 …} } App\Entity\Category {#2701 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2702 …} -activities: Doctrine\ORM\PersistentCollection {#2704 …} -subcategories: Doctrine\ORM\PersistentCollection {#2706 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2708 …} } App\Entity\Category {#2710 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2711 …} -activities: Doctrine\ORM\PersistentCollection {#2713 …} -subcategories: Doctrine\ORM\PersistentCollection {#2715 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2717 …} } App\Entity\Category {#2719 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2720 …} -activities: Doctrine\ORM\PersistentCollection {#2722 …} -subcategories: Doctrine\ORM\PersistentCollection {#2724 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2726 …} } App\Entity\Category {#2728 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2729 …} -activities: Doctrine\ORM\PersistentCollection {#2731 …} -subcategories: Doctrine\ORM\PersistentCollection {#2733 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2735 …} } App\Entity\Category {#2737 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2738 …} -activities: Doctrine\ORM\PersistentCollection {#2740 …} -subcategories: Doctrine\ORM\PersistentCollection {#2742 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2744 …} } App\Entity\Category {#2746 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2747 …} -activities: Doctrine\ORM\PersistentCollection {#2749 …} -subcategories: Doctrine\ORM\PersistentCollection {#2751 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2753 …} } App\Entity\Category {#2755 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2756 …} -activities: Doctrine\ORM\PersistentCollection {#2758 …} -subcategories: Doctrine\ORM\PersistentCollection {#2760 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2762 …} } App\Entity\Category {#2764 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2765 …} -activities: Doctrine\ORM\PersistentCollection {#2767 …} -subcategories: Doctrine\ORM\PersistentCollection {#2769 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2771 …} } App\Entity\Category {#2773 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2774 …} -activities: Doctrine\ORM\PersistentCollection {#2776 …} -subcategories: Doctrine\ORM\PersistentCollection {#2778 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2780 …} } App\Entity\Category {#2782 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2783 …} -activities: Doctrine\ORM\PersistentCollection {#2785 …} -subcategories: Doctrine\ORM\PersistentCollection {#2787 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2789 …} } App\Entity\Category {#2791 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2792 …} -activities: Doctrine\ORM\PersistentCollection {#2794 …} -subcategories: Doctrine\ORM\PersistentCollection {#2796 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2798 …} } App\Entity\Category {#2800 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2801 …} -activities: Doctrine\ORM\PersistentCollection {#2803 …} -subcategories: Doctrine\ORM\PersistentCollection {#2805 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2807 …} } App\Entity\Category {#2809 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2810 …} -activities: Doctrine\ORM\PersistentCollection {#2812 …} -subcategories: Doctrine\ORM\PersistentCollection {#2814 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2816 …} } App\Entity\Category {#2818 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2819 …} -activities: Doctrine\ORM\PersistentCollection {#2821 …} -subcategories: Doctrine\ORM\PersistentCollection {#2823 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2825 …} } App\Entity\Category {#2827 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2828 …} -activities: Doctrine\ORM\PersistentCollection {#2830 …} -subcategories: Doctrine\ORM\PersistentCollection {#2832 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2834 …} } App\Entity\Category {#2836 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2837 …} -activities: Doctrine\ORM\PersistentCollection {#2839 …} -subcategories: Doctrine\ORM\PersistentCollection {#2841 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2843 …} } App\Entity\Category {#2845 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2846 …} -activities: Doctrine\ORM\PersistentCollection {#2848 …} -subcategories: Doctrine\ORM\PersistentCollection {#2850 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2852 …} } App\Entity\Category {#2854 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2855 …} -activities: Doctrine\ORM\PersistentCollection {#2857 …} -subcategories: Doctrine\ORM\PersistentCollection {#2859 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2861 …} } App\Entity\Category {#2863 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2864 …} -activities: Doctrine\ORM\PersistentCollection {#2866 …} -subcategories: Doctrine\ORM\PersistentCollection {#2868 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2870 …} } App\Entity\Category {#2872 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2873 …} -activities: Doctrine\ORM\PersistentCollection {#2875 …} -subcategories: Doctrine\ORM\PersistentCollection {#2877 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2879 …} } App\Entity\Category {#2881 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2882 …} -activities: Doctrine\ORM\PersistentCollection {#2884 …} -subcategories: Doctrine\ORM\PersistentCollection {#2886 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2888 …} } App\Entity\Category {#2890 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2891 …} -activities: Doctrine\ORM\PersistentCollection {#2893 …} -subcategories: Doctrine\ORM\PersistentCollection {#2895 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2897 …} } App\Entity\Category {#2899 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2900 …} -activities: Doctrine\ORM\PersistentCollection {#2902 …} -subcategories: Doctrine\ORM\PersistentCollection {#2904 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2906 …} } App\Entity\Category {#2908 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2909 …} -activities: Doctrine\ORM\PersistentCollection {#2911 …} -subcategories: Doctrine\ORM\PersistentCollection {#2913 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2915 …} } App\Entity\Category {#2917 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2918 …} -activities: Doctrine\ORM\PersistentCollection {#2920 …} -subcategories: Doctrine\ORM\PersistentCollection {#2922 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2924 …} } App\Entity\Category {#2926 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2927 …} -activities: Doctrine\ORM\PersistentCollection {#2929 …} -subcategories: Doctrine\ORM\PersistentCollection {#2931 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2933 …} } App\Entity\Category {#2935 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2936 …} -activities: Doctrine\ORM\PersistentCollection {#2938 …} -subcategories: Doctrine\ORM\PersistentCollection {#2940 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2942 …} } ] |
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) {#2362 class: "App\Form\SearchType" this: App\Form\SearchType {#2386 …} } |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | Closure(?Category $category) {#2492 class: "App\Form\SearchType" this: App\Form\SearchType {#2386 …} } |
choices | [ App\Entity\Category {#2543 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2520 …} -activities: Doctrine\ORM\PersistentCollection {#2621 …} -subcategories: Doctrine\ORM\PersistentCollection {#2623 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2652 …} } App\Entity\Category {#2570 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2653 …} -activities: Doctrine\ORM\PersistentCollection {#2655 …} -subcategories: Doctrine\ORM\PersistentCollection {#2660 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2569 …} } App\Entity\Category {#2674 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2675 …} -activities: Doctrine\ORM\PersistentCollection {#2677 …} -subcategories: Doctrine\ORM\PersistentCollection {#2679 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2681 …} } App\Entity\Category {#2683 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2684 …} -activities: Doctrine\ORM\PersistentCollection {#2686 …} -subcategories: Doctrine\ORM\PersistentCollection {#2688 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2690 …} } App\Entity\Category {#2692 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2693 …} -activities: Doctrine\ORM\PersistentCollection {#2695 …} -subcategories: Doctrine\ORM\PersistentCollection {#2697 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2699 …} } App\Entity\Category {#2701 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2702 …} -activities: Doctrine\ORM\PersistentCollection {#2704 …} -subcategories: Doctrine\ORM\PersistentCollection {#2706 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2708 …} } App\Entity\Category {#2710 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2711 …} -activities: Doctrine\ORM\PersistentCollection {#2713 …} -subcategories: Doctrine\ORM\PersistentCollection {#2715 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2717 …} } App\Entity\Category {#2719 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2720 …} -activities: Doctrine\ORM\PersistentCollection {#2722 …} -subcategories: Doctrine\ORM\PersistentCollection {#2724 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2726 …} } App\Entity\Category {#2728 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2729 …} -activities: Doctrine\ORM\PersistentCollection {#2731 …} -subcategories: Doctrine\ORM\PersistentCollection {#2733 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2735 …} } App\Entity\Category {#2737 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2738 …} -activities: Doctrine\ORM\PersistentCollection {#2740 …} -subcategories: Doctrine\ORM\PersistentCollection {#2742 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2744 …} } App\Entity\Category {#2746 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2747 …} -activities: Doctrine\ORM\PersistentCollection {#2749 …} -subcategories: Doctrine\ORM\PersistentCollection {#2751 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2753 …} } App\Entity\Category {#2755 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2756 …} -activities: Doctrine\ORM\PersistentCollection {#2758 …} -subcategories: Doctrine\ORM\PersistentCollection {#2760 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2762 …} } App\Entity\Category {#2764 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2765 …} -activities: Doctrine\ORM\PersistentCollection {#2767 …} -subcategories: Doctrine\ORM\PersistentCollection {#2769 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2771 …} } App\Entity\Category {#2773 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2774 …} -activities: Doctrine\ORM\PersistentCollection {#2776 …} -subcategories: Doctrine\ORM\PersistentCollection {#2778 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2780 …} } App\Entity\Category {#2782 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2783 …} -activities: Doctrine\ORM\PersistentCollection {#2785 …} -subcategories: Doctrine\ORM\PersistentCollection {#2787 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2789 …} } App\Entity\Category {#2791 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2792 …} -activities: Doctrine\ORM\PersistentCollection {#2794 …} -subcategories: Doctrine\ORM\PersistentCollection {#2796 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2798 …} } App\Entity\Category {#2800 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2801 …} -activities: Doctrine\ORM\PersistentCollection {#2803 …} -subcategories: Doctrine\ORM\PersistentCollection {#2805 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2807 …} } App\Entity\Category {#2809 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2810 …} -activities: Doctrine\ORM\PersistentCollection {#2812 …} -subcategories: Doctrine\ORM\PersistentCollection {#2814 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2816 …} } App\Entity\Category {#2818 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2819 …} -activities: Doctrine\ORM\PersistentCollection {#2821 …} -subcategories: Doctrine\ORM\PersistentCollection {#2823 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2825 …} } App\Entity\Category {#2827 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2828 …} -activities: Doctrine\ORM\PersistentCollection {#2830 …} -subcategories: Doctrine\ORM\PersistentCollection {#2832 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2834 …} } App\Entity\Category {#2836 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2837 …} -activities: Doctrine\ORM\PersistentCollection {#2839 …} -subcategories: Doctrine\ORM\PersistentCollection {#2841 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2843 …} } App\Entity\Category {#2845 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2846 …} -activities: Doctrine\ORM\PersistentCollection {#2848 …} -subcategories: Doctrine\ORM\PersistentCollection {#2850 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2852 …} } App\Entity\Category {#2854 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2855 …} -activities: Doctrine\ORM\PersistentCollection {#2857 …} -subcategories: Doctrine\ORM\PersistentCollection {#2859 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2861 …} } App\Entity\Category {#2863 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2864 …} -activities: Doctrine\ORM\PersistentCollection {#2866 …} -subcategories: Doctrine\ORM\PersistentCollection {#2868 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2870 …} } App\Entity\Category {#2872 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2873 …} -activities: Doctrine\ORM\PersistentCollection {#2875 …} -subcategories: Doctrine\ORM\PersistentCollection {#2877 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2879 …} } App\Entity\Category {#2881 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2882 …} -activities: Doctrine\ORM\PersistentCollection {#2884 …} -subcategories: Doctrine\ORM\PersistentCollection {#2886 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2888 …} } App\Entity\Category {#2890 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2891 …} -activities: Doctrine\ORM\PersistentCollection {#2893 …} -subcategories: Doctrine\ORM\PersistentCollection {#2895 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2897 …} } App\Entity\Category {#2899 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2900 …} -activities: Doctrine\ORM\PersistentCollection {#2902 …} -subcategories: Doctrine\ORM\PersistentCollection {#2904 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2906 …} } App\Entity\Category {#2908 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2909 …} -activities: Doctrine\ORM\PersistentCollection {#2911 …} -subcategories: Doctrine\ORM\PersistentCollection {#2913 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2915 …} } App\Entity\Category {#2917 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2918 …} -activities: Doctrine\ORM\PersistentCollection {#2920 …} -subcategories: Doctrine\ORM\PersistentCollection {#2922 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2924 …} } App\Entity\Category {#2926 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2927 …} -activities: Doctrine\ORM\PersistentCollection {#2929 …} -subcategories: Doctrine\ORM\PersistentCollection {#2931 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2933 …} } App\Entity\Category {#2935 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2936 …} -activities: Doctrine\ORM\PersistentCollection {#2938 …} -subcategories: Doctrine\ORM\PersistentCollection {#2940 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2942 …} } ] |
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() {#2966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2963 …} } } |
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 {#3044 +label: "swimming" +value: "swimming" +data: App\Entity\Category {#2543 -id: 1 -name: "swimming" -slug: "swimming" -colorCode: "#F7EA00" -nameAr: "السباحة" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2520 …} -activities: Doctrine\ORM\PersistentCollection {#2621 …} -subcategories: Doctrine\ORM\PersistentCollection {#2623 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2652 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3030 +label: "running" +value: "running" +data: App\Entity\Category {#2570 -id: 2 -name: "running" -slug: "running" -colorCode: "#F7EA00" -nameAr: "الجري" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2653 …} -activities: Doctrine\ORM\PersistentCollection {#2655 …} -subcategories: Doctrine\ORM\PersistentCollection {#2660 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2569 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +label: "walking & trekking" +value: "walking_trekking" +data: App\Entity\Category {#2674 -id: 3 -name: "walking & trekking" -slug: "walking_trekking" -colorCode: "#BFBFBF" -nameAr: "المشي والتسلق" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2675 …} -activities: Doctrine\ORM\PersistentCollection {#2677 …} -subcategories: Doctrine\ORM\PersistentCollection {#2679 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2681 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +label: "cycling" +value: "cycling" +data: App\Entity\Category {#2683 -id: 4 -name: "cycling" -slug: "cycling" -colorCode: "#34D1BF" -nameAr: "ركوب الدراجة" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2684 …} -activities: Doctrine\ORM\PersistentCollection {#2686 …} -subcategories: Doctrine\ORM\PersistentCollection {#2688 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2690 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "swimming -> aquathon" +value: "aquathon" +data: App\Entity\Category {#2692 -id: 5 -name: "aquathon" -slug: "aquathon" -colorCode: "#F7EA00" -nameAr: "الأكواثلون" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2693 …} -activities: Doctrine\ORM\PersistentCollection {#2695 …} -subcategories: Doctrine\ORM\PersistentCollection {#2697 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2699 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "running -> obstacle race" +value: "obstacle_race" +data: App\Entity\Category {#2701 -id: 6 -name: "obstacle race" -slug: "obstacle_race" -colorCode: "#F7EA00" -nameAr: "سباق العقبات" -order: 9 -organizers: Doctrine\ORM\PersistentCollection {#2702 …} -activities: Doctrine\ORM\PersistentCollection {#2704 …} -subcategories: Doctrine\ORM\PersistentCollection {#2706 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2708 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "triathlon" +value: "triathlon" +data: App\Entity\Category {#2710 -id: 7 -name: "triathlon" -slug: "triathlon" -colorCode: "#1D45E2;color:#FFFFFF" -nameAr: "الثلاثيات" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2711 …} -activities: Doctrine\ORM\PersistentCollection {#2713 …} -subcategories: Doctrine\ORM\PersistentCollection {#2715 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2717 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "running -> half marathon" +value: "half_marathon" +data: App\Entity\Category {#2719 -id: 8 -name: "half marathon" -slug: "half_marathon" -colorCode: "#F7EA00" -nameAr: "نصف ماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2720 …} -activities: Doctrine\ORM\PersistentCollection {#2722 …} -subcategories: Doctrine\ORM\PersistentCollection {#2724 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2726 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "paddling" +value: "paddling" +data: App\Entity\Category {#2728 -id: 9 -name: "paddling" -slug: "paddling" -colorCode: "#F7EA00" -nameAr: "التجديف" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2729 …} -activities: Doctrine\ORM\PersistentCollection {#2731 …} -subcategories: Doctrine\ORM\PersistentCollection {#2733 …} -parentCategory: null -searchLogs: Doctrine\ORM\PersistentCollection {#2735 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "running -> 10km run" +value: "10km_run" +data: App\Entity\Category {#2737 -id: 10 -name: "10km run" -slug: "10km_run" -colorCode: "#F7EA00" -nameAr: "سباق 10 كيلومتر" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2738 …} -activities: Doctrine\ORM\PersistentCollection {#2740 …} -subcategories: Doctrine\ORM\PersistentCollection {#2742 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2744 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "running -> 5km run" +value: "5km_run" +data: App\Entity\Category {#2746 -id: 11 -name: "5km run" -slug: "5km_run" -colorCode: "#F7EA00" -nameAr: "سباق 5 كيلومتر" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2747 …} -activities: Doctrine\ORM\PersistentCollection {#2749 …} -subcategories: Doctrine\ORM\PersistentCollection {#2751 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2753 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "running -> fun run" +value: "fun_run" +data: App\Entity\Category {#2755 -id: 12 -name: "fun run" -slug: "fun_run" -colorCode: "#F7EA00" -nameAr: "سباق ترفيهي" -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2756 …} -activities: Doctrine\ORM\PersistentCollection {#2758 …} -subcategories: Doctrine\ORM\PersistentCollection {#2760 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2762 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3191 +label: "running -> marathon" +value: "marathon" +data: App\Entity\Category {#2764 -id: 13 -name: "marathon" -slug: "marathon" -colorCode: "#F7EA00" -nameAr: "ماراثون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2765 …} -activities: Doctrine\ORM\PersistentCollection {#2767 …} -subcategories: Doctrine\ORM\PersistentCollection {#2769 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2771 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "running -> children's run" +value: "childrens_run" +data: App\Entity\Category {#2773 -id: 14 -name: "children's run" -slug: "childrens_run" -colorCode: "#F7EA00" -nameAr: "سباق الأطفال" -order: 6 -organizers: Doctrine\ORM\PersistentCollection {#2774 …} -activities: Doctrine\ORM\PersistentCollection {#2776 …} -subcategories: Doctrine\ORM\PersistentCollection {#2778 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2780 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "cycling -> duathlon" +value: "duathlon" +data: App\Entity\Category {#2782 -id: 15 -name: "duathlon" -slug: "duathlon" -colorCode: "#F7EA00" -nameAr: "الدواثلون" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2783 …} -activities: Doctrine\ORM\PersistentCollection {#2785 …} -subcategories: Doctrine\ORM\PersistentCollection {#2787 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2789 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "running -> trail run" +value: "trail_run" +data: App\Entity\Category {#2791 -id: 16 -name: "trail run" -slug: "trail_run" -colorCode: "#F7EA00" -nameAr: "في المسارات الوعرة" -order: 8 -organizers: Doctrine\ORM\PersistentCollection {#2792 …} -activities: Doctrine\ORM\PersistentCollection {#2794 …} -subcategories: Doctrine\ORM\PersistentCollection {#2796 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2798 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "running -> ultramarathon" +value: "ultramarathon" +data: App\Entity\Category {#2800 -id: 17 -name: "ultramarathon" -slug: "ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي الكبير/ التحدي فوق الماراثون" -order: 7 -organizers: Doctrine\ORM\PersistentCollection {#2801 …} -activities: Doctrine\ORM\PersistentCollection {#2803 …} -subcategories: Doctrine\ORM\PersistentCollection {#2805 …} -parentCategory: App\Entity\Category {#2570} -searchLogs: Doctrine\ORM\PersistentCollection {#2807 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "cycling -> mountain biking" +value: "mountain_biking" +data: App\Entity\Category {#2809 -id: 25 -name: "mountain biking" -slug: "mountain_biking" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجات الجبلية" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2810 …} -activities: Doctrine\ORM\PersistentCollection {#2812 …} -subcategories: Doctrine\ORM\PersistentCollection {#2814 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2816 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "cycling -> road cycling" +value: "road_cycling" +data: App\Entity\Category {#2818 -id: 26 -name: "road cycling" -slug: "road_cycling" -colorCode: "#F7EA00" -nameAr: "ركوب الدراجة على الطرقات" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2819 …} -activities: Doctrine\ORM\PersistentCollection {#2821 …} -subcategories: Doctrine\ORM\PersistentCollection {#2823 …} -parentCategory: App\Entity\Category {#2683} -searchLogs: Doctrine\ORM\PersistentCollection {#2825 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "triathlon -> super sprint" +value: "super_sprint" +data: App\Entity\Category {#2827 -id: 27 -name: "super sprint" -slug: "super_sprint" -colorCode: "#F7EA00" -nameAr: "سوبر سبرينت" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2828 …} -activities: Doctrine\ORM\PersistentCollection {#2830 …} -subcategories: Doctrine\ORM\PersistentCollection {#2832 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2834 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +label: "triathlon -> sprint" +value: "sprint" +data: App\Entity\Category {#2836 -id: 28 -name: "sprint" -slug: "sprint" -colorCode: "#F7EA00" -nameAr: "سبرينت" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2837 …} -activities: Doctrine\ORM\PersistentCollection {#2839 …} -subcategories: Doctrine\ORM\PersistentCollection {#2841 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2843 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "triathlon -> half ironman" +value: "half_ironman" +data: App\Entity\Category {#2845 -id: 29 -name: "half ironman" -slug: "half_ironman" -colorCode: "#F7EA00" -nameAr: "نصف آيرون مان" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2846 …} -activities: Doctrine\ORM\PersistentCollection {#2848 …} -subcategories: Doctrine\ORM\PersistentCollection {#2850 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2852 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "triathlon -> ironman" +value: "ironman" +data: App\Entity\Category {#2854 -id: 30 -name: "ironman" -slug: "ironman" -colorCode: "#F7EA00" -nameAr: "آيرون مان" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2855 …} -activities: Doctrine\ORM\PersistentCollection {#2857 …} -subcategories: Doctrine\ORM\PersistentCollection {#2859 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2861 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "triathlon -> olympic" +value: "olympic" +data: App\Entity\Category {#2863 -id: 31 -name: "olympic" -slug: "olympic" -colorCode: "#F7EA00" -nameAr: "أولمبي " -order: 5 -organizers: Doctrine\ORM\PersistentCollection {#2864 …} -activities: Doctrine\ORM\PersistentCollection {#2866 …} -subcategories: Doctrine\ORM\PersistentCollection {#2868 …} -parentCategory: App\Entity\Category {#2710} -searchLogs: Doctrine\ORM\PersistentCollection {#2870 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "swimming -> open water" +value: "open_water" +data: App\Entity\Category {#2872 -id: 32 -name: "open water" -slug: "open_water" -colorCode: "#F7EA00" -nameAr: "المياه المفتوحة" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2873 …} -activities: Doctrine\ORM\PersistentCollection {#2875 …} -subcategories: Doctrine\ORM\PersistentCollection {#2877 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2879 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "swimming -> swimrun" +value: "swimrun" +data: App\Entity\Category {#2881 -id: 33 -name: "swimrun" -slug: "swimrun" -colorCode: "#F7EA00" -nameAr: "السباحة والجري" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2882 …} -activities: Doctrine\ORM\PersistentCollection {#2884 …} -subcategories: Doctrine\ORM\PersistentCollection {#2886 …} -parentCategory: App\Entity\Category {#2543} -searchLogs: Doctrine\ORM\PersistentCollection {#2888 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "paddling -> kayaking" +value: "kayaking" +data: App\Entity\Category {#2890 -id: 34 -name: "kayaking" -slug: "kayaking" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الصغيرة (كاياك)" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2891 …} -activities: Doctrine\ORM\PersistentCollection {#2893 …} -subcategories: Doctrine\ORM\PersistentCollection {#2895 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2897 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +label: "paddling -> canoeing" +value: "canoeing" +data: App\Entity\Category {#2899 -id: 35 -name: "canoeing" -slug: "canoeing" -colorCode: "#F7EA00" -nameAr: "ركوب القوارب الكنو (كانوي)" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2900 …} -activities: Doctrine\ORM\PersistentCollection {#2902 …} -subcategories: Doctrine\ORM\PersistentCollection {#2904 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2906 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "paddling -> stand-up" +value: "stand-up" +data: App\Entity\Category {#2908 -id: 36 -name: "stand-up" -slug: "stand-up" -colorCode: "#F7EA00" -nameAr: "الوقوف على اللوح (مثل ركوب الأمواج بالتزلج على الأمواج)" -order: 3 -organizers: Doctrine\ORM\PersistentCollection {#2909 …} -activities: Doctrine\ORM\PersistentCollection {#2911 …} -subcategories: Doctrine\ORM\PersistentCollection {#2913 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2915 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +label: "paddling -> ultramarathon" +value: "paddling_ultramarathon" +data: App\Entity\Category {#2917 -id: 37 -name: "ultramarathon" -slug: "paddling_ultramarathon" -colorCode: "#F7EA00" -nameAr: "التحدي فوق الماراثون" -order: 4 -organizers: Doctrine\ORM\PersistentCollection {#2918 …} -activities: Doctrine\ORM\PersistentCollection {#2920 …} -subcategories: Doctrine\ORM\PersistentCollection {#2922 …} -parentCategory: App\Entity\Category {#2728} -searchLogs: Doctrine\ORM\PersistentCollection {#2924 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "walking & trekking -> walking" +value: "walking" +data: App\Entity\Category {#2926 -id: 38 -name: "walking" -slug: "walking" -colorCode: "#F7EA00" -nameAr: "المشي" -order: 1 -organizers: Doctrine\ORM\PersistentCollection {#2927 …} -activities: Doctrine\ORM\PersistentCollection {#2929 …} -subcategories: Doctrine\ORM\PersistentCollection {#2931 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2933 …} } +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "walking & trekking -> trekking" +value: "trekking" +data: App\Entity\Category {#2935 -id: 39 -name: "trekking" -slug: "trekking" -colorCode: "#F7EA00" -nameAr: "التسلق" -order: 2 -organizers: Doctrine\ORM\PersistentCollection {#2936 …} -activities: Doctrine\ORM\PersistentCollection {#2938 …} -subcategories: Doctrine\ORM\PersistentCollection {#2940 …} -parentCategory: App\Entity\Category {#2674} -searchLogs: Doctrine\ORM\PersistentCollection {#2942 …} } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3064 -form: Symfony\Component\Form\Form {#3121 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3055 …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) {#3221 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2951 …} } |
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() {#2990 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#2987 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
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 {#3219 -form: Symfony\Component\Form\Form {#3124 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3220 …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() {#3001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3002 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
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 {#3222 -form: Symfony\Component\Form\Form {#3127 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3223 …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) {#3009 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3010 …} } } |
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 {#3224 -form: Symfony\Component\Form\Form {#3130 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3225 …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) {#3018 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3020 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3019 …} } } |
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 {#3226 -form: Symfony\Component\Form\Form {#3133 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3227 …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) {#3027 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3028 …} } } |
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 {#3228 -form: Symfony\Component\Form\Form {#3136 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3229 …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) {#3036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3043 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3037 …} } } |
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 {#3230 -form: Symfony\Component\Form\Form {#3139 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3231 …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) {#3052 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3053 …} } } |
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 {#3232 -form: Symfony\Component\Form\Form {#3142 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3233 …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) {#3061 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3062 …} } } |
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 {#3234 -form: Symfony\Component\Form\Form {#3145 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3235 …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) {#3070 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3072 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3071 …} } } |
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 {#3236 -form: Symfony\Component\Form\Form {#3148 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3237 …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) {#3080 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3082 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3081 …} } } |
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 {#3238 -form: Symfony\Component\Form\Form {#3151 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3239 …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) {#3089 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3091 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3090 …} } } |
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 {#3240 -form: Symfony\Component\Form\Form {#3154 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3241 …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) {#3098 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3099 …} } } |
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 {#3242 -form: Symfony\Component\Form\Form {#3157 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3243 …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) {#3107 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1842 …} } |
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() {#3109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1994 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#693 …} $translationDomain: "validators" $message: Closure() {#3108 …} } } |
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 {#3244 -form: Symfony\Component\Form\Form {#3160 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3245 …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 | "" |