- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 268
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- E-mails
- Notifications
- VichUploader
- JMS Serializer 0
- 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
-
-
name
-
email
-
subject
-
phone
-
text
-
agree
-
antispam
-
save
-
_token
-
-
-
phone
-
email
-
note
-
funding
-
agree
-
antispam
-
estateName
-
category
-
estate
-
agent
-
save
-
_token
-
nexcrm_webbundle_contact
"NexCRM\WebBundle\Form\ContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | NexCRM\WebBundle\Entity\Contact {#6037 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/cs/contact-form/cs_181" |
same as passed value |
data | NexCRM\WebBundle\Entity\Contact {#6037 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/cs/contact-form/cs_181" |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data | NexCRM\WebBundle\Entity\Contact {#6037 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: null } |
data_class | "NexCRM\WebBundle\Entity\Contact" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6231 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} use: { $class: "NexCRM\WebBundle\Entity\Contact" } } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6232 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cs/contact-form/cs_181" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "nexcrm_webbundle_contact" "_nexcrm_webbundle_contact" ] |
cache_key | "_nexcrm_webbundle_contact_nexcrm_webbundle_contact" |
color_class | false |
compound | true |
data | NexCRM\WebBundle\Entity\Contact {#6037 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6613 -form: Symfony\Component\Form\Form {#6514 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9125 …5} |
full_name | "nexcrm_webbundle_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nexcrm_webbundle_contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact" |
valid | true |
value | NexCRM\WebBundle\Entity\Contact {#6037 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: 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 |
---|---|---|
label | "Jméno a příjmení" |
same as passed value |
required | 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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6481 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 a příjmení" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6483 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6482 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_nexcrm_webbundle_contact_name" ] |
cache_key | "_nexcrm_webbundle_contact_name_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9152 -form: Symfony\Component\Form\Form {#6551 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9150 …5} |
full_name | "nexcrm_webbundle_contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_name" |
label | "Jméno a příjmení" |
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 |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_name" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 |
---|---|---|
label | "E-mail" |
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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6403 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6344 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_nexcrm_webbundle_contact_email" ] |
cache_key | "_nexcrm_webbundle_contact_email_email" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6612 -form: Symfony\Component\Form\Form {#6555 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#6596 …5} |
full_name | "nexcrm_webbundle_contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_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 |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_email" |
valid | true |
value | "" |
subject
"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 |
---|---|---|
label | "Předmět" |
same as passed value |
required | 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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | "Předmět" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6413 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_nexcrm_webbundle_contact_subject" ] |
cache_key | "_nexcrm_webbundle_contact_subject_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6610 -form: Symfony\Component\Form\Form {#6558 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9106 …5} |
full_name | "nexcrm_webbundle_contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_subject" |
label | "Předmět" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_subject" |
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 |
---|---|---|
label | "Telefon" |
same as passed value |
required | 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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6423 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6433 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6424 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_nexcrm_webbundle_contact_phone" ] |
cache_key | "_nexcrm_webbundle_contact_phone_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9131 -form: Symfony\Component\Form\Form {#6516 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9129 …5} |
full_name | "nexcrm_webbundle_contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_phone" |
label | "Telefon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_phone" |
valid | true |
value | "" |
text
"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 |
---|---|---|
label | "Zpráva" |
same as passed value |
required | 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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6435 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | "Zpráva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6427 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_nexcrm_webbundle_contact_text" ] |
cache_key | "_nexcrm_webbundle_contact_text_textarea" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9116 -form: Symfony\Component\Form\Form {#6519 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9114 …5} |
full_name | "nexcrm_webbundle_contact[text]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_text" |
label | "Zpráva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "text" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_text" |
valid | true |
value | "" |
agree
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
required | true |
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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6451 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6448 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
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 | Closure($modelData): bool {#6449 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6465 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6456 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_nexcrm_webbundle_contact_agree" ] |
cache_key | "_nexcrm_webbundle_contact_agree_checkbox" |
checked | false |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9113 -form: Symfony\Component\Form\Form {#6522 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9112 …5} |
full_name | "nexcrm_webbundle_contact[agree]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_agree" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agree" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_agree" |
valid | true |
value | "1" |
antispam
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | [] |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6486 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6380 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_nexcrm_webbundle_contact_antispam" ] |
cache_key | "_nexcrm_webbundle_contact_antispam_hidden" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9111 -form: Symfony\Component\Form\Form {#6525 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9107 …5} |
full_name | "nexcrm_webbundle_contact[antispam]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_antispam" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "antispam" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_antispam" |
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" => "button" ] |
[ "class" => "button" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "button" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
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" => "button" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_nexcrm_webbundle_contact_save" ] |
cache_key | "_nexcrm_webbundle_contact_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#6616 …5} |
full_name | "nexcrm_webbundle_contact[save]" |
id | "nexcrm_webbundle_contact_save" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_save" |
url | null |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4.QK0GDlA8SJelYj836XB6ylWzlI2y97rMD6HJ7ff1b3g.MORPRGhNetXmFAlzqjEihRLQ4b6Dkv68N8WvgKWCBT4Q-FF5KlIp4M1Vdg" |
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 | "4.QK0GDlA8SJelYj836XB6ylWzlI2y97rMD6HJ7ff1b3g.MORPRGhNetXmFAlzqjEihRLQ4b6Dkv68N8WvgKWCBT4Q-FF5KlIp4M1Vdg" |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data | "4.QK0GDlA8SJelYj836XB6ylWzlI2y97rMD6HJ7ff1b3g.MORPRGhNetXmFAlzqjEihRLQ4b6Dkv68N8WvgKWCBT4Q-FF5KlIp4M1Vdg" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9148 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9110 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6609 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_nexcrm_webbundle_contact__token" ] |
cache_key | "_nexcrm_webbundle_contact__token_hidden" |
color_class | false |
compound | false |
data | "4.QK0GDlA8SJelYj836XB6ylWzlI2y97rMD6HJ7ff1b3g.MORPRGhNetXmFAlzqjEihRLQ4b6Dkv68N8WvgKWCBT4Q-FF5KlIp4M1Vdg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9162 -form: Symfony\Component\Form\Form {#9158 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9149 …5} |
full_name | "nexcrm_webbundle_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact__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 |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact__token" |
valid | true |
value | "4.QK0GDlA8SJelYj836XB6ylWzlI2y97rMD6HJ7ff1b3g.MORPRGhNetXmFAlzqjEihRLQ4b6Dkv68N8WvgKWCBT4Q-FF5KlIp4M1Vdg" |
estateinquiryform
"App\Form\EstateInquiryType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\EstateInquiry {#9223 -phone: null -email: null -funding: null -agree: null -antispam: null -sended: null -estateName: null -estate: null -agent: null -status: null -note: null -lang: null -category: null -id: null -web: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/cs/sendestateiquiry/cs_181" |
same as passed value |
data | App\Entity\EstateInquiry {#9223 -phone: null -email: null -funding: null -agree: null -antispam: null -sended: null -estateName: null -estate: null -agent: null -status: null -note: null -lang: null -category: null -id: null -web: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/cs/sendestateiquiry/cs_181" |
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 | "csrf_item" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data | App\Entity\EstateInquiry {#9223 -phone: null -email: null -funding: null -agree: null -antispam: null -sended: null -estateName: null -estate: null -agent: null -status: null -note: null -lang: null -category: null -id: null -web: null } |
data_class | "App\Entity\EstateInquiry" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9218 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} use: { $class: "App\Entity\EstateInquiry" } } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9168 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cs/sendestateiquiry/cs_181" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "estateinquiryform" "_estateinquiryform" ] |
cache_key | "_estateinquiryform_estateinquiryform" |
color_class | false |
compound | true |
data | App\Entity\EstateInquiry {#9223 -phone: null -email: null -funding: null -agree: null -antispam: null -sended: null -estateName: null -estate: null -agent: null -status: null -note: null -lang: null -category: null -id: null -web: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9471 -form: Symfony\Component\Form\Form {#9388 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9429 …5} |
full_name | "estateinquiryform" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "estateinquiryform" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform" |
valid | true |
value | App\Entity\EstateInquiry {#9223 -phone: null -email: null -funding: null -agree: null -antispam: null -sended: null -estateName: null -estate: null -agent: null -status: null -note: null -lang: null -category: null -id: null -web: null } |
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" => "Zadejte telefon" ] |
[ "placeholder" => "Zadejte telefon" ] |
label | "Zadejte telefon, zavoláme Vám:" |
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" => "Zadejte 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9197 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | "Zadejte telefon, zavoláme Vám:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9198 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Zadejte telefon" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_estateinquiryform_phone" ] |
cache_key | "_estateinquiryform_phone_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9479 -form: Symfony\Component\Form\Form {#9391 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9478 …5} |
full_name | "estateinquiryform[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_phone" |
label | "Zadejte telefon, zavoláme Vám:" |
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 |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_phone" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "Zadejte e-mail" ] |
[ "placeholder" => "Zadejte e-mail" ] |
label | "Váš 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" => "Zadejte 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9217 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | "Váš e-mail:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9228 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9227 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Zadejte e-mail" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_estateinquiryform_email" ] |
cache_key | "_estateinquiryform_email_email" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9480 -form: Symfony\Component\Form\Form {#9394 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9481 …5} |
full_name | "estateinquiryform[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_email" |
label | "Váš 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 |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_email" |
valid | true |
value | "" |
note
"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" => "Poznámka" ] |
[ "placeholder" => "Poznámka" ] |
label | "Poznámka:" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Poznámka" ] |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9242 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | "Poznámka:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9243 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Poznámka" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_estateinquiryform_note" ] |
cache_key | "_estateinquiryform_note_textarea" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9482 -form: Symfony\Component\Form\Form {#9397 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9483 …5} |
full_name | "estateinquiryform[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_note" |
label | "Poznámka:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "note" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_note" |
valid | true |
value | "" |
funding
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Mám zájem o nabídku financování" |
same as passed value |
required | 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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6451 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6448 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
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 | Closure($modelData): bool {#6449 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Mám zájem o nabídku financování" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9253 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_estateinquiryform_funding" ] |
cache_key | "_estateinquiryform_funding_checkbox" |
checked | false |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9484 -form: Symfony\Component\Form\Form {#9400 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9485 …5} |
full_name | "estateinquiryform[funding]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_funding" |
label | "Mám zájem o nabídku financování" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "funding" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_funding" |
valid | true |
value | "1" |
agree
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
required | true |
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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6451 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6448 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
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 | Closure($modelData): bool {#6449 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9265 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9264 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_estateinquiryform_agree" ] |
cache_key | "_estateinquiryform_agree_checkbox" |
checked | false |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9486 -form: Symfony\Component\Form\Form {#9403 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9487 …5} |
full_name | "estateinquiryform[agree]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_agree" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agree" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_agree" |
valid | true |
value | "1" |
antispam
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Spam shall not pass" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "Spam shall not pass" |
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 | 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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data | "Spam shall not pass" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9275 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9276 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_estateinquiryform_antispam" ] |
cache_key | "_estateinquiryform_antispam_hidden" |
color_class | false |
compound | false |
data | "Spam shall not pass" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9488 -form: Symfony\Component\Form\Form {#9406 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9489 …5} |
full_name | "estateinquiryform[antispam]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_antispam" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "antispam" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_antispam" |
valid | true |
value | "Spam shall not pass" |
estateName
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View 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 | [] |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9286 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9287 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_estateinquiryform_estateName" ] |
cache_key | "_estateinquiryform_estateName_hidden" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9490 -form: Symfony\Component\Form\Form {#9409 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9491 …5} |
full_name | "estateinquiryform[estateName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_estateName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "estateName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_estateName" |
valid | true |
value | "" |
category
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
class | "App\Entity\Category" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#9320 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9332 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9329 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9337 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9333 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9322 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3210 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Category" |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
em | Doctrine\ORM\EntityManager {#120 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 {#9322 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3210 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9335 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_estateinquiryform_category" ] |
cache_key | "_estateinquiryform_category_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9494 +label: "Domy" +value: "1" +data: App\Entity\Category {#4240 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "Apartmány" +value: "2" +data: App\Entity\Category {#4186 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9510 +label: "Pozemky" +value: "3" +data: App\Entity\Category {#4265 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "Vše" +value: "4" +data: App\Entity\Category {#4594 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9492 -form: Symfony\Component\Form\Form {#9412 …} -errors: [] } |
expanded | false |
filters | false |
form | Symfony\Component\Form\FormView {#9493 …5} |
full_name | "estateinquiryform[category]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_category" |
is_selected | Closure($choice, $value) {#9517 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9298 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "category" |
placeholder | "" |
placeholder_in_choices | false |
placeholder_multiple | null |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_category" |
valid | true |
value | "" |
estate
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
class | "App\Entity\Estate" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#9320 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9353 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9346 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9354 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9355 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9348 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4597 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Estate" |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
em | Doctrine\ORM\EntityManager {#120 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 {#9348 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4597 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9342 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_estateinquiryform_estate" ] |
cache_key | "_estateinquiryform_estate_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9523 +label: "Rodinný dům 5+kk" +value: "1" +data: App\Entity\Estate {#4946 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9525 +label: "Super dům" +value: "2" +data: App\Entity\Estate {#5098 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9507 -form: Symfony\Component\Form\Form {#9415 …} -errors: [] } |
expanded | false |
filters | false |
form | Symfony\Component\Form\FormView {#9522 …5} |
full_name | "estateinquiryform[estate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_estate" |
is_selected | Closure($choice, $value) {#9537 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9298 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "estate" |
placeholder | "" |
placeholder_in_choices | false |
placeholder_multiple | null |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_estate" |
valid | true |
value | "" |
agent
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
class | "App\Entity\Agent" |
same as passed value |
required | 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 | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#9320 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9375 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9368 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9376 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9377 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9369 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5312 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Agent" |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data_class | null |
disabled | false |
documentation | [] |
em | Doctrine\ORM\EntityManager {#120 …11} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
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 {#9369 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5312 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#9367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9366 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_estateinquiryform_agent" ] |
cache_key | "_estateinquiryform_agent_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9527 +label: "Ing. Marek Ertl" +value: "2" +data: App\Entity\Agent {#5512 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9541 +label: "Anna Dorn-Fussenegger BA" +value: "3" +data: App\Entity\Agent {#5574 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9555 +label: "Lorenz Dorn-Fussenegger MA BA BA" +value: "5" +data: App\Entity\Agent {#5560 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9563 +label: "Tomáš Koranda" +value: "6" +data: App\Entity\Agent {#5588 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9570 +label: "Miroslav Kutlák" +value: "7" +data: App\Entity\Agent {#5602 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9575 +label: "Ing. Petra Bláhová" +value: "8" +data: App\Entity\Agent {#5616 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9580 +label: "Carmen Beuer" +value: "9" +data: App\Entity\Agent {#5630 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9587 +label: "Ing. Karel Andrle" +value: "10" +data: App\Entity\Agent {#5686 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9594 +label: "Libor Dušek" +value: "11" +data: App\Entity\Agent {#5672 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9601 +label: "Birgit Obermair" +value: "12" +data: App\Entity\Agent {#5644 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9608 +label: "Ing. Robert Kunft" +value: "13" +data: App\Entity\Agent {#5658 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9545 -form: Symfony\Component\Form\Form {#9418 …} -errors: [] } |
expanded | false |
filters | false |
form | Symfony\Component\Form\FormView {#9524 …5} |
full_name | "estateinquiryform[agent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_agent" |
is_selected | Closure($choice, $value) {#9533 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9298 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "agent" |
placeholder | "" |
placeholder_in_choices | false |
placeholder_multiple | null |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_agent" |
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" => "button button--big button--submit" ] |
[ "class" => "button button--big button--submit" ] |
label | "Mám zájem o nemovitost" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "button button--big button--submit" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Mám zájem o nemovitost" |
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" => "button button--big button--submit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_estateinquiryform_save" ] |
cache_key | "_estateinquiryform_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#9616 …5} |
full_name | "estateinquiryform[save]" |
id | "estateinquiryform_save" |
label | "Mám zájem o nemovitost" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_estateinquiryform_save" |
url | null |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ac27961f07a015c44cbfb.tKgLxX6MJ6S1EVGrKNbKyDK6H9fwRYAe2S4XZuDFn2w.mc5-nBLhQp3CSCbhb-OCknrtXuSiaLVuul1kKoWg_CHAm0qcHPpR08NhGA" |
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 | "ac27961f07a015c44cbfb.tKgLxX6MJ6S1EVGrKNbKyDK6H9fwRYAe2S4XZuDFn2w.mc5-nBLhQp3CSCbhb-OCknrtXuSiaLVuul1kKoWg_CHAm0qcHPpR08NhGA" |
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 {#6261 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6249 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6247 …} } |
data | "ac27961f07a015c44cbfb.tKgLxX6MJ6S1EVGrKNbKyDK6H9fwRYAe2S4XZuDFn2w.mc5-nBLhQp3CSCbhb-OCknrtXuSiaLVuul1kKoWg_CHAm0qcHPpR08NhGA" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9469 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6291 …} } |
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 | [] |
legacy_error_messages | true |
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 |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6210 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9613 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_estateinquiryform__token" ] |
cache_key | "_estateinquiryform__token_hidden" |
color_class | false |
compound | false |
data | "ac27961f07a015c44cbfb.tKgLxX6MJ6S1EVGrKNbKyDK6H9fwRYAe2S4XZuDFn2w.mc5-nBLhQp3CSCbhb-OCknrtXuSiaLVuul1kKoWg_CHAm0qcHPpR08NhGA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9629 -form: Symfony\Component\Form\Form {#9625 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9618 …5} |
full_name | "estateinquiryform[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform__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 |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_estateinquiryform__token" |
valid | true |
value | "ac27961f07a015c44cbfb.tKgLxX6MJ6S1EVGrKNbKyDK6H9fwRYAe2S4XZuDFn2w.mc5-nBLhQp3CSCbhb-OCknrtXuSiaLVuul1kKoWg_CHAm0qcHPpR08NhGA" |