- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 82
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Redis
- Websocket
- VichUploader
- Geocoder
- Guzzle
- 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
-
-
email
-
firstName
-
lastName
-
phone
-
password
-
terms
-
town
-
publicComments
-
-
0
-
1
-
2
-
3
-
4
-
-
recaptcha
-
referralCode
-
_token
-
signup
"Whater\Infrastructure\SecurityBundle\Form\Type\SignupType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO {#269 +email: null +firstName: null +lastName: null +password: null +publicComments: null +privateComments: null +town: null +phone: null +selectedTypes: null +referralCode: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | true |
same as passed value |
data | Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO {#269 +email: null +firstName: null +lastName: null +password: null +publicComments: null +privateComments: null +town: null +phone: null +selectedTypes: null +referralCode: null } |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data | Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO {#269 +email: null +firstName: null +lastName: null +password: null +publicComments: null +privateComments: null +town: null +phone: null +selectedTypes: null +referralCode: null } |
data_class | "Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#134 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} use: { $class: "Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO" } } |
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 |
town | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#133 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "signup" "_signup" ] |
cache_key | "_signup_signup" |
compound | true |
data | Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO {#269 +email: null +firstName: null +lastName: null +password: null +publicComments: null +privateComments: null +town: null +phone: null +selectedTypes: null +referralCode: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1264 -form: Symfony\Component\Form\Form {#1269 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#131 …5} |
full_name | "signup" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "signup" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup" |
valid | true |
value | Whater\Infrastructure\SecurityBundle\Form\DTO\SignupDTO {#269 +email: null +firstName: null +lastName: null +password: null +publicComments: null +privateComments: null +town: null +phone: null +selectedTypes: null +referralCode: null } |
"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" => "web.security.signup.fields.email" "autocomplete" => "null" ] |
[ "placeholder" => "web.security.signup.fields.email" "autocomplete" => "null" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#126 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#126 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "web.security.signup.fields.email" |
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" => "web.security.signup.fields.email" "autocomplete" => "null" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#126 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#113 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | "web.security.signup.fields.email" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#111 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#114 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "web.security.signup.fields.email" "autocomplete" => "null" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_signup_email" ] |
cache_key | "_signup_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1326 -form: Symfony\Component\Form\Form {#1272 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1335 …5} |
full_name | "signup[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_email" |
label | "web.security.signup.fields.email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_email" |
valid | true |
value | "" |
firstName
"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" => "web.security.signup.fields.first_name" ] |
[ "placeholder" => "web.security.signup.fields.first_name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#125 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#125 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "web.security.signup.fields.first_name" |
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" => "web.security.signup.fields.first_name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#125 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#104 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | "web.security.signup.fields.first_name" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#102 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#103 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "web.security.signup.fields.first_name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_signup_firstName" ] |
cache_key | "_signup_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1317 -form: Symfony\Component\Form\Form {#1275 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1308 …5} |
full_name | "signup[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_firstName" |
label | "web.security.signup.fields.first_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_firstName" |
valid | true |
value | "" |
lastName
"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" => "web.security.signup.fields.last_name" ] |
[ "placeholder" => "web.security.signup.fields.last_name" ] |
label | "web.security.signup.fields.last_name" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "web.security.signup.fields.last_name" ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#95 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | "web.security.signup.fields.last_name" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#93 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#94 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "web.security.signup.fields.last_name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_signup_lastName" ] |
cache_key | "_signup_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1299 -form: Symfony\Component\Form\Form {#1278 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1207 …5} |
full_name | "signup[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_lastName" |
label | "web.security.signup.fields.last_name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_lastName" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "web.security.signup.fields.phone" ] |
[ "placeholder" => "web.security.signup.fields.phone" ] |
label | "web.security.signup.fields.phone" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "web.security.signup.fields.phone" ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#86 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | "web.security.signup.fields.phone" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#84 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#85 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "web.security.signup.fields.phone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_signup_phone" ] |
cache_key | "_signup_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1153 -form: Symfony\Component\Form\Form {#1281 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1146 …5} |
full_name | "signup[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_phone" |
label | "web.security.signup.fields.phone" |
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 |
translation_domain | null |
unique_block_prefix | "_signup_phone" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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" => "web.security.signup.fields.password" "autocomplete" => "null" ] |
[ "placeholder" => "web.security.signup.fields.password" "autocomplete" => "null" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#124 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#124 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
label | "web.security.signup.fields.password" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "placeholder" => "web.security.signup.fields.password" "autocomplete" => "null" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#124 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1181 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | "web.security.signup.fields.password" |
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 |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1141 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1163 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "web.security.signup.fields.password" "autocomplete" => "null" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_signup_password" ] |
cache_key | "_signup_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1123 -form: Symfony\Component\Form\Form {#1284 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#83 …5} |
full_name | "signup[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_password" |
label | "web.security.signup.fields.password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_password" |
valid | true |
value | "" |
terms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
mapped | false |
same as passed 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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1132 …} } |
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 {#1134 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 | 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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1165 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1152 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_signup_terms" ] |
cache_key | "_signup_terms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#92 -form: Symfony\Component\Form\Form {#1287 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#101 …5} |
full_name | "signup[terms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_terms" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "terms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_terms" |
valid | true |
value | "1" |
town
"Whater\Infrastructure\CommonBundle\Form\Type\EntityHiddenType"
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 | "Whater\Domain\Zones\Model\Town" |
same as passed value |
data | null |
same as passed value |
label | "admin.user.edit.fields.town" |
same as passed 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 |
class | "Whater\Domain\Zones\Model\Town" |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data | null |
data_class | null |
disabled | false |
documentation | [] |
em | "default" |
empty_data | Closure(FormInterface $form) {#1168 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The entity does not exist." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "admin.user.edit.fields.town" |
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 | "id" |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1158 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "whater_entity_hidden" "_signup_town" ] |
cache_key | "_signup_town_whater_entity_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#110 -form: Symfony\Component\Form\Form {#1290 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1366 …5} |
full_name | "signup[town]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_town" |
label | "admin.user.edit.fields.town" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "town" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_town" |
valid | true |
value | "" |
publicComments
"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" => "web.security.signup.fields.public_comments" ] |
[ "placeholder" => "web.security.signup.fields.public_comments" ] |
label | "web.security.signup.fields.public_comments" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "web.security.signup.fields.public_comments" ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | "web.security.signup.fields.public_comments" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1205 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "web.security.signup.fields.public_comments" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_signup_publicComments" ] |
cache_key | "_signup_publicComments_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1368 -form: Symfony\Component\Form\Form {#1293 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1369 …5} |
full_name | "signup[publicComments]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_publicComments" |
label | "web.security.signup.fields.public_comments" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "publicComments" |
pattern | null |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_publicComments" |
valid | true |
value | "" |
selectedTypes
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ true false false false false ] |
View Format |
[
"1"
]
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "type-users" ] |
[ "class" => "type-users" ] |
choices | [ "web.security.signup.type_of_user.type1" => 1 "web.security.signup.type_of_user.type2" => 2 "web.security.signup.type_of_user.type3" => 3 "web.security.signup.type_of_user.type4" => 4 "web.security.signup.type_of_user.type5" => 5 ] |
[ "web.security.signup.type_of_user.type1" => 1 "web.security.signup.type_of_user.type2" => 2 "web.security.signup.type_of_user.type3" => 3 "web.security.signup.type_of_user.type4" => 4 "web.security.signup.type_of_user.type5" => 5 ] |
data | [ true false false false false ] |
[ true false false false false ] |
expanded | true |
same as passed value |
label | "¿Qué tipo de usuario eres?" |
same as passed value |
multiple | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "type-users" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "web.security.signup.type_of_user.type1" => 1 "web.security.signup.type_of_user.type2" => 2 "web.security.signup.type_of_user.type3" => 3 "web.security.signup.type_of_user.type4" => 4 "web.security.signup.type_of_user.type5" => 5 ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data | [ true false false false false ] |
data_class | null |
disabled | false |
documentation | [] |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "¿Qué tipo de usuario eres?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | true |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1225 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "type-users" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_signup_selectedTypes" ] |
cache_key | "_signup_selectedTypes_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "web.security.signup.type_of_user.type1" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +label: "web.security.signup.type_of_user.type2" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +label: "web.security.signup.type_of_user.type3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "web.security.signup.type_of_user.type4" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "web.security.signup.type_of_user.type5" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | [ true false false false false ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1409 -form: Symfony\Component\Form\Form {#1341 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1370 …5} |
full_name | "signup[selectedTypes]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_selectedTypes" |
is_selected | Closure($choice, array $values) {#1413 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1212 …} } |
label | "¿Qué tipo de usuario eres?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "selectedTypes" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_selectedTypes" |
valid | true |
value | [
"1"
] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "web.security.signup.type_of_user.type1" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
value | "1" |
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 | "entry" |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1132 …} } |
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 {#1134 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "web.security.signup.type_of_user.type1" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1297 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_signup_selectedTypes_entry" ] |
cache_key | "_signup_selectedTypes_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1426 -form: Symfony\Component\Form\Form {#1344 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1424 …5} |
full_name | "signup[selectedTypes][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_selectedTypes_0" |
label | "web.security.signup.type_of_user.type1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_selectedTypes_entry" |
valid | true |
value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "web.security.signup.type_of_user.type2" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
value | "2" |
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 | "entry" |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1132 …} } |
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 {#1134 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "web.security.signup.type_of_user.type2" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1307 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1306 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_signup_selectedTypes_entry" ] |
cache_key | "_signup_selectedTypes_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1427 -form: Symfony\Component\Form\Form {#1347 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1428 …5} |
full_name | "signup[selectedTypes][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_selectedTypes_1" |
label | "web.security.signup.type_of_user.type2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_selectedTypes_entry" |
valid | true |
value | "2" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "web.security.signup.type_of_user.type3" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
value | "3" |
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 | "entry" |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1132 …} } |
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 {#1134 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "web.security.signup.type_of_user.type3" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1316 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1315 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_signup_selectedTypes_entry" ] |
cache_key | "_signup_selectedTypes_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1429 -form: Symfony\Component\Form\Form {#1350 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1430 …5} |
full_name | "signup[selectedTypes][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_selectedTypes_2" |
label | "web.security.signup.type_of_user.type3" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_selectedTypes_entry" |
valid | true |
value | "3" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "web.security.signup.type_of_user.type4" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
value | "4" |
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 | "entry" |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1132 …} } |
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 {#1134 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "web.security.signup.type_of_user.type4" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1325 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1324 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_signup_selectedTypes_entry" ] |
cache_key | "_signup_selectedTypes_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1431 -form: Symfony\Component\Form\Form {#1353 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1432 …5} |
full_name | "signup[selectedTypes][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_selectedTypes_3" |
label | "web.security.signup.type_of_user.type4" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_selectedTypes_entry" |
valid | true |
value | "4" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "web.security.signup.type_of_user.type5" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | null |
same as passed value |
value | "5" |
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 | "entry" |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form, $viewData) {#1150 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1132 …} } |
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 {#1134 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "web.security.signup.type_of_user.type5" |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1334 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1333 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_signup_selectedTypes_entry" ] |
cache_key | "_signup_selectedTypes_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1433 -form: Symfony\Component\Form\Form {#1356 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1434 …5} |
full_name | "signup[selectedTypes][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_selectedTypes_4" |
label | "web.security.signup.type_of_user.type5" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_selectedTypes_entry" |
valid | true |
value | "5" |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
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 | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
[ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1252 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
language | "es" |
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 |
public_key | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1254 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1253 …} } } |
url_challenge | null |
url_noscript | null |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "normal" ] ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "ewz_recaptcha" "_signup_recaptcha" ] |
cache_key | "_signup_recaptcha_ewz_recaptcha" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1414 -form: Symfony\Component\Form\Form {#1359 …} -errors: [] } |
ewz_recaptcha_api_host | "www.google.com" |
ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
ewz_recaptcha_enabled | false |
form | Symfony\Component\Form\FormView {#1412 …5} |
full_name | "signup[recaptcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_recaptcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recaptcha" |
priority | 0 |
public_key | "6LeOgtEUAAAAAKDoPnvxjAlSF2C79uhXltgHYwKh" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_recaptcha" |
valid | true |
value | "" |
referralCode
"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
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1261 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1262 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_signup_referralCode" ] |
cache_key | "_signup_referralCode_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1436 -form: Symfony\Component\Form\Form {#1362 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1435 …5} |
full_name | "signup[referralCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup_referralCode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "referralCode" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup_referralCode" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "22cb57b1ddf388d.Lmsjlw_aX3HXETeopIq8u6HLudnok9xelAFprT5O_XE.agNVuneRHCOAXATmzu7T_Nea3ZTa1q81xDcT5Eg5zBJ_WFP_X68UPuZ8VA" |
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 | "22cb57b1ddf388d.Lmsjlw_aX3HXETeopIq8u6HLudnok9xelAFprT5O_XE.agNVuneRHCOAXATmzu7T_Nea3ZTa1q81xDcT5Eg5zBJ_WFP_X68UPuZ8VA" |
same as passed value |
mapped | false |
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 | "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 {#157 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#156 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#813 …} -namespace: Closure() {#154 …} } |
data | "22cb57b1ddf388d.Lmsjlw_aX3HXETeopIq8u6HLudnok9xelAFprT5O_XE.agNVuneRHCOAXATmzu7T_Nea3ZTa1q81xDcT5Eg5zBJ_WFP_X68UPuZ8VA" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1255 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#267 …} } |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#152 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#539 …} $translationDomain: "validators" $message: Closure() {#1439 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_signup__token" ] |
cache_key | "_signup__token_hidden" |
compound | false |
data | "22cb57b1ddf388d.Lmsjlw_aX3HXETeopIq8u6HLudnok9xelAFprT5O_XE.agNVuneRHCOAXATmzu7T_Nea3ZTa1q81xDcT5Eg5zBJ_WFP_X68UPuZ8VA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1450 -form: Symfony\Component\Form\Form {#1446 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1441 …5} |
full_name | "signup[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "signup__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_signup__token" |
valid | true |
value | "22cb57b1ddf388d.Lmsjlw_aX3HXETeopIq8u6HLudnok9xelAFprT5O_XE.agNVuneRHCOAXATmzu7T_Nea3ZTa1q81xDcT5Eg5zBJ_WFP_X68UPuZ8VA" |