- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 267
- 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
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_6" |
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_6" |
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 {#1684 …} -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_6" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "nexcrm_webbundle_contact" "_nexcrm_webbundle_contact" ] |
cache_key | "_nexcrm_webbundle_contact_nexcrm_webbundle_contact" |
color_class | false |
compound | true |
data | NexCRM\WebBundle\Entity\Contact {#6035 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6611 -form: Symfony\Component\Form\Form {#6512 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9123 …5} |
full_name | "nexcrm_webbundle_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nexcrm_webbundle_contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact" |
valid | true |
value | NexCRM\WebBundle\Entity\Contact {#6035 -name: null -email: null -phone: null -subject: null -text: null -antispam: null -sended: null -ip: null -agree: null -status: null -note: null -lang: null -type: null -category: null -id: null -web: null } |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Jméno a příjmení" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6479 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Jméno a příjmení" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6480 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_nexcrm_webbundle_contact_name" ] |
cache_key | "_nexcrm_webbundle_contact_name_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9150 -form: Symfony\Component\Form\Form {#6549 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9148 …5} |
full_name | "nexcrm_webbundle_contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_name" |
label | "Jméno a příjmení" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_name" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "E-mail" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6343 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6342 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_nexcrm_webbundle_contact_email" ] |
cache_key | "_nexcrm_webbundle_contact_email_email" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6610 -form: Symfony\Component\Form\Form {#6553 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#6594 …5} |
full_name | "nexcrm_webbundle_contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_email" |
label | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_email" |
valid | true |
value | "" |
subject
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Předmět" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6410 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Předmět" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6412 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6411 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_nexcrm_webbundle_contact_subject" ] |
cache_key | "_nexcrm_webbundle_contact_subject_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6608 -form: Symfony\Component\Form\Form {#6556 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9104 …5} |
full_name | "nexcrm_webbundle_contact[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_subject" |
label | "Předmět" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_subject" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Telefon" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Telefon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6431 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6422 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_nexcrm_webbundle_contact_phone" ] |
cache_key | "_nexcrm_webbundle_contact_phone_text" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9129 -form: Symfony\Component\Form\Form {#6514 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9127 …5} |
full_name | "nexcrm_webbundle_contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_phone" |
label | "Telefon" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_phone" |
valid | true |
value | "" |
text
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Zpráva" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6433 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Zpráva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6438 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6425 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_nexcrm_webbundle_contact_text" ] |
cache_key | "_nexcrm_webbundle_contact_text_textarea" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9114 -form: Symfony\Component\Form\Form {#6517 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9112 …5} |
full_name | "nexcrm_webbundle_contact[text]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_text" |
label | "Zpráva" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "text" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_text" |
valid | true |
value | "" |
agree
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#6449 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#6446 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#6447 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6463 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6454 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_nexcrm_webbundle_contact_agree" ] |
cache_key | "_nexcrm_webbundle_contact_agree_checkbox" |
checked | false |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9111 -form: Symfony\Component\Form\Form {#6520 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9110 …5} |
full_name | "nexcrm_webbundle_contact[agree]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_agree" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agree" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_agree" |
valid | true |
value | "1" |
antispam
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#6259 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#6247 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1684 …} -namespace: Closure() {#6245 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6484 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6490 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6378 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_nexcrm_webbundle_contact_antispam" ] |
cache_key | "_nexcrm_webbundle_contact_antispam_hidden" |
color_class | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9109 -form: Symfony\Component\Form\Form {#6523 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9105 …5} |
full_name | "nexcrm_webbundle_contact[antispam]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact_antispam" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "antispam" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_antispam" |
valid | true |
value | "" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "button" ] |
[ "class" => "button" ] |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "button" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "button" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_nexcrm_webbundle_contact_save" ] |
cache_key | "_nexcrm_webbundle_contact_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#6614 …5} |
full_name | "nexcrm_webbundle_contact[save]" |
id | "nexcrm_webbundle_contact_save" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact_save" |
url | null |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "5c1ea8d35205cf158.MNf4llA-cIlxOEwMYV8D0gC3iMjEXCpRuGJWYoc-JYM.WeaWriQLB_tCYDZuCmZGhXXZyYquDUME4AE5U9JyFLFRv6vJE1ci2kVNAQ" |
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 | "5c1ea8d35205cf158.MNf4llA-cIlxOEwMYV8D0gC3iMjEXCpRuGJWYoc-JYM.WeaWriQLB_tCYDZuCmZGhXXZyYquDUME4AE5U9JyFLFRv6vJE1ci2kVNAQ" |
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 {#1684 …} -namespace: Closure() {#6245 …} } |
data | "5c1ea8d35205cf158.MNf4llA-cIlxOEwMYV8D0gC3iMjEXCpRuGJWYoc-JYM.WeaWriQLB_tCYDZuCmZGhXXZyYquDUME4AE5U9JyFLFRv6vJE1ci2kVNAQ" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9146 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6289 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tabs_class | "" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6208 …} use: { $translator: NexCRM\BaseBundle\Service\Translator {#295 …} $translationDomain: "validators" $message: Closure() {#6607 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_nexcrm_webbundle_contact__token" ] |
cache_key | "_nexcrm_webbundle_contact__token_hidden" |
color_class | false |
compound | false |
data | "5c1ea8d35205cf158.MNf4llA-cIlxOEwMYV8D0gC3iMjEXCpRuGJWYoc-JYM.WeaWriQLB_tCYDZuCmZGhXXZyYquDUME4AE5U9JyFLFRv6vJE1ci2kVNAQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9160 -form: Symfony\Component\Form\Form {#9156 …} -errors: [] } |
filters | false |
form | Symfony\Component\Form\FormView {#9147 …5} |
full_name | "nexcrm_webbundle_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "nexcrm_webbundle_contact__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
tabbed | false |
translation_domain | null |
unique_block_prefix | "_nexcrm_webbundle_contact__token" |
valid | true |
value | "5c1ea8d35205cf158.MNf4llA-cIlxOEwMYV8D0gC3iMjEXCpRuGJWYoc-JYM.WeaWriQLB_tCYDZuCmZGhXXZyYquDUME4AE5U9JyFLFRv6vJE1ci2kVNAQ" |