- 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 {#9107 -form: Symfony\Component\Form\Form {#6512 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9128 …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 {#6609 -form: Symfony\Component\Form\Form {#6549 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#6611 …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 {#9103 -form: Symfony\Component\Form\Form {#6553 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#6612 …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 {#6615 …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 {#9130 -form: Symfony\Component\Form\Form {#6514 …} -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 {#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 {#9116 -form: Symfony\Component\Form\Form {#6517 …} -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 {#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 {#9113 -form: Symfony\Component\Form\Form {#6520 …} -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 {#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 {#9111 -form: Symfony\Component\Form\Form {#6523 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9110 …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 {#9108 …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 | "5c232a97aa9f22be20722f0e11a02675.n5Z_XKjwNwJtjgIlR367gqBAnpSElbIaaM1ijEalEj0.rPssOfK5D04K73dxEknN2pgV_83XuPxbMv1a7hb9ZmLZ5A4r8r11aVjkUw" |
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 | "5c232a97aa9f22be20722f0e11a02675.n5Z_XKjwNwJtjgIlR367gqBAnpSElbIaaM1ijEalEj0.rPssOfK5D04K73dxEknN2pgV_83XuPxbMv1a7hb9ZmLZ5A4r8r11aVjkUw" |
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 | "5c232a97aa9f22be20722f0e11a02675.n5Z_XKjwNwJtjgIlR367gqBAnpSElbIaaM1ijEalEj0.rPssOfK5D04K73dxEknN2pgV_83XuPxbMv1a7hb9ZmLZ5A4r8r11aVjkUw" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9154 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() {#9109 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() {#9104 …} } } |
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 | "5c232a97aa9f22be20722f0e11a02675.n5Z_XKjwNwJtjgIlR367gqBAnpSElbIaaM1ijEalEj0.rPssOfK5D04K73dxEknN2pgV_83XuPxbMv1a7hb9ZmLZ5A4r8r11aVjkUw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9161 -form: Symfony\Component\Form\Form {#9157 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9152 …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 | "5c232a97aa9f22be20722f0e11a02675.n5Z_XKjwNwJtjgIlR367gqBAnpSElbIaaM1ijEalEj0.rPssOfK5D04K73dxEknN2pgV_83XuPxbMv1a7hb9ZmLZ5A4r8r11aVjkUw" |
estateinquiryform
"App\Form\EstateInquiryType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\EstateInquiry {#9220 -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 {#9220 -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 {#9220 -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) {#9169 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() {#9217 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() {#9167 …} } } |
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 {#9220 -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 {#9468 -form: Symfony\Component\Form\Form {#9387 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9470 …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 {#9220 -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) {#9209 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() {#9207 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() {#9206 …} } } |
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 {#9390 …} -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 {#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) {#9229 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() {#9231 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() {#9230 …} } } |
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 {#9393 …} -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 {#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) {#9241 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() {#9243 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() {#9242 …} } } |
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 {#9396 …} -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 {#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() {#9253 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() {#9252 …} } } |
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 {#9399 …} -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 {#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() {#9264 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() {#9263 …} } } |
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 {#9402 …} -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 {#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) {#9274 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() {#9276 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() {#9275 …} } } |
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 {#9405 …} -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 {#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) {#9285 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() {#9287 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() {#9286 …} } } |
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 {#9408 …} -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 {#9319 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9331 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9328 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9336 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9332 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9321 -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 {#9321 -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() {#9329 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() {#9334 …} } } |
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: "Houses" +value: "1" +data: App\Entity\Category {#4238 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "Apartments" +value: "2" +data: App\Entity\Category {#4184 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9510 +label: "Plots" +value: "3" +data: App\Entity\Category {#4263 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "All real estate" +value: "4" +data: App\Entity\Category {#4592 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9492 -form: Symfony\Component\Form\Form {#9411 …} -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 {#9297 …} } |
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 {#9319 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9352 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9345 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9353 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9354 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9347 -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 {#9347 -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() {#9344 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() {#9341 …} } } |
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: "" +value: "1" +data: App\Entity\Estate {#4944 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9525 +label: "" +value: "2" +data: App\Entity\Estate {#5096 …} +attr: [] +labelTranslationParameters: [] } ] |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9507 -form: Symfony\Component\Form\Form {#9414 …} -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 {#9297 …} } |
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 {#9319 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#9374 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#9367 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#9375 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#9376 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#9368 -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 {#9368 -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() {#9366 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() {#9365 …} } } |
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 {#5510 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9541 +label: "Anna Dorn-Fussenegger BA" +value: "3" +data: App\Entity\Agent {#5572 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9555 +label: "Lorenz Dorn-Fussenegger MA BA BA" +value: "5" +data: App\Entity\Agent {#5558 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9563 +label: "Tomáš Koranda" +value: "6" +data: App\Entity\Agent {#5586 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9570 +label: "Miroslav Kutlák" +value: "7" +data: App\Entity\Agent {#5600 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9575 +label: "Ing. Petra Bláhová" +value: "8" +data: App\Entity\Agent {#5614 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9580 +label: "Carmen Beuer" +value: "9" +data: App\Entity\Agent {#5628 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9587 +label: "Ing. Karel Andrle" +value: "10" +data: App\Entity\Agent {#5684 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9594 +label: "Libor Dušek" +value: "11" +data: App\Entity\Agent {#5670 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9601 +label: "Birgit Obermair" +value: "12" +data: App\Entity\Agent {#5642 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9608 +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 {#9545 -form: Symfony\Component\Form\Form {#9417 …} -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 {#9297 …} } |
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 | "2bdb3b66888858e554ce73c788c8.O-qhoKu2w8g-8VqMnhlwQN8OFZogw4vIdZDxy77bp4Y.FqDMl5ru8PgJhWPBqVQgJ7lgR64Tkvz7P6m0vfOZxMNxpfWRmM-Av02_Gw" |
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 | "2bdb3b66888858e554ce73c788c8.O-qhoKu2w8g-8VqMnhlwQN8OFZogw4vIdZDxy77bp4Y.FqDMl5ru8PgJhWPBqVQgJ7lgR64Tkvz7P6m0vfOZxMNxpfWRmM-Av02_Gw" |
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 | "2bdb3b66888858e554ce73c788c8.O-qhoKu2w8g-8VqMnhlwQN8OFZogw4vIdZDxy77bp4Y.FqDMl5ru8PgJhWPBqVQgJ7lgR64Tkvz7P6m0vfOZxMNxpfWRmM-Av02_Gw" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9476 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() {#9617 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() {#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 | "2bdb3b66888858e554ce73c788c8.O-qhoKu2w8g-8VqMnhlwQN8OFZogw4vIdZDxy77bp4Y.FqDMl5ru8PgJhWPBqVQgJ7lgR64Tkvz7P6m0vfOZxMNxpfWRmM-Av02_Gw" |
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 | "2bdb3b66888858e554ce73c788c8.O-qhoKu2w8g-8VqMnhlwQN8OFZogw4vIdZDxy77bp4Y.FqDMl5ru8PgJhWPBqVQgJ7lgR64Tkvz7P6m0vfOZxMNxpfWRmM-Av02_Gw" |