- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
simple_phone
"App\Form\SimplePhoneType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Phone {#437 -name: null -phone: null -email: null -detail: null -city: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Phone {#437 -name: null -phone: null -email: null -detail: null -city: null } |
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 | 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data | App\Entity\Phone {#437 -name: null -phone: null -email: null -detail: null -city: null } |
| data_class | "App\Entity\Phone" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#544 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} use: { $class: "App\Entity\Phone" } } |
| 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() {#546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#545 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "simple_phone" "_simple_phone" ] |
| cache_key | "_simple_phone_simple_phone" |
| compound | true |
| data | App\Entity\Phone {#437 -name: null -phone: null -email: null -detail: null -city: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#615 -form: Symfony\Component\Form\Form {#616 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#547 …5} |
| full_name | "simple_phone" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "simple_phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone" |
| valid | true |
| value | App\Entity\Phone {#437 -name: null -phone: null -email: null -detail: null -city: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Jméno či název firmy" ] |
[ "placeholder" => "Jméno či název firmy" ] |
| label | "Jméno" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Jméno či název firmy" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} } |
| error_bubbling | false |
| 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 | "Jméno" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#558 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Jméno či název firmy" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_phone_name" ] |
| cache_key | "_simple_phone_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#569 -form: Symfony\Component\Form\Form {#619 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#578 …5} |
| full_name | "simple_phone[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone_name" |
| label | "Jméno" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 *" ] |
| label | "E-mail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "E-mail *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#566 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} } |
| error_bubbling | false |
| 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 | "E-mail" |
| 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() {#568 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#567 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-mail *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_phone_email" ] |
| cache_key | "_simple_phone_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#560 -form: Symfony\Component\Form\Form {#622 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#637 …5} |
| full_name | "simple_phone[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone_email" |
| label | "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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone_email" |
| valid | true |
| value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Telefon *" ] |
[ "placeholder" => "Telefon *" ] |
| label | "Telefon" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Telefon *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#575 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} } |
| error_bubbling | false |
| 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 | "Telefon" |
| 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() {#577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#576 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Telefon *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_phone_phone" ] |
| cache_key | "_simple_phone_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#639 -form: Symfony\Component\Form\Form {#625 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#640 …5} |
| full_name | "simple_phone[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone_phone" |
| label | "Telefon" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone_phone" |
| valid | true |
| value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Město" ] |
[ "placeholder" => "Město" ] |
| label | "Město" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Město" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#584 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} } |
| error_bubbling | false |
| 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 | "Město" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#586 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#585 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Město" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_simple_phone_city" ] |
| cache_key | "_simple_phone_city_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#641 -form: Symfony\Component\Form\Form {#628 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#642 …5} |
| full_name | "simple_phone[city]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone_city" |
| label | "Město" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "city" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone_city" |
| valid | true |
| value | "" |
detail
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "Vaše zpráva" ] |
[ "placeholder" => "Vaše zpráva" ] |
| label | "Detail" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Vaše zpráva" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#597 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} } |
| error_bubbling | false |
| 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 | "Detail" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#598 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Vaše zpráva" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_simple_phone_detail" ] |
| cache_key | "_simple_phone_detail_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#662 -form: Symfony\Component\Form\Form {#631 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#664 …5} |
| full_name | "simple_phone[detail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone_detail" |
| label | "Detail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "detail" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone_detail" |
| valid | true |
| value | "" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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" ] |
[ "class" => "btn" ] |
| label | "ULOŽIT" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "ULOŽIT" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "btn" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_simple_phone_save" ] |
| cache_key | "_simple_phone_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#666 …5} |
| full_name | "simple_phone[save]" |
| id | "simple_phone_save" |
| label | "ULOŽIT" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_simple_phone_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "6f2ab1914f948003079f44.Vc9hjaCt8M_AHlPLZb7kv-of-YfsJiz9yT1uZEu-vG0.eIEi9MPZpqmQUie5V8jczowrzMyfVF6zp2ssJQbQxFVnginK2MPEmJpzGg" |
| 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 | "6f2ab1914f948003079f44.Vc9hjaCt8M_AHlPLZb7kv-of-YfsJiz9yT1uZEu-vG0.eIEi9MPZpqmQUie5V8jczowrzMyfVF6zp2ssJQbQxFVnginK2MPEmJpzGg" |
same as passed value |
| mapped | false |
false
|
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 {#522 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#523 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#524 …} -namespace: Closure() {#526 …} } |
| data | "6f2ab1914f948003079f44.Vc9hjaCt8M_AHlPLZb7kv-of-YfsJiz9yT1uZEu-vG0.eIEi9MPZpqmQUie5V8jczowrzMyfVF6zp2ssJQbQxFVnginK2MPEmJpzGg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#682 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#455 …} } |
| 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() {#684 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#528 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#379 …} $translationDomain: "validators" $message: Closure() {#683 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_simple_phone__token" ] |
| cache_key | "_simple_phone__token_hidden" |
| compound | false |
| data | "6f2ab1914f948003079f44.Vc9hjaCt8M_AHlPLZb7kv-of-YfsJiz9yT1uZEu-vG0.eIEi9MPZpqmQUie5V8jczowrzMyfVF6zp2ssJQbQxFVnginK2MPEmJpzGg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#694 -form: Symfony\Component\Form\Form {#690 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#685 …5} |
| full_name | "simple_phone[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "simple_phone__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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_simple_phone__token" |
| valid | true |
| value | "6f2ab1914f948003079f44.Vc9hjaCt8M_AHlPLZb7kv-of-YfsJiz9yT1uZEu-vG0.eIEi9MPZpqmQUie5V8jczowrzMyfVF6zp2ssJQbQxFVnginK2MPEmJpzGg" |