Forms
-
lead
-
email
-
phone
-
description
-
manufacturer
-
autocomplete
-
-
productModel
-
autocomplete
-
-
_token
-
lead
Form type:
"App\Form\LeadType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Lead {#1052 -id: null -manufacturer: null -productModel: null -email: null -phone: null -description: null -createdAt: null -updatedAt: null -city: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/new-lead-type" |
same as passed value |
| data | App\Entity\Lead {#1052 -id: null -manufacturer: null -productModel: null -email: null -phone: null -description: null -createdAt: null -updatedAt: null -city: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/new-lead-type" |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data | App\Entity\Lead {#1052 -id: null -manufacturer: null -productModel: null -email: null -phone: null -description: null -createdAt: null -updatedAt: null -city: null } |
| data_class | "App\Entity\Lead" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1127 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Lead" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1129 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1128 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/new-lead-type" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "lead" "_lead" ] |
| cache_key | "_lead_lead" |
| compound | true |
| data | App\Entity\Lead {#1052 -id: null -manufacturer: null -productModel: null -email: null -phone: null -description: null -createdAt: null -updatedAt: null -city: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1255 -errors: [] -form: Symfony\Component\Form\Form {#1262 …} } |
| form | Symfony\Component\Form\FormView {#1130 …5} |
| full_name | "lead" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lead" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead" |
| valid | true |
| value | App\Entity\Lead {#1052 -id: null -manufacturer: null -productModel: null -email: null -phone: null -description: null -createdAt: null -updatedAt: null -city: null } |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "placeholder" => "E-mail..." ] |
[ "placeholder" => "E-mail..." ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1135 +payload: null +groups: ? ?array +maxMessage: "Adres e-mail nie powininen być dłuższy niż {{ limit }} znaków" +minMessage: "Adres e-mail nie powininen być krótszy niż {{ limit }} znaków" +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: 64 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Email {#1136 +payload: null +groups: ? ?array +message: "Podany e-mail "{{ value }}" jest nieprawidłowy." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1137 +payload: null +groups: ? ?array +message: "Prosimy o podanie adresu e-mail" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1135 +payload: null +groups: ? ?array +maxMessage: "Adres e-mail nie powininen być dłuższy niż {{ limit }} znaków" +minMessage: "Adres e-mail nie powininen być krótszy niż {{ limit }} znaków" +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: 64 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Email {#1136 +payload: null +groups: ? ?array +message: "Podany e-mail "{{ value }}" jest nieprawidłowy." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1137 +payload: null +groups: ? ?array +message: "Prosimy o podanie adresu e-mail" +allowNull: false +normalizer: null } ] |
| label | "Adres e-mail" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "E-mail..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1135 +payload: null +groups: ? ?array +maxMessage: "Adres e-mail nie powininen być dłuższy niż {{ limit }} znaków" +minMessage: "Adres e-mail nie powininen być krótszy niż {{ limit }} znaków" +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: 64 +min: 6 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Email {#1136 +payload: null +groups: ? ?array +message: "Podany e-mail "{{ value }}" jest nieprawidłowy." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\NotBlank {#1137 +payload: null +groups: ? ?array +message: "Prosimy o podanie adresu e-mail" +allowNull: false +normalizer: null } ] |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1154 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Adres e-mail" |
| label_attr | [] |
| 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 | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1156 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1155 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-mail..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_lead_email" ] |
| cache_key | "_lead_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1220 -errors: [] -form: Symfony\Component\Form\Form {#1265 …} } |
| form | Symfony\Component\Form\FormView {#1157 …5} |
| full_name | "lead[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_email" |
| label | "Adres e-mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
phone
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 | [ "maxlength" => 16 "placeholder" => "Telefon..." ] |
[ "maxlength" => 16 "placeholder" => "Telefon..." ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1138 +payload: null +groups: ? ?array +maxMessage: "Telefon nie powininen być dłuższy niż {{ limit }} znaków" +minMessage: "Telefon nie powininen być krótszy niż {{ limit }} znaków" +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: 12 +min: 9 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#1139 +payload: null +groups: ? ?array +message: "Prosimy o podanie numeru telefonu" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#1138 +payload: null +groups: ? ?array +maxMessage: "Telefon nie powininen być dłuższy niż {{ limit }} znaków" +minMessage: "Telefon nie powininen być krótszy niż {{ limit }} znaków" +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: 12 +min: 9 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#1139 +payload: null +groups: ? ?array +message: "Prosimy o podanie numeru telefonu" +allowNull: false +normalizer: null } ] |
| label | "Telefon kontaktowy" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "maxlength" => 16 "placeholder" => "Telefon..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1138 +payload: null +groups: ? ?array +maxMessage: "Telefon nie powininen być dłuższy niż {{ limit }} znaków" +minMessage: "Telefon nie powininen być krótszy niż {{ limit }} znaków" +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: 12 +min: 9 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\NotBlank {#1139 +payload: null +groups: ? ?array +message: "Prosimy o podanie numeru telefonu" +allowNull: false +normalizer: null } ] |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1166 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 | "Telefon kontaktowy" |
| label_attr | [] |
| 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 | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1189 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1212 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 16 "placeholder" => "Telefon..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_lead_phone" ] |
| cache_key | "_lead_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1281 -errors: [] -form: Symfony\Component\Form\Form {#1268 …} } |
| form | Symfony\Component\Form\FormView {#1283 …5} |
| full_name | "lead[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_phone" |
| label | "Telefon kontaktowy" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_phone" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
description
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 | [ "placeholder" => "Szczegóły co należy wykonać..." ] |
[ "placeholder" => "Szczegóły co należy wykonać..." ] |
| label | "Szczegóły" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Szczegóły co należy wykonać..." ] |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1217 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 | "Szczegóły" |
| label_attr | [] |
| 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 | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1218 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Szczegóły co należy wykonać..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_lead_description" ] |
| cache_key | "_lead_description_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1284 -errors: [] -form: Symfony\Component\Form\Form {#1271 …} } |
| form | Symfony\Component\Form\FormView {#1285 …5} |
| full_name | "lead[description]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_description" |
| label | "Szczegóły" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "description" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_description" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
manufacturer
Form type:
"App\Form\ManufacturerAutocompleteField"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1140 +payload: null +groups: ? ?array +message: "Prosimy o wybranie producenta urządzenia" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1140 +payload: null +groups: ? ?array +message: "Prosimy o wybranie producenta urządzenia" +allowNull: false +normalizer: null } ] |
| label | "Producent" |
same as passed value |
| placeholder | "Producent..." |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "custom-autocomplete-manufacturer" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| class | "App\Entity\Manufacturer" |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1140 +payload: null +groups: ? ?array +message: "Prosimy o wybranie producenta urządzenia" +allowNull: false +normalizer: 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_query | null |
| 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 | "Producent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| multiple | false |
| no_more_results_text | "Brak kolejnych wyników" |
| no_results_found_text | "Brak wyników" |
| placeholder | "Producent..." |
| 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 | [] |
| searchable_fields | [ "name" "title" "description" ] |
| security | false |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1237 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "custom-autocomplete-manufacturer" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ux_entity_autocomplete" "manufacturer_autocomplete_field" "_lead_manufacturer" ] |
| cache_key | "_lead_manufacturer_manufacturer_autocomplete_field" |
| compound | false |
| compound_data | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1286 -errors: [] -form: Symfony\Component\Form\Form {#1274 …} } |
| form | Symfony\Component\Form\FormView {#1366 …5} |
| full_name | "lead[manufacturer]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_manufacturer" |
| label | "Producent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "manufacturer" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_manufacturer" |
| valid | true |
| value | null |
autocomplete
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "data-controller" => "custom-autocomplete-manufacturer" ] |
[ "data-controller" => "custom-autocomplete-manufacturer" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| autocomplete | true |
same as passed value |
| autocomplete_url | "/autocomplete/manufacturer_autocomplete_field" |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| choices | [] |
same as passed value |
| class | "App\Entity\Manufacturer" |
same as passed value |
| compound | false |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1140 +payload: null +groups: ? ?array +message: "Prosimy o wybranie producenta urządzenia" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1140 +payload: null +groups: ? ?array +message: "Prosimy o wybranie producenta urządzenia" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#1236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "Producent" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| max_results | 10 |
same as passed value |
| method | "POST" |
same as passed value |
| multiple | false |
same as passed value |
| no_more_results_text | "Brak kolejnych wyników" |
same as passed value |
| no_results_found_text | "Brak wyników" |
same as passed value |
| placeholder | "Producent..." |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1237 …} $translationDomain: "validators" } } |
Closure() {#1331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1237 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "data-controller" => "custom-autocomplete-manufacturer" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| autocomplete | true |
| autocomplete_url | "/autocomplete/manufacturer_autocomplete_field" |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1329 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1330 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1355 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1337 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1352 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1342 …} } |
| choices | [] |
| class | "App\Entity\Manufacturer" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1140 +payload: null +groups: ? ?array +message: "Prosimy o wybranie producenta urządzenia" +allowNull: false +normalizer: null } ] |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerJgLocu6\EntityManagerGhost614a58f {#380 …12} |
| empty_data | Closure(FormInterface $form) {#1236 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1333 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerJgLocu6\EntityManagerGhost614a58f {#380 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1336 …} } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Producent" |
| label_attr | [] |
| 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 | "Brak kolejnych wyników" |
| no_results_found_text | "Brak wyników" |
| options_as_html | false |
| placeholder | "Producent..." |
| 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 | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1237 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "custom-autocomplete-manufacturer symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-url-value" => "/autocomplete/manufacturer_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" => "Brak wyników" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "Brak kolejnych wyników" "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_inner" "_lead_manufacturer_autocomplete" ] |
| cache_key | "_lead_manufacturer_autocomplete_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1405 -errors: [] -form: Symfony\Component\Form\Form {#1358 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1404 …5} |
| full_name | "lead[manufacturer][autocomplete]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_manufacturer_autocomplete" |
| is_selected | Closure($choice, $value) {#1409 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Producent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "autocomplete" |
| placeholder | "Producent..." |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_manufacturer_autocomplete" |
| uses_autocomplete | true |
| valid | true |
| value | "" |
productModel
Form type:
"App\Form\ProductModelAutocompleteField"
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 |
|---|---|---|
| label | "Urządzenie" |
same as passed value |
| placeholder | "Urządzenie..." |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "custom-autocomplete-productModel" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| class | "App\Entity\ProductModel" |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_query | null |
| 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 | "Urządzenie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| multiple | false |
| no_more_results_text | "Brak kolejnych wyników" |
| no_results_found_text | "Brak wyników" |
| placeholder | "Urządzenie..." |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| query_builder | Closure(ProductModelRepository $repository) {#1250 class: "App\Form\ProductModelAutocompleteField" this: App\Form\ProductModelAutocompleteField {#1246 …} use: { $manufacturerId: null } } |
| required | true |
| row_attr | [] |
| searchable_fields | [ "name" "title" "description" ] |
| security | false |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1251 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "custom-autocomplete-productModel" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ux_entity_autocomplete" "product_model_autocomplete_field" "_lead_productModel" ] |
| cache_key | "_lead_productModel_product_model_autocomplete_field" |
| compound | false |
| compound_data | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1402 -errors: [] -form: Symfony\Component\Form\Form {#1277 …} } |
| form | Symfony\Component\Form\FormView {#1403 …5} |
| full_name | "lead[productModel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_productModel" |
| label | "Urządzenie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "productModel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_productModel" |
| valid | true |
| value | null |
autocomplete
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
same as passed value |
| allow_file_upload | false |
same as passed value |
| attr | [ "data-controller" => "custom-autocomplete-productModel" ] |
[ "data-controller" => "custom-autocomplete-productModel" ] |
| attr_translation_parameters | [] |
same as passed value |
| auto_initialize | false |
same as passed value |
| autocomplete | true |
same as passed value |
| autocomplete_url | "/autocomplete/product_model_autocomplete_field" |
same as passed value |
| block_name | null |
same as passed value |
| block_prefix | null |
same as passed value |
| by_reference | true |
same as passed value |
| choices | [] |
same as passed value |
| class | "App\Entity\ProductModel" |
same as passed value |
| compound | false |
same as passed value |
| constraints | [] |
same as passed value |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
same as passed value |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
same as passed value |
| data_class | null |
same as passed value |
| disabled | false |
same as passed value |
| empty_data | Closure(FormInterface $form) {#1252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
same as passed value |
| error_bubbling | false |
same as passed value |
| error_mapping | [] |
same as passed value |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
same as passed value |
| getter | null |
same as passed value |
| help | null |
same as passed value |
| help_attr | [] |
same as passed value |
| help_html | false |
same as passed value |
| help_translation_parameters | [] |
same as passed value |
| inherit_data | false |
same as passed value |
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
same as passed value |
| is_empty_callback | null |
same as passed value |
| label | "Urządzenie" |
same as passed value |
| label_attr | [] |
same as passed value |
| label_format | null |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| mapped | true |
same as passed value |
| max_results | 10 |
same as passed value |
| method | "POST" |
same as passed value |
| multiple | false |
same as passed value |
| no_more_results_text | "Brak kolejnych wyników" |
same as passed value |
| no_results_found_text | "Brak wyników" |
same as passed value |
| placeholder | "Urządzenie..." |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
same as passed value |
| query_builder | Closure(ProductModelRepository $repository) {#1250 class: "App\Form\ProductModelAutocompleteField" this: App\Form\ProductModelAutocompleteField {#1246 …} use: { $manufacturerId: null } } |
Doctrine\ORM\QueryBuilder {#1388 -em: ContainerJgLocu6\EntityManagerGhost614a58f {#380 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1385 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1392 #from: "App\Entity\ProductModel" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 0 -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1387 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
| row_attr | [] |
same as passed value |
| setter | null |
same as passed value |
| translation_domain | null |
same as passed value |
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1251 …} $translationDomain: "validators" } } |
Closure() {#1368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1251 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "data-controller" => "custom-autocomplete-productModel" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| autocomplete | true |
| autocomplete_url | "/autocomplete/product_model_autocomplete_field" |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1329 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1330 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1373 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1337 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1378 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1375 …} } |
| choices | [] |
| class | "App\Entity\ProductModel" |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerJgLocu6\EntityManagerGhost614a58f {#380 …12} |
| empty_data | Closure(FormInterface $form) {#1252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1369 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerJgLocu6\EntityManagerGhost614a58f {#380 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1372 …} } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Urządzenie" |
| label_attr | [] |
| 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 | "Brak kolejnych wyników" |
| no_results_found_text | "Brak wyników" |
| options_as_html | false |
| placeholder | "Urządzenie..." |
| 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 {#1388 -em: ContainerJgLocu6\EntityManagerGhost614a58f {#380 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1385 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "p" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1392 #from: "App\Entity\ProductModel" #alias: "p" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [] ] -type: 0 -state: 0 -dql: null -parameters: Doctrine\Common\Collections\ArrayCollection {#1387 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1368 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1251 …} $translationDomain: "validators" } } $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "custom-autocomplete-productModel symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-url-value" => "/autocomplete/product_model_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" => "Brak wyników" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "Brak kolejnych wyników" "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_inner" "_lead_productModel_autocomplete" ] |
| cache_key | "_lead_productModel_autocomplete_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1438 -errors: [] -form: Symfony\Component\Form\Form {#1399 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1439 …5} |
| full_name | "lead[productModel][autocomplete]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead_productModel_autocomplete" |
| is_selected | Closure($choice, $value) {#1436 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Urządzenie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "autocomplete" |
| placeholder | "Urządzenie..." |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead_productModel_autocomplete" |
| 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 | "82b4cbcd5805feb4e3c08bfe64188ff.3v9axKWlKlV368hkAXHpYULr8PmQi5wO_48JgHlr2pQ.s7gisNTgSQEVqrkvLBKFAyWAwLfp5epcnN46tzICrsummCmSw-YYHziAjQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "82b4cbcd5805feb4e3c08bfe64188ff.3v9axKWlKlV368hkAXHpYULr8PmQi5wO_48JgHlr2pQ.s7gisNTgSQEVqrkvLBKFAyWAwLfp5epcnN46tzICrsummCmSw-YYHziAjQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 {#352 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#326 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#339 …} -namespace: Closure() {#341 …} } |
| data | "82b4cbcd5805feb4e3c08bfe64188ff.3v9axKWlKlV368hkAXHpYULr8PmQi5wO_48JgHlr2pQ.s7gisNTgSQEVqrkvLBKFAyWAwLfp5epcnN46tzICrsummCmSw-YYHziAjQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1433 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 | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1431 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#265 …} $message: Closure() {#1432 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_lead__token" ] |
| cache_key | "_lead__token_hidden" |
| compound | false |
| data | "82b4cbcd5805feb4e3c08bfe64188ff.3v9axKWlKlV368hkAXHpYULr8PmQi5wO_48JgHlr2pQ.s7gisNTgSQEVqrkvLBKFAyWAwLfp5epcnN46tzICrsummCmSw-YYHziAjQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1421 -errors: [] -form: Symfony\Component\Form\Form {#1425 …} } |
| form | Symfony\Component\Form\FormView {#1430 …5} |
| full_name | "lead[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "lead__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_lead__token" |
| valid | true |
| value | "82b4cbcd5805feb4e3c08bfe64188ff.3v9axKWlKlV368hkAXHpYULr8PmQi5wO_48JgHlr2pQ.s7gisNTgSQEVqrkvLBKFAyWAwLfp5epcnN46tzICrsummCmSw-YYHziAjQ" |