Forms
-
user_filter
-
id
-
status
-
name
-
submit
-
clearFilters
-
provider
-
_token
-
user_filter
Form type:
"App\Form\Filter\UserFilterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Filter\ProviderUserFilter {#5037 -startDate: null -endDate: null -status: null -name: null -id: null -systemRole: null -warehouse: null -provider: null +"status": 5 } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/_ssfilters/provider_user/app_provider_user_index" |
same as passed value |
| data | App\Entity\Filter\ProviderUserFilter {#5037 -startDate: null -endDate: null -status: null -name: null -id: null -systemRole: null -warehouse: null -provider: null +"status": 5 } |
same as passed value |
| provider_users_mode | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/_ssfilters/provider_user/app_provider_user_index" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data | App\Entity\Filter\ProviderUserFilter {#5037 -startDate: null -endDate: null -status: null -name: null -id: null -systemRole: null -warehouse: null -provider: null +"status": 5 } |
| data_class | "App\Entity\Filter\UserFilter" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5120 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Filter\UserFilter" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| provider_users_mode | true |
| required | true |
| row_attr | [ "class" => "mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1387 …} $message: Closure() {#5121 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/_ssfilters/provider_user/app_provider_user_index" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user_filter" "_user_filter" ] |
| cache_key | "_user_filter_user_filter" |
| compound | true |
| data | App\Entity\Filter\ProviderUserFilter {#5037 -startDate: null -endDate: null -status: null -name: null -id: null -systemRole: null -warehouse: null -provider: null +"status": 5 } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5248 -form: Symfony\Component\Form\Form {#5261 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5123 …5} |
| full_name | "user_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_filter" |
| label | null |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user_filter" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_filter" |
| valid | true |
| value | App\Entity\Filter\ProviderUserFilter {#5037 -startDate: null -endDate: null -status: null -name: null -id: null -systemRole: null -warehouse: null -provider: null +"status": 5 } |
id
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [ "class" => "form-control" "placeholder" => "Buscar por ID" ] |
[ "class" => "form-control form-control" "placeholder" => "Buscar por ID" ] |
| label | "ID" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control form-control" "placeholder" => "Buscar por ID" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5141 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "ID" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5143 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1387 …} $message: Closure() {#5142 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-control" "placeholder" => "Buscar por ID" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_filter_id" ] |
| cache_key | "_user_filter_id_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5175 -form: Symfony\Component\Form\Form {#5259 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5189 …5} |
| full_name | "user_filter[id]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_filter_id" |
| label | "ID" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "id" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_filter_id" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
status
Form type:
"App\Form\StatusFilterField"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control form-choice-type form-choice-select form-choice-select-single" ] |
| empty_data | "5" |
same as passed value |
| include_no_approved | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control form-choice-type form-choice-select form-choice-select-single" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Activos y sin aprobar" => 5 "Activos" => 1 "Sin aprobar" => 4 "Inactivos" => 2 "Todos" => 3 ] |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "5" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| include_no_approved | true |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Estatus" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5174 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1387 …} $message: Closure() {#5173 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control form-choice-type form-choice-select form-choice-select-single" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "status_filter_field" "_user_filter_status" ] |
| cache_key | "_user_filter_status_status_filter_field" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5296 +label: "Activos y sin aprobar" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5280 +label: "Activos" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5293 +label: "Sin aprobar" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5287 +label: "Inactivos" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5292 +label: "Todos" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#5144 -form: Symfony\Component\Form\Form {#5256 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5295 …5} |
| full_name | "user_filter[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_filter_status" |
| is_selected | Closure($choice, $value) {#5313 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Estatus" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "status" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_filter_status" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [ "class" => "" "placeholder" => "Buscar por nombre" ] |
[ "class" => " form-control" "placeholder" => "Buscar por nombre" ] |
| label | "Nombre" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => " form-control" "placeholder" => "Buscar por nombre" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nombre" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5188 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1387 …} $message: Closure() {#5187 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => " form-control" "placeholder" => "Buscar por nombre" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_filter_name" ] |
| cache_key | "_user_filter_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5314 -form: Symfony\Component\Form\Form {#5252 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5311 …5} |
| full_name | "user_filter[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_filter_name" |
| label | "Nombre" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_filter_name" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-primary" ] |
[ "class" => "btn btn-primary" ] |
| label | "<i class="ri-search-line"></i><span class="btn-text">Filtrar</span>" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "<i class="ri-search-line"></i><span class="btn-text">Filtrar</span>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-primary" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_user_filter_submit" ] |
| cache_key | "_user_filter_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#5309 …5} |
| full_name | "user_filter[submit]" |
| id | "user_filter_submit" |
| label | "<i class="ri-search-line"></i><span class="btn-text">Filtrar</span>" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_user_filter_submit" |
| value | null |
clearFilters
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn btn-info" ] |
[ "class" => "btn btn-info" ] |
| label | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn btn-info" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | false |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn btn-info" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_user_filter_clearFilters" ] |
| cache_key | "_user_filter_clearFilters_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#5310 …5} |
| full_name | "user_filter[clearFilters]" |
| id | "user_filter_clearFilters" |
| label | false |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "clearFilters" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_user_filter_clearFilters" |
| value | null |
provider
Form type:
"App\Form\Provider\ProviderAutocompleteField"
Errors
This form has no errors.
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 | "Proveedor" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form- form-choice-type form-choice-select form-choice-select-single" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | true |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#5225 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#5226 …} } |
| choice_loader | Symfony\UX\Autocomplete\Form\ChoiceList\Loader\ExtraLazyChoiceLoader {#5235 -choiceList: Symfony\Component\Form\ChoiceList\ArrayChoiceList {#5315 …} -decorated: Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#5298 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#5245 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#5247 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#5253 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#5275 …} } |
| choices | null |
| class | "App\Entity\Provider\Provider" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Container6YxFaci\EntityManagerGhostEbeb667 {#571 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| filter_query | null |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#5272 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container6YxFaci\EntityManagerGhostEbeb667 {#571 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1455 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Proveedor" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "-- Selecciona Proveedor --" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#5240 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#5237 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#5238 #from: "App\Entity\Provider\Provider" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#5241 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "p.status = true" "p.providerStatus = :providerStatus" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#5242 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "p.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#2569 …} -dql: "SELECT p FROM App\Entity\Provider\Provider p WHERE p.status = true AND p.providerStatus = :providerStatus ORDER BY p.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#5236 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: Container6YxFaci\EntityManagerGhostEbeb667 {#571 …12} } |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| searchable_fields | null |
| security | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#5234 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1387 …} $message: Closure() {#5232 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form- form-choice-type form-choice-select form-choice-select-single" "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-url-value" => "/autocomplete/provider_autocomplete_field" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Loading more results..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "No results found" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "No more results" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Add %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "ux_entity_autocomplete" "provider_autocomplete_field" "_user_filter_provider" ] |
| cache_key | "_user_filter_provider_provider_autocomplete_field" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#5316 -form: Symfony\Component\Form\Form {#5274 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#5308 …5} |
| full_name | "user_filter[provider]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_filter_provider" |
| is_selected | Closure($choice, $value) {#5318 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Proveedor" |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "provider" |
| placeholder | "-- Selecciona Proveedor --" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_filter_provider" |
| uses_autocomplete | true |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "22061315b766ac76.Lzr98Sm-Zf6zW1PUqEp7oaaXjW1Yf38LAgUn4u4wtWU.RW7En22TU7rqGB-c5RgI6srx-SYINDNOcWFVsN9J3C8dT5iXUIg3lOwaZw" |
| 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 | "22061315b766ac76.Lzr98Sm-Zf6zW1PUqEp7oaaXjW1Yf38LAgUn4u4wtWU.RW7En22TU7rqGB-c5RgI6srx-SYINDNOcWFVsN9J3C8dT5iXUIg3lOwaZw" |
same as passed value |
| mapped | false |
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 | "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 {#601 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#600 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#599 …} -namespace: Closure() {#597 …} } |
| data | "22061315b766ac76.Lzr98Sm-Zf6zW1PUqEp7oaaXjW1Yf38LAgUn4u4wtWU.RW7En22TU7rqGB-c5RgI6srx-SYINDNOcWFVsN9J3C8dT5iXUIg3lOwaZw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5358 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1387 …} $message: Closure() {#5357 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user_filter__token" ] |
| cache_key | "_user_filter__token_hidden" |
| compound | false |
| data | "22061315b766ac76.Lzr98Sm-Zf6zW1PUqEp7oaaXjW1Yf38LAgUn4u4wtWU.RW7En22TU7rqGB-c5RgI6srx-SYINDNOcWFVsN9J3C8dT5iXUIg3lOwaZw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5343 -form: Symfony\Component\Form\Form {#5348 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5355 …5} |
| full_name | "user_filter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_filter__token" |
| label | null |
| label_attr | [ "class" => "form-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_filter__token" |
| valid | true |
| value | "22061315b766ac76.Lzr98Sm-Zf6zW1PUqEp7oaaXjW1Yf38LAgUn4u4wtWU.RW7En22TU7rqGB-c5RgI6srx-SYINDNOcWFVsN9J3C8dT5iXUIg3lOwaZw" |