- 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 {#6035 -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_180" |
same as passed value |
data | NexCRM\WebBundle\Entity\Contact {#6035 -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_180" |
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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data | NexCRM\WebBundle\Entity\Contact {#6035 -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) {#6229 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} 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() {#6231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6230 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cs/contact-form/cs_180" |
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 {#6035 -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 {#6611 -form: Symfony\Component\Form\Form {#6512 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9123 …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 {#6035 -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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6479 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#6481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6480 …} } } |
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 {#9150 -form: Symfony\Component\Form\Form {#6549 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9148 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6343 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#6401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6342 …} } } |
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 {#6610 -form: Symfony\Component\Form\Form {#6553 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#6594 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6410 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#6412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6411 …} } } |
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 {#6608 -form: Symfony\Component\Form\Form {#6556 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9104 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#6431 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6422 …} } } |
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 {#9129 -form: Symfony\Component\Form\Form {#6514 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9127 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6433 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#6438 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6425 …} } } |
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 {#9114 -form: Symfony\Component\Form\Form {#6517 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9112 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6449 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6446 …} } |
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 {#6447 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() {#6463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6454 …} } } |
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 {#9111 -form: Symfony\Component\Form\Form {#6520 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9110 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6484 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#6490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6378 …} } } |
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 {#9109 -form: Symfony\Component\Form\Form {#6523 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9105 …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 {#6614 …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 | "efff67.JTvpDtYMvi1H4gE6hsp-fPZ56tLr-eZW_lWS7k_uL7U.CHG7b-Z0j0w9qldQ7bwPBpsQubeyioI7lgarhzqIH8VXSpBmpHWHaRCOTA" |
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 | "efff67.JTvpDtYMvi1H4gE6hsp-fPZ56tLr-eZW_lWS7k_uL7U.CHG7b-Z0j0w9qldQ7bwPBpsQubeyioI7lgarhzqIH8VXSpBmpHWHaRCOTA" |
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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data | "efff67.JTvpDtYMvi1H4gE6hsp-fPZ56tLr-eZW_lWS7k_uL7U.CHG7b-Z0j0w9qldQ7bwPBpsQubeyioI7lgarhzqIH8VXSpBmpHWHaRCOTA" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6607 …} } } |
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 | "efff67.JTvpDtYMvi1H4gE6hsp-fPZ56tLr-eZW_lWS7k_uL7U.CHG7b-Z0j0w9qldQ7bwPBpsQubeyioI7lgarhzqIH8VXSpBmpHWHaRCOTA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9160 -form: Symfony\Component\Form\Form {#9156 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9147 …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 | "efff67.JTvpDtYMvi1H4gE6hsp-fPZ56tLr-eZW_lWS7k_uL7U.CHG7b-Z0j0w9qldQ7bwPBpsQubeyioI7lgarhzqIH8VXSpBmpHWHaRCOTA" |
estateinquiryform
"App\Form\EstateInquiryType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\EstateInquiry {#9221 -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_180" |
same as passed value |
data | App\Entity\EstateInquiry {#9221 -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_180" |
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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data | App\Entity\EstateInquiry {#9221 -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) {#9216 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} 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() {#9169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9166 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/cs/sendestateiquiry/cs_180" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "estateinquiryform" "_estateinquiryform" ] |
cache_key | "_estateinquiryform_estateinquiryform" |
color_class | false |
compound | true |
data | App\Entity\EstateInquiry {#9221 -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 {#9469 -form: Symfony\Component\Form\Form {#9386 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9427 …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 {#9221 -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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9195 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9196 …} } } |
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 {#9477 -form: Symfony\Component\Form\Form {#9389 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9476 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9215 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9225 …} } } |
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 {#9478 -form: Symfony\Component\Form\Form {#9392 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9479 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9240 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9242 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9241 …} } } |
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 {#9480 -form: Symfony\Component\Form\Form {#9395 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9481 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6449 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6446 …} } |
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 {#6447 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() {#9252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9251 …} } } |
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 {#9482 -form: Symfony\Component\Form\Form {#9398 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9483 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6449 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6446 …} } |
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 {#6447 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() {#9263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9262 …} } } |
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 {#9484 -form: Symfony\Component\Form\Form {#9401 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9485 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data | "Spam shall not pass" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9273 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9275 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9274 …} } } |
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 {#9486 -form: Symfony\Component\Form\Form {#9404 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9487 …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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9284 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9286 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9285 …} } } |
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 {#9488 -form: Symfony\Component\Form\Form {#9407 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9489 …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 {#9318 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9330 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9327 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9335 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9331 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9320 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3208 …} -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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
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 {#9320 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3208 …} -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() {#9328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9333 …} } } |
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 {#9492 +label: "Domy" +value: "1" +data: App\Entity\Category {#4238 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9506 +label: "Apartmány" +value: "2" +data: App\Entity\Category {#4184 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "Pozemky" +value: "3" +data: App\Entity\Category {#4263 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9493 +label: "Vše" +value: "4" +data: App\Entity\Category {#4592 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9490 -form: Symfony\Component\Form\Form {#9410 …} -errors: [] } |
expanded | false |
filters | false |
form | Symfony\Component\Form\FormView {#9491 …5} |
full_name | "estateinquiryform[category]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_category" |
is_selected | Closure($choice, $value) {#9515 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9296 …} } |
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 {#9318 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9351 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9344 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9352 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9353 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9346 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4595 …} -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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
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 {#9346 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#4595 …} -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() {#9343 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9340 …} } } |
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 {#9521 +label: "Rodinný dům 5+kk" +value: "1" +data: App\Entity\Estate {#4944 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9523 +label: "Super dům" +value: "2" +data: App\Entity\Estate {#5096 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9505 -form: Symfony\Component\Form\Form {#9413 …} -errors: [] } |
expanded | false |
filters | false |
form | Symfony\Component\Form\FormView {#9520 …5} |
full_name | "estateinquiryform[estate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_estate" |
is_selected | Closure($choice, $value) {#9535 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9296 …} } |
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 {#9318 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9373 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9366 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9374 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9375 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9367 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5310 …} -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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
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 {#9367 -om: Doctrine\ORM\EntityManager {#120 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#5310 …} -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() {#9365 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9364 …} } } |
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 {#9525 +label: "Ing. Marek Ertl" +value: "2" +data: App\Entity\Agent {#5510 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9539 +label: "Anna Dorn-Fussenegger BA" +value: "3" +data: App\Entity\Agent {#5572 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9553 +label: "Lorenz Dorn-Fussenegger MA BA BA" +value: "5" +data: App\Entity\Agent {#5558 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9561 +label: "Tomáš Koranda" +value: "6" +data: App\Entity\Agent {#5586 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9568 +label: "Miroslav Kutlák" +value: "7" +data: App\Entity\Agent {#5600 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9573 +label: "Ing. Petra Bláhová" +value: "8" +data: App\Entity\Agent {#5614 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9578 +label: "Carmen Beuer" +value: "9" +data: App\Entity\Agent {#5628 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9585 +label: "Ing. Karel Andrle" +value: "10" +data: App\Entity\Agent {#5684 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9592 +label: "Libor Dušek" +value: "11" +data: App\Entity\Agent {#5670 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9599 +label: "Birgit Obermair" +value: "12" +data: App\Entity\Agent {#5642 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9606 +label: "Ing. Robert Kunft" +value: "13" +data: App\Entity\Agent {#5656 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9543 -form: Symfony\Component\Form\Form {#9416 …} -errors: [] } |
expanded | false |
filters | false |
form | Symfony\Component\Form\FormView {#9522 …5} |
full_name | "estateinquiryform[agent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "estateinquiryform_agent" |
is_selected | Closure($choice, $value) {#9531 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#9296 …} } |
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 {#9614 …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 | "26.Yb0Tg0nGH3dYfcCfN3YDSFIPY9z9YKQEsTNg3DWXsRA.VNFk5CiRTwEhJJOqaDpCED1rTq60E_1-_lI3sHPhhUcjiEqxMat1RA0LlQ" |
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 | "26.Yb0Tg0nGH3dYfcCfN3YDSFIPY9z9YKQEsTNg3DWXsRA.VNFk5CiRTwEhJJOqaDpCED1rTq60E_1-_lI3sHPhhUcjiEqxMat1RA0LlQ" |
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 {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1682 …} -namespace: Closure() {#6245 …} } |
data | "26.Yb0Tg0nGH3dYfcCfN3YDSFIPY9z9YKQEsTNg3DWXsRA.VNFk5CiRTwEhJJOqaDpCED1rTq60E_1-_lI3sHPhhUcjiEqxMat1RA0LlQ" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9467 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
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() {#9615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#9611 …} } } |
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 | "26.Yb0Tg0nGH3dYfcCfN3YDSFIPY9z9YKQEsTNg3DWXsRA.VNFk5CiRTwEhJJOqaDpCED1rTq60E_1-_lI3sHPhhUcjiEqxMat1RA0LlQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9627 -form: Symfony\Component\Form\Form {#9623 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9616 …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 | "26.Yb0Tg0nGH3dYfcCfN3YDSFIPY9z9YKQEsTNg3DWXsRA.VNFk5CiRTwEhJJOqaDpCED1rTq60E_1-_lI3sHPhhUcjiEqxMat1RA0LlQ" |