- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 122
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- 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
-
plainPassword
-
ownerFirstName
-
ownerLastName
-
ownerPhone
-
termsConsent
-
marketingConsent
-
_token
-
registration_form
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#340 -roles: [] -password: null -isVerified: false -lastLoginAt: null -ownerProfile: null -staffProfile: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#340 -roles: [] -password: null -isVerified: false -lastLoginAt: null -ownerProfile: null -staffProfile: 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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data | App\Entity\User {#340 -roles: [] -password: null -isVerified: false -lastLoginAt: null -ownerProfile: null -staffProfile: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#483 …} use: { $class: "App\Entity\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 | [] |
| 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() {#620 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#621 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\User {#340 -roles: [] -password: null -isVerified: false -lastLoginAt: null -ownerProfile: null -staffProfile: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#719 -form: Symfony\Component\Form\Form {#701 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#619 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\User {#340 -roles: [] -password: null -isVerified: false -lastLoginAt: null -ownerProfile: null -staffProfile: 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" => "registration.email_placeholder" ] |
[ "placeholder" => "registration.email_placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#666 +payload: null +message: "Please enter an email address" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#666 +payload: null +message: "Please enter an email address" +allowNull: false +normalizer: null } ] |
| label | "registration.email_address" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "registration.email_placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#666 +payload: null +message: "Please enter an email address" +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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#598 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#483 …} } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "registration.email_address" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#631 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "registration.email_placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#752 -form: Symfony\Component\Form\Form {#739 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#754 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "registration.email_address" |
| 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 | "_registration_form_email" |
| valid | true |
| value | "" |
plainPassword
"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 | [ "autocomplete" => "new-password" "placeholder" => "registration.password_placeholder" ] |
[ "autocomplete" => "new-password" "placeholder" => "registration.password_placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#634 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#635 +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: "Your password should be at least {{ limit }} characters" +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: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#634 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#635 +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: "Your password should be at least {{ limit }} characters" +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: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
| label | "registration.password" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" "placeholder" => "registration.password_placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#634 +payload: null +message: "Please enter a password" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#635 +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: "Your password should be at least {{ limit }} characters" +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: 4096 +min: 6 +charset: "UTF-8" +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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#612 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#483 …} } |
| 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 | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "registration.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| upload_max_size_message | Closure() {#617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#611 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" "placeholder" => "registration.password_placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#751 -form: Symfony\Component\Form\Form {#742 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#750 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword" |
| label | "registration.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword" |
| valid | true |
| value | "" |
ownerFirstName
"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" => "registration.first_name" ] |
[ "placeholder" => "registration.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#608 +payload: null +message: "Please enter your first name" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#608 +payload: null +message: "Please enter your first name" +allowNull: false +normalizer: null } ] |
| label | "registration.first_name" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "registration.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 {#608 +payload: null +message: "Please enter your first name" +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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| 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 {#483 …} } |
| 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 | "registration.first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#642 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#641 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "registration.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_ownerFirstName" ] |
| cache_key | "_registration_form_ownerFirstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#748 -form: Symfony\Component\Form\Form {#745 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#736 …5} |
| full_name | "registration_form[ownerFirstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_ownerFirstName" |
| label | "registration.first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ownerFirstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_ownerFirstName" |
| valid | true |
| value | "" |
ownerLastName
"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" => "registration.last_name" ] |
[ "placeholder" => "registration.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#607 +payload: null +message: "Please enter your last name" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#607 +payload: null +message: "Please enter your last name" +allowNull: false +normalizer: null } ] |
| label | "registration.last_name" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "registration.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#607 +payload: null +message: "Please enter your last name" +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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#483 …} } |
| 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 | "registration.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#650 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "registration.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_ownerLastName" ] |
| cache_key | "_registration_form_ownerLastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#692 -form: Symfony\Component\Form\Form {#703 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#678 …5} |
| full_name | "registration_form[ownerLastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_ownerLastName" |
| label | "registration.last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ownerLastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_ownerLastName" |
| valid | true |
| value | "" |
ownerPhone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "registration.phone_placeholder" ] |
[ "placeholder" => "registration.phone_placeholder" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#606 +payload: null +message: "Phone number must be in E.164 format (e.g., +1234567890)" +pattern: "/^\+[1-9]\d{1,14}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#606 +payload: null +message: "Phone number must be in E.164 format (e.g., +1234567890)" +pattern: "/^\+[1-9]\d{1,14}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "registration.phone_number" |
same as passed value |
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "registration.phone_placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#606 +payload: null +message: "Phone number must be in E.164 format (e.g., +1234567890)" +pattern: "/^\+[1-9]\d{1,14}$/" +htmlPattern: null +match: true +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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#659 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#483 …} } |
| 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "registration.phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#658 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "registration.phone_placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_registration_form_ownerPhone" ] |
| cache_key | "_registration_form_ownerPhone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#667 -form: Symfony\Component\Form\Form {#706 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#652 …5} |
| full_name | "registration_form[ownerPhone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_ownerPhone" |
| label | "registration.phone_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ownerPhone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_ownerPhone" |
| valid | true |
| value | "" |
termsConsent
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#672 +payload: null +message: "You must agree to the terms and conditions" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#672 +payload: null +message: "You must agree to the terms and conditions" } ] |
| label | "registration.terms_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 {#672 +payload: null +message: "You must agree to the terms and conditions" } ] |
| 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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#680 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#675 …} } |
| 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#679 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "registration.terms_consent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#684 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#686 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_termsConsent" ] |
| cache_key | "_registration_form_termsConsent_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#643 -form: Symfony\Component\Form\Form {#709 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#618 …5} |
| full_name | "registration_form[termsConsent]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_termsConsent" |
| label | "registration.terms_consent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "termsConsent" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_termsConsent" |
| valid | true |
| value | "1" |
marketingConsent
"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 |
|---|---|---|
| label | "registration.marketing_consent" |
same as passed 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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#680 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#675 …} } |
| 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#679 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "registration.marketing_consent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#693 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#694 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_marketingConsent" ] |
| cache_key | "_registration_form_marketingConsent_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#632 -form: Symfony\Component\Form\Form {#712 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#718 …5} |
| full_name | "registration_form[marketingConsent]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_marketingConsent" |
| label | "registration.marketing_consent" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "marketingConsent" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_marketingConsent" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7dd10476d1d.ak3MM6DByxy3WDBc8tTCJ6Etgu6CdVARlUB7hyguRuM.XXu9efmCo3nyLEM2ua2VT5hF16HLDARL-RAh0xEdBbwvf5ZEx6-Jf-UTaQ" |
| 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 | "7dd10476d1d.ak3MM6DByxy3WDBc8tTCJ6Etgu6CdVARlUB7hyguRuM.XXu9efmCo3nyLEM2ua2VT5hF16HLDARL-RAh0xEdBbwvf5ZEx6-Jf-UTaQ" |
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 {#580 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#581 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#582 …} -namespace: Closure() {#584 …} } |
| data | "7dd10476d1d.ak3MM6DByxy3WDBc8tTCJ6Etgu6CdVARlUB7hyguRuM.XXu9efmCo3nyLEM2ua2VT5hF16HLDARL-RAh0xEdBbwvf5ZEx6-Jf-UTaQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#721 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#483 …} } |
| 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 hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#590 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#377 …} $translationDomain: "validators" $message: Closure() {#725 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "7dd10476d1d.ak3MM6DByxy3WDBc8tTCJ6Etgu6CdVARlUB7hyguRuM.XXu9efmCo3nyLEM2ua2VT5hF16HLDARL-RAh0xEdBbwvf5ZEx6-Jf-UTaQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#769 -form: Symfony\Component\Form\Form {#765 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#760 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__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 | "_registration_form__token" |
| valid | true |
| value | "7dd10476d1d.ak3MM6DByxy3WDBc8tTCJ6Etgu6CdVARlUB7hyguRuM.XXu9efmCo3nyLEM2ua2VT5hF16HLDARL-RAh0xEdBbwvf5ZEx6-Jf-UTaQ" |