Forms
(no name)
"ModelBundle\Form\SearchType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "search" => "cat.2021.54" ] |
Model Format | same as normalized format |
Passed Options
No options where passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
apply_filter | null |
attr | [] |
auto_initialize | true |
block_name | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | CsrfTokenManager {#332 -generator: UriSafeTokenGenerator {#333 …} -storage: SessionTokenStorage {#301 …} -namespace: Closure {#335 …} } |
data_class | null |
data_extraction_method | "default" |
disabled | false |
empty_data | Closure {#603 : "Symfony\Component\Form\Extension\Core\Type\FormType" : FormType {#555 …} : { : { : "Symfony\Component\Form\FormInterface" } } : "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" : "138 to 140" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filter_condition_builder | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
translation_domain | null |
trim | true |
upload_max_size_message | Closure {#605 : "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" : UploadValidatorExtension {#586 …} : { : DataCollectorTranslator {#120 …} : "validators" : Closure {#604 …} } : "/var/www/html/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" : "46 to 48" } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
block_prefixes | [ "form" null "_" ] |
cache_key | "__" |
compound | true |
data | [ "search" => "cat.2021.54" ] |
disabled | false |
errors | FormErrorIterator {#1071 -form: Form {#632 …} -errors: [] } |
form | FormView {#1068 …5} |
full_name | "" |
id | "" |
label | null |
label_attr | [] |
label_format | null |
method | "GET" |
multipart | false |
name | "" |
required | true |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_" |
valid | true |
value | [ "search" => "cat.2021.54" ] |