- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 56
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- Doctrine
- Debug
- E-mails
- VichUploader
- 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
register
"App\Form\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Data\User {#658 -roles: [] -userGroup: null -companies: Doctrine\Common\Collections\ArrayCollection {#660 …} -referer: null -locale: null -mobile: null -securityQuestion1: null -securityAnswer1: null -newSecurityAnswer1: null -securityQuestion2: null -securityAnswer2: null -newSecurityAnswer2: null -emailAlternative: null -lastIp: null -lastGeoCity: null -lastGeoCountryId: null -lastGeoCountry: null -lastLoginOn: null -deletedOn: null -failedLoginCount: null -lastSecurityType: null -salutation: null -title: null -firstName: null -lastName: null -emailConfirmationCode: null -emailConfirmationExpiryOn: null -isEmailConfirmed: false -recoverPasswordCode: null -recoverPasswordCodeExpiryOn: null -emailResendRequestCode: null -emailResendRequestCodeExpiryOn: null -otp: null -otpNew: null -maidenName: null -gender: null -birthDate: null -birthCountryId: null -birthCountry: null -birthPlace: null -nationalityId: null -nationality: null -nationalityFormerId: null -nationalityFormer: null -nationalityAdditionalId: null -nationalityAdditional: null -localeAdditional: null -createdOn: null -updatedOn: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Data\User {#658 -roles: [] -userGroup: null -companies: Doctrine\Common\Collections\ArrayCollection {#660 …} -referer: null -locale: null -mobile: null -securityQuestion1: null -securityAnswer1: null -newSecurityAnswer1: null -securityQuestion2: null -securityAnswer2: null -newSecurityAnswer2: null -emailAlternative: null -lastIp: null -lastGeoCity: null -lastGeoCountryId: null -lastGeoCountry: null -lastLoginOn: null -deletedOn: null -failedLoginCount: null -lastSecurityType: null -salutation: null -title: null -firstName: null -lastName: null -emailConfirmationCode: null -emailConfirmationExpiryOn: null -isEmailConfirmed: false -recoverPasswordCode: null -recoverPasswordCodeExpiryOn: null -emailResendRequestCode: null -emailResendRequestCodeExpiryOn: null -otp: null -otpNew: null -maidenName: null -gender: null -birthDate: null -birthCountryId: null -birthCountry: null -birthPlace: null -nationalityId: null -nationality: null -nationalityFormerId: null -nationalityFormer: null -nationalityAdditionalId: null -nationalityAdditional: null -localeAdditional: null -createdOn: null -updatedOn: null } |
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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data | App\Entity\Data\User {#658 -roles: [] -userGroup: null -companies: Doctrine\Common\Collections\ArrayCollection {#660 …} -referer: null -locale: null -mobile: null -securityQuestion1: null -securityAnswer1: null -newSecurityAnswer1: null -securityQuestion2: null -securityAnswer2: null -newSecurityAnswer2: null -emailAlternative: null -lastIp: null -lastGeoCity: null -lastGeoCountryId: null -lastGeoCountry: null -lastLoginOn: null -deletedOn: null -failedLoginCount: null -lastSecurityType: null -salutation: null -title: null -firstName: null -lastName: null -emailConfirmationCode: null -emailConfirmationExpiryOn: null -isEmailConfirmed: false -recoverPasswordCode: null -recoverPasswordCodeExpiryOn: null -emailResendRequestCode: null -emailResendRequestCodeExpiryOn: null -otp: null -otpNew: null -maidenName: null -gender: null -birthDate: null -birthCountryId: null -birthCountry: null -birthPlace: null -nationalityId: null -nationality: null -nationalityFormerId: null -nationalityFormer: null -nationalityAdditionalId: null -nationalityAdditional: null -localeAdditional: null -createdOn: null -updatedOn: null } |
| data_class | "App\Entity\Data\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} use: { $class: "App\Entity\Data\User" } } |
| 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 |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#749 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#748 …} } } |
| validation_groups | [ "Default" "register" ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | App\Entity\Data\User {#658 -roles: [] -userGroup: null -companies: Doctrine\Common\Collections\ArrayCollection {#660 …} -referer: null -locale: null -mobile: null -securityQuestion1: null -securityAnswer1: null -newSecurityAnswer1: null -securityQuestion2: null -securityAnswer2: null -newSecurityAnswer2: null -emailAlternative: null -lastIp: null -lastGeoCity: null -lastGeoCountryId: null -lastGeoCountry: null -lastLoginOn: null -deletedOn: null -failedLoginCount: null -lastSecurityType: null -salutation: null -title: null -firstName: null -lastName: null -emailConfirmationCode: null -emailConfirmationExpiryOn: null -isEmailConfirmed: false -recoverPasswordCode: null -recoverPasswordCodeExpiryOn: null -emailResendRequestCode: null -emailResendRequestCodeExpiryOn: null -otp: null -otpNew: null -maidenName: null -gender: null -birthDate: null -birthCountryId: null -birthCountry: null -birthPlace: null -nationalityId: null -nationality: null -nationalityFormerId: null -nationalityFormer: null -nationalityAdditionalId: null -nationalityAdditional: null -localeAdditional: null -createdOn: null -updatedOn: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#850 -form: Symfony\Component\Form\Form {#856 …} -errors: [] } |
| field_type | "register" |
| field_type_full | [
"_register"
] |
| form | Symfony\Component\Form\FormView {#750 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register" |
| valid | true |
| value | App\Entity\Data\User {#658 -roles: [] -userGroup: null -companies: Doctrine\Common\Collections\ArrayCollection {#660 …} -referer: null -locale: null -mobile: null -securityQuestion1: null -securityAnswer1: null -newSecurityAnswer1: null -securityQuestion2: null -securityAnswer2: null -newSecurityAnswer2: null -emailAlternative: null -lastIp: null -lastGeoCity: null -lastGeoCountryId: null -lastGeoCountry: null -lastLoginOn: null -deletedOn: null -failedLoginCount: null -lastSecurityType: null -salutation: null -title: null -firstName: null -lastName: null -emailConfirmationCode: null -emailConfirmationExpiryOn: null -isEmailConfirmed: false -recoverPasswordCode: null -recoverPasswordCodeExpiryOn: null -emailResendRequestCode: null -emailResendRequestCodeExpiryOn: null -otp: null -otpNew: null -maidenName: null -gender: null -birthDate: null -birthCountryId: null -birthCountry: null -birthPlace: null -nationalityId: null -nationality: null -nationalityFormerId: null -nationalityFormer: null -nationalityAdditionalId: null -nationalityAdditional: null -localeAdditional: null -createdOn: null -updatedOn: 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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| hint | "email__hint" |
same as passed value |
| label | "email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "new-password" ] |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#768 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} } |
| 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 | [] |
| hint | "email__hint" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#767 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#789 -form: Symfony\Component\Form\Form {#859 …} -errors: [] } |
| field_type | "text" |
| field_type_full | [ "email" "_register_email" ] |
| form | Symfony\Component\Form\FormView {#812 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "email__hint" |
| id | "register_email" |
| label | "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 | "_register_email" |
| valid | true |
| value | "" |
newPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "password" "always_empty" => false "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "password" "always_empty" => false "attr" => [ "autocomplete" => "new-password" ] ] |
| hint | "password__hint" |
same as passed value |
| invalid_message | "validate.password.not_same" |
same as passed value |
| second_options | [ "label" => "password_repeat" "always_empty" => false "attr" => [ "autocomplete" => "new-password" ] ] |
[ "label" => "password_repeat" "always_empty" => false "attr" => [ "autocomplete" => "new-password" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "password" "always_empty" => false "attr" => [ "autocomplete" => "new-password" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "password__hint" |
| inherit_data | false |
| invalid_message | "validate.password.not_same" |
| 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" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "password_repeat" "always_empty" => false "attr" => [ "autocomplete" => "new-password" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#787 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_newPassword" ] |
| cache_key | "_register_newPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#883 …} -errors: [] } |
| field_type | "repeated" |
| field_type_full | [
"_register_newPassword"
] |
| form | Symfony\Component\Form\FormView {#871 …5} |
| full_name | "register[newPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "password__hint" |
| id | "register_newPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "newPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_newPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"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 |
|---|---|---|
| always_empty | false |
false
|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "password" |
same as passed value |
| mapped | true |
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 | false |
| attr | [ "autocomplete" => "new-password" ] |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#868 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} } |
| 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 | "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() {#870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#867 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_newPassword_first" ] |
| cache_key | "_register_newPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#908 -form: Symfony\Component\Form\Form {#886 …} -errors: [] } |
| field_type | "password" |
| field_type_full | [
"_register_newPassword_first"
] |
| form | Symfony\Component\Form\FormView {#907 …5} |
| full_name | "register[newPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "password__hint" |
| id | "register_newPassword_first" |
| label | "password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_newPassword_first" |
| valid | true |
| value | "" |
second
"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 |
|---|---|---|
| always_empty | false |
false
|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "password_repeat" |
same as passed value |
| mapped | true |
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 | false |
| attr | [ "autocomplete" => "new-password" ] |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#876 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} } |
| 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 | "password_repeat" |
| 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() {#878 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#877 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_newPassword_second" ] |
| cache_key | "_register_newPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#909 -form: Symfony\Component\Form\Form {#889 …} -errors: [] } |
| field_type | "password" |
| field_type_full | [
"_register_newPassword_second"
] |
| form | Symfony\Component\Form\FormView {#910 …5} |
| full_name | "register[newPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "password__hint" |
| id | "register_newPassword_second" |
| label | "password_repeat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_newPassword_second" |
| valid | true |
| value | "" |
captcha
"App\Form\Type\CaptchaType"
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 |
| as_file | false |
| as_url | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| background_color | [ 255 255 255 ] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | "cp101" |
| charset | "abcdefhjkmnprstuvwxyz23456789" |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| distortion | false |
| empty_data | Closure(FormInterface $form) {#809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} } |
| error_bubbling | false |
| error_mapping | [] |
| expiration | 60 |
| extra_fields_message | "This form should not contain extra fields." |
| font | "/home/hmdev/web/staging/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 56 |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| humanity | 0 |
| ignore_all_effects | false |
| image_folder | "captcha" |
| inherit_data | false |
| interpolation | true |
| invalid_message | "validate.captcha.wrong" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_value | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| length | 4 |
| mapped | false |
| max_behind_lines | null |
| max_front_lines | 0 |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| quality | 50 |
| reload | true |
| required | true |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| text_color | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#810 …} } } |
| validation_groups | null |
| web_path | "/home/hmdev/web/staging/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 120 |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "app_captcha" "_register_captcha" ] |
| cache_key | "_register_captcha_app_captcha" |
| captcha_code | "/generate-captcha/_captcha_captcha?n=26a7706b60ced801b5ffd91ab7bea22c" |
| captcha_height | 56 |
| captcha_width | 120 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#771 -form: Symfony\Component\Form\Form {#892 …} -errors: [] } |
| field_type | "text" |
| field_type_full | [ "captcha" "app_captcha" "_register_captcha" ] |
| form | Symfony\Component\Form\FormView {#905 …5} |
| full_name | "register[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_captcha" |
| image_id | "captcha_69a65e7829e96" |
| is_human | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| reload | true |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_captcha" |
| valid | true |
| value | "" |
transmissionConsent
"App\Form\Type\ToggleType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#755 +payload: null +message: "validate.check.not_true" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#755 +payload: null +message: "validate.check.not_true" } ] |
| label | "lbl.transmission_consent" |
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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#755 +payload: null +message: "validate.check.not_true" } ] |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#825 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#819 …} } |
| 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 {#827 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "lbl.transmission_consent" |
| 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() {#828 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#831 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "toggle_button" "_register_transmissionConsent" ] |
| cache_key | "_register_transmissionConsent_toggle_button" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#964 -form: Symfony\Component\Form\Form {#895 …} -errors: [] } |
| field_type | "checkbox" |
| field_type_full | [ "toggle_button" "_register_transmissionConsent" ] |
| form | Symfony\Component\Form\FormView {#963 …5} |
| full_name | "register[transmissionConsent]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_transmissionConsent" |
| label | "lbl.transmission_consent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "transmissionConsent" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_transmissionConsent" |
| valid | true |
| value | "1" |
emailOwner
"App\Form\Type\ToggleType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#756 +payload: null +message: "validate.check.not_true" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#756 +payload: null +message: "validate.check.not_true" } ] |
| label | "lbl.email_owner" |
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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#756 +payload: null +message: "validate.check.not_true" } ] |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#825 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#819 …} } |
| 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 {#827 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "lbl.email_owner" |
| 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() {#840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#839 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "toggle_button" "_register_emailOwner" ] |
| cache_key | "_register_emailOwner_toggle_button" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#962 -form: Symfony\Component\Form\Form {#898 …} -errors: [] } |
| field_type | "checkbox" |
| field_type_full | [ "toggle_button" "_register_emailOwner" ] |
| form | Symfony\Component\Form\FormView {#961 …5} |
| full_name | "register[emailOwner]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_emailOwner" |
| label | "lbl.email_owner" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailOwner" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_emailOwner" |
| valid | true |
| value | "1" |
termsAgree
"App\Form\Type\ToggleType"
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#757 +payload: null +message: "validate.check.not_true" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#757 +payload: null +message: "validate.check.not_true" } ] |
| label | "lbl.terms_agree" |
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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#757 +payload: null +message: "validate.check.not_true" } ] |
| 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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#825 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#819 …} } |
| 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 {#827 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "lbl.terms_agree" |
| 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() {#849 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#848 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "toggle_button" "_register_termsAgree" ] |
| cache_key | "_register_termsAgree_toggle_button" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#960 -form: Symfony\Component\Form\Form {#901 …} -errors: [] } |
| field_type | "checkbox" |
| field_type_full | [ "toggle_button" "_register_termsAgree" ] |
| form | Symfony\Component\Form\FormView {#959 …5} |
| full_name | "register[termsAgree]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_termsAgree" |
| label | "lbl.terms_agree" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "termsAgree" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_termsAgree" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7cd74c09e0b97d9.Ts1qQmrtCLiBEXRrN362MNL9zImKSjVlahByQrPpM_k.IYg5Lg3cac3IIiAyGjHaeObJjsiyDEETBmgdINSLdpsBpxwPOp5n-ck8PQ" |
| 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 | "7cd74c09e0b97d9.Ts1qQmrtCLiBEXRrN362MNL9zImKSjVlahByQrPpM_k.IYg5Lg3cac3IIiAyGjHaeObJjsiyDEETBmgdINSLdpsBpxwPOp5n-ck8PQ" |
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 {#262 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#255 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#257 …} } |
| data | "7cd74c09e0b97d9.Ts1qQmrtCLiBEXRrN362MNL9zImKSjVlahByQrPpM_k.IYg5Lg3cac3IIiAyGjHaeObJjsiyDEETBmgdINSLdpsBpxwPOp5n-ck8PQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#954 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#679 …} } |
| 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() {#952 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#730 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#955 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "translatable" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] |
| cache_key | "_register__token_hidden" |
| compound | false |
| data | "7cd74c09e0b97d9.Ts1qQmrtCLiBEXRrN362MNL9zImKSjVlahByQrPpM_k.IYg5Lg3cac3IIiAyGjHaeObJjsiyDEETBmgdINSLdpsBpxwPOp5n-ck8PQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#942 -form: Symfony\Component\Form\Form {#946 …} -errors: [] } |
| field_type | "hidden" |
| field_type_full | [ "csrf_token" "_register__token" ] |
| form | Symfony\Component\Form\FormView {#951 …5} |
| full_name | "register[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register__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 | "_register__token" |
| valid | true |
| value | "7cd74c09e0b97d9.Ts1qQmrtCLiBEXRrN362MNL9zImKSjVlahByQrPpM_k.IYg5Lg3cac3IIiAyGjHaeObJjsiyDEETBmgdINSLdpsBpxwPOp5n-ck8PQ" |