- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 11
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- 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
registrationForm
"App\Form\RegistrationForm"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\UserEntity {#450 #id: null #password: null #forgotPasswordCode: null #type: null #isActive: null #hasFirstReferral: null #hasEnabledTwoFa: null #isNewsletterSubscriber: null #twoFa: null #twoFaCode: null #status: null #firstName: null #lastName: null #email: null #token: null #referralCode: null #exchangePhrase: null #ipAddress: null #cloAddress: null #walletAddress: null #kycStatus: null #birthDate: null #phoneNo: null #nationality: null #address1: null #address2: null #city: null #zipCode: null #fbPageLink: null #twitterPageLink: null #igPageLink: null #idFile: null #idFileParse: null #idType: null #avatar: null #cardNo: null #country: null #createdBy: null #createdAt: null #updatedBy: null #updatedAt: null #referral: null #userOrderTokens: null #referrals: Doctrine\Common\Collections\ArrayCollection {#340 …} #userBonusTokens: null #supportTickets: Doctrine\Common\Collections\ArrayCollection {#378 …} #supportTicketResponses: Doctrine\Common\Collections\ArrayCollection {#376 …} #notifications: Doctrine\Common\Collections\ArrayCollection {#373 …} #userAdjustedTokens: null #bannedUsers: null #userStakeTokens: Doctrine\Common\Collections\ArrayCollection {#374 …} #userEmails: Doctrine\Common\Collections\ArrayCollection {#366 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\UserEntity {#450 #id: null #password: null #forgotPasswordCode: null #type: null #isActive: null #hasFirstReferral: null #hasEnabledTwoFa: null #isNewsletterSubscriber: null #twoFa: null #twoFaCode: null #status: null #firstName: null #lastName: null #email: null #token: null #referralCode: null #exchangePhrase: null #ipAddress: null #cloAddress: null #walletAddress: null #kycStatus: null #birthDate: null #phoneNo: null #nationality: null #address1: null #address2: null #city: null #zipCode: null #fbPageLink: null #twitterPageLink: null #igPageLink: null #idFile: null #idFileParse: null #idType: null #avatar: null #cardNo: null #country: null #createdBy: null #createdAt: null #updatedBy: null #updatedAt: null #referral: null #userOrderTokens: null #referrals: Doctrine\Common\Collections\ArrayCollection {#340 …} #userBonusTokens: null #supportTickets: Doctrine\Common\Collections\ArrayCollection {#378 …} #supportTicketResponses: Doctrine\Common\Collections\ArrayCollection {#376 …} #notifications: Doctrine\Common\Collections\ArrayCollection {#373 …} #userAdjustedTokens: null #bannedUsers: null #userStakeTokens: Doctrine\Common\Collections\ArrayCollection {#374 …} #userEmails: Doctrine\Common\Collections\ArrayCollection {#366 …} } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data | App\Entity\UserEntity {#450 #id: null #password: null #forgotPasswordCode: null #type: null #isActive: null #hasFirstReferral: null #hasEnabledTwoFa: null #isNewsletterSubscriber: null #twoFa: null #twoFaCode: null #status: null #firstName: null #lastName: null #email: null #token: null #referralCode: null #exchangePhrase: null #ipAddress: null #cloAddress: null #walletAddress: null #kycStatus: null #birthDate: null #phoneNo: null #nationality: null #address1: null #address2: null #city: null #zipCode: null #fbPageLink: null #twitterPageLink: null #igPageLink: null #idFile: null #idFileParse: null #idType: null #avatar: null #cardNo: null #country: null #createdBy: null #createdAt: null #updatedBy: null #updatedAt: null #referral: null #userOrderTokens: null #referrals: Doctrine\Common\Collections\ArrayCollection {#340 …} #userBonusTokens: null #supportTickets: Doctrine\Common\Collections\ArrayCollection {#378 …} #supportTicketResponses: Doctrine\Common\Collections\ArrayCollection {#376 …} #notifications: Doctrine\Common\Collections\ArrayCollection {#373 …} #userAdjustedTokens: null #bannedUsers: null #userStakeTokens: Doctrine\Common\Collections\ArrayCollection {#374 …} #userEmails: Doctrine\Common\Collections\ArrayCollection {#366 …} } |
data_class | "App\Entity\UserEntity" |
disabled | false |
empty_data | Closure(FormInterface $form) {#573 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} use: { $class: "App\Entity\UserEntity" } } |
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 |
intention | "userEntity_intention" |
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() {#571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#572 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registrationForm" "_registrationForm" ] |
cache_key | "_registrationForm_registrationForm" |
compound | true |
data | App\Entity\UserEntity {#450 #id: null #password: null #forgotPasswordCode: null #type: null #isActive: null #hasFirstReferral: null #hasEnabledTwoFa: null #isNewsletterSubscriber: null #twoFa: null #twoFaCode: null #status: null #firstName: null #lastName: null #email: null #token: null #referralCode: null #exchangePhrase: null #ipAddress: null #cloAddress: null #walletAddress: null #kycStatus: null #birthDate: null #phoneNo: null #nationality: null #address1: null #address2: null #city: null #zipCode: null #fbPageLink: null #twitterPageLink: null #igPageLink: null #idFile: null #idFileParse: null #idType: null #avatar: null #cardNo: null #country: null #createdBy: null #createdAt: null #updatedBy: null #updatedAt: null #referral: null #userOrderTokens: null #referrals: Doctrine\Common\Collections\ArrayCollection {#340 …} #userBonusTokens: null #supportTickets: Doctrine\Common\Collections\ArrayCollection {#378 …} #supportTicketResponses: Doctrine\Common\Collections\ArrayCollection {#376 …} #notifications: Doctrine\Common\Collections\ArrayCollection {#373 …} #userAdjustedTokens: null #bannedUsers: null #userStakeTokens: Doctrine\Common\Collections\ArrayCollection {#374 …} #userEmails: Doctrine\Common\Collections\ArrayCollection {#366 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#671 -form: Symfony\Component\Form\Form {#624 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#570 …5} |
full_name | "registrationForm" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registrationForm" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registrationForm" |
valid | true |
value | App\Entity\UserEntity {#450 #id: null #password: null #forgotPasswordCode: null #type: null #isActive: null #hasFirstReferral: null #hasEnabledTwoFa: null #isNewsletterSubscriber: null #twoFa: null #twoFaCode: null #status: null #firstName: null #lastName: null #email: null #token: null #referralCode: null #exchangePhrase: null #ipAddress: null #cloAddress: null #walletAddress: null #kycStatus: null #birthDate: null #phoneNo: null #nationality: null #address1: null #address2: null #city: null #zipCode: null #fbPageLink: null #twitterPageLink: null #igPageLink: null #idFile: null #idFileParse: null #idType: null #avatar: null #cardNo: null #country: null #createdBy: null #createdAt: null #updatedBy: null #updatedAt: null #referral: null #userOrderTokens: null #referrals: Doctrine\Common\Collections\ArrayCollection {#340 …} #userBonusTokens: null #supportTickets: Doctrine\Common\Collections\ArrayCollection {#378 …} #supportTicketResponses: Doctrine\Common\Collections\ArrayCollection {#376 …} #notifications: Doctrine\Common\Collections\ArrayCollection {#373 …} #userAdjustedTokens: null #bannedUsers: null #userStakeTokens: Doctrine\Common\Collections\ArrayCollection {#374 …} #userEmails: Doctrine\Common\Collections\ArrayCollection {#366 …} } |
"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 | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter Your Email Address" ] |
[ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter Your Email Address" ] |
label | "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 | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter Your Email Address" ] |
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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#577 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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 | "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() {#425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#608 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter Your Email Address" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registrationForm_email" ] |
cache_key | "_registrationForm_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#695 -form: Symfony\Component\Form\Form {#658 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#701 …5} |
full_name | "registrationForm[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_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 | "_registrationForm_email" |
valid | true |
value | "" |
first_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You First Name" ] |
[ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You First Name" ] |
label | "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 | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You First 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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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 | "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() {#441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#434 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You First Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registrationForm_first_name" ] |
cache_key | "_registrationForm_first_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#694 -form: Symfony\Component\Form\Form {#662 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#693 …5} |
full_name | "registrationForm[first_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_first_name" |
label | "First Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first_name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registrationForm_first_name" |
valid | true |
value | "" |
last_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You Last Name" ] |
[ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You Last Name" ] |
label | "Last 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 | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You 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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#345 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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 | "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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#347 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#346 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Please Enter You Last Name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registrationForm_last_name" ] |
cache_key | "_registrationForm_last_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#692 -form: Symfony\Component\Form\Form {#665 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#690 …5} |
full_name | "registrationForm[last_name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_last_name" |
label | "Last Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "last_name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registrationForm_last_name" |
valid | true |
value | "" |
id
"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 |
---|---|---|
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#579 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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() {#587 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#580 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_registrationForm_id" ] |
cache_key | "_registrationForm_id_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#195 -form: Symfony\Component\Form\Form {#622 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#643 …5} |
full_name | "registrationForm[id]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_id" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "id" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registrationForm_id" |
valid | true |
value | "" |
password
"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" "attr" => [ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured Password" ] ] |
[ "label" => "Password" "attr" => [ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured Password" ] ] |
invalid_message | "The password fields must match." |
same as passed value |
options | [ "attr" => [ "class" => "password-field form-control data-hj-allow" ] ] |
[ "attr" => [ "class" => "password-field form-control data-hj-allow" ] ] |
required | true |
same as passed value |
second_options | [ "label" => "Repeat Password" "attr" => [ "class" => "form-control data-hj-allow" "placeholder" => "Confirm Password" ] ] |
[ "label" => "Repeat Password" "attr" => [ "class" => "form-control data-hj-allow" "placeholder" => "Confirm 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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#600 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Password" "attr" => [ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured Password" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password fields must match." |
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 | [ "attr" => [ "class" => "password-field form-control data-hj-allow" ] ] |
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" => "Repeat Password" "attr" => [ "class" => "form-control data-hj-allow" "placeholder" => "Confirm Password" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#594 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#595 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registrationForm_password" ] |
cache_key | "_registrationForm_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#635 -form: Symfony\Component\Form\Form {#647 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#588 …5} |
full_name | "registrationForm[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_password" |
label | null |
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 | "_registrationForm_password" |
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 |
---|---|---|
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured Password" ] |
[ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured 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 | true |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured 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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#627 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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() {#634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#628 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Put a Secured Password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registrationForm_password_first" ] |
cache_key | "_registrationForm_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#670 -form: Symfony\Component\Form\Form {#650 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#426 …5} |
full_name | "registrationForm[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_password_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 | "_registrationForm_password_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 |
---|---|---|
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Confirm Password" ] |
[ "class" => "form-control data-hj-allow" "placeholder" => "Confirm Password" ] |
error_bubbling | false |
false
|
label | "Repeat 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 | true |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Confirm 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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#640 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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 | "Repeat 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() {#642 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#641 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control data-hj-allow" "placeholder" => "Confirm Password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registrationForm_password_second" ] |
cache_key | "_registrationForm_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#677 -form: Symfony\Component\Form\Form {#653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#676 …5} |
full_name | "registrationForm[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm_password_second" |
label | "Repeat Password" |
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 | "_registrationForm_password_second" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "304ab035eb90c448782f.EwoO0NH_sjkbAxojaH3G9uYwi8g-eNwAE77VbbBwpxM.Sz9qqrOI9V9eckJPMi6MnJJGuKIKGaVUWo-_C-oJkHBpWWOc4YX_DFxKaQ" |
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 | "304ab035eb90c448782f.EwoO0NH_sjkbAxojaH3G9uYwi8g-eNwAE77VbbBwpxM.Sz9qqrOI9V9eckJPMi6MnJJGuKIKGaVUWo-_C-oJkHBpWWOc4YX_DFxKaQ" |
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 {#465 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#464 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#463 …} -namespace: Closure() {#461 …} } |
data | "304ab035eb90c448782f.EwoO0NH_sjkbAxojaH3G9uYwi8g-eNwAE77VbbBwpxM.Sz9qqrOI9V9eckJPMi6MnJJGuKIKGaVUWo-_C-oJkHBpWWOc4YX_DFxKaQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#704 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#330 …} } |
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() {#449 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#422 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#372 …} $translationDomain: "validators" $message: Closure() {#348 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registrationForm__token" ] |
cache_key | "_registrationForm__token_hidden" |
compound | false |
data | "304ab035eb90c448782f.EwoO0NH_sjkbAxojaH3G9uYwi8g-eNwAE77VbbBwpxM.Sz9qqrOI9V9eckJPMi6MnJJGuKIKGaVUWo-_C-oJkHBpWWOc4YX_DFxKaQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#713 -form: Symfony\Component\Form\Form {#709 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#705 …5} |
full_name | "registrationForm[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registrationForm__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 | "_registrationForm__token" |
valid | true |
value | "304ab035eb90c448782f.EwoO0NH_sjkbAxojaH3G9uYwi8g-eNwAE77VbbBwpxM.Sz9qqrOI9V9eckJPMi6MnJJGuKIKGaVUWo-_C-oJkHBpWWOc4YX_DFxKaQ" |