Forms
form ("Symfony\Component\Form\Extension\Core\Type\FormType"
)
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 |
|---|---|---|
| csrf_protection | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | 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 {#4191
-generator: UriSafeTokenGenerator {#4192 …}
-storage: SessionTokenStorage {#4193 …}
} |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| empty_data | Closure {#4208 : ThrowingCasterException {#8820 -trace: { …} … } } |
| 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 {#4210 : "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" : UploadValidatorExtension {#4189 …} : { : DataCollectorTranslator {#381 …} : "validators" : Closure {#4209 : "Symfony\Component\Form\Extension\Core\Type\FormType" : FormType {#4173 …} : { : OptionsResolver {#4207 …} } : "/home/chasseur/www/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/FormType.php" : "147 to 149" … } } : "/home/chasseur/www/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php" : "46 to 48" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "http://www.chasseurs74.fr/app_dev.php/resultat-de-recherche" |
| attr | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#4224
-form: Form {#4229
: "form"
: "Symfony\Component\Form\Extension\Core\Type\FormType"
…
}
-errors: []
} |
| form | FormView {#4211
+vars: [
"value" => null
"attr" => []
"form" => FormView {#4211}
"id" => "form"
"name" => "form"
"full_name" => "form"
"disabled" => false
"label" => null
"label_format" => null
"multipart" => false
"block_prefixes" => [ …2]
"unique_block_prefix" => "_form"
"translation_domain" => null
"cache_key" => "_form_form"
"errors" => FormErrorIterator {#4224}
"valid" => true
"data" => null
"required" => true
"size" => null
"label_attr" => []
"compound" => true
"method" => "POST"
"action" => "http://www.chasseurs74.fr/app_dev.php/resultat-de-recherche"
"submitted" => false
]
+parent: null
+children: [
"search" => FormView {#4237}
]
-rendered: true
-methodRendered: true
} |
| full_name | "form" |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "form" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |