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
No options were passed when constructing this form.
Resolved Options
| Option | Value | 
|---|---|
| action | "" | 
| allow_extra_fields | false | 
| allow_file_upload | false | 
| 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 | true | 
| csrf_token_id | null | 
| csrf_token_manager | CsrfTokenManager {#441
  -generator: UriSafeTokenGenerator {#442 …}
  -storage: SessionTokenStorage {#191 …}
  -namespace: Closure {#444 …}
} | 
| data_class | null | 
| disabled | false | 
| empty_data | Closure {#462 : "Symfony\Component\Form\Extension\Core\Type\FormType" : FormType {#395 …} : { : { : "Symfony\Component\Form\FormInterface" } } : "/home/dozazzsh/public_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." | 
| 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 {#460 : "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" : UploadValidatorExtension {#439 …} : { : DataCollectorTranslator {#131 …} : "validators" : Closure {#461 …} } : "/home/dozazzsh/public_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" "_form" ] | 
| cache_key | "_form_form" | 
| compound | true | 
| data | null | 
| disabled | false | 
| errors | FormErrorIterator {#532
  -form: Form {#505 …}
  -errors: []
} | 
| form | FormView {#459 …5} | 
| 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 |