- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 140
- Events
- Routing
- Cache
- Translation 102
- Security
- Twig
- HTTP Client
- Doctrine 1
- E-mails
- Messages
- E-mails
- Notifications
- Pheanstalk 0 0 Jb
- 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
app_user_registration
"WebBundle\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | WebBundle\Form\UserRegistrationForm {#3651 +email: null +country: null +plainPassword: null +zip: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | WebBundle\Form\UserRegistrationForm {#3651 +email: null +country: null +plainPassword: null +zip: 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 | false |
| csrf_token_id | "registration" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data | WebBundle\Form\UserRegistrationForm {#3651 +email: null +country: null +plainPassword: null +zip: null } |
| data_class | "WebBundle\Form\UserRegistrationForm" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3723 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3653 …} use: { $class: "WebBundle\Form\UserRegistrationForm" } } |
| 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 | "registration" |
| 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() {#3725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3724 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "app_user_registration" "_app_user_registration" ] |
| cache_key | "_app_user_registration_app_user_registration" |
| compound | true |
| data | WebBundle\Form\UserRegistrationForm {#3651 +email: null +country: null +plainPassword: null +zip: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3874 -form: Symfony\Component\Form\Form {#3845 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3839 …5} |
| full_name | "app_user_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "app_user_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration" |
| valid | true |
| value | WebBundle\Form\UserRegistrationForm {#3651 +email: null +country: null +plainPassword: null +zip: 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 | [ "rel" => "tooltip" "title" => "Fill out the field" "data-empty" => "The "Email" field should be filled" "data-error" => "Invalid Email address." ] |
[ "rel" => "tooltip" "title" => "Fill out the field" "data-empty" => "The "Email" field should be filled" "data-error" => "Invalid Email address." ] |
| label | "form.email" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rel" => "tooltip" "title" => "Fill out the field" "data-empty" => "The "Email" field should be filled" "data-error" => "Invalid 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 {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3805 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3653 …} } |
| 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 | "form.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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3806 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "title" => "Fill out the field" "data-empty" => "The "Email" field should be filled" "data-error" => "Invalid Email address." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_app_user_registration_email" ] |
| cache_key | "_app_user_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3802 -form: Symfony\Component\Form\Form {#3848 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3781 …5} |
| full_name | "app_user_registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_email" |
| valid | true |
| value | "" |
country
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Country field is mandatory." ] |
[ "class" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Country field is mandatory." ] |
| choices | [ "Rest of the World" => 999 "Austria" => "40" "Belgium" => "56" "Bulgaria" => "100" "Canada" => "124" "Croatia" => "191" "Cyprus" => "196" "Czech Republic" => "203" "Denmark" => "208" "Estonia" => "233" "Finland" => "246" "France" => "250" "Germany" => "276" "Gibraltar" => "292" "Greece" => "300" "Hong Kong" => "344" "Hungary" => "348" "Ireland" => "372" "Italy" => "380" "Latvia" => "428" "Lithuania" => "440" "Luxemburg" => "442" "Malta" => "470" "Netherlands" => "528" "Norway" => "578" "Poland" => "616" "Portugal" => "620" "Romania" => "642" "Singapore" => "702" "Slovakia" => "703" "Slovenia" => "705" "Spain" => "724" "Sweden" => "752" "Switzerland" => "756" "UK" => "826" "USA" => "840" ] |
[ "Rest of the World" => 999 "Austria" => "40" "Belgium" => "56" "Bulgaria" => "100" "Canada" => "124" "Croatia" => "191" "Cyprus" => "196" "Czech Republic" => "203" "Denmark" => "208" "Estonia" => "233" "Finland" => "246" "France" => "250" "Germany" => "276" "Gibraltar" => "292" "Greece" => "300" "Hong Kong" => "344" "Hungary" => "348" "Ireland" => "372" "Italy" => "380" "Latvia" => "428" "Lithuania" => "440" "Luxemburg" => "442" "Malta" => "470" "Netherlands" => "528" "Norway" => "578" "Poland" => "616" "Portugal" => "620" "Romania" => "642" "Singapore" => "702" "Slovakia" => "703" "Slovenia" => "705" "Spain" => "724" "Sweden" => "752" "Switzerland" => "756" "UK" => "826" "USA" => "840" ] |
| expanded | false |
same as passed value |
| label | "Country*" |
same as passed value |
| multiple | false |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Country field is mandatory." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Rest of the World" => 999 "Austria" => "40" "Belgium" => "56" "Bulgaria" => "100" "Canada" => "124" "Croatia" => "191" "Cyprus" => "196" "Czech Republic" => "203" "Denmark" => "208" "Estonia" => "233" "Finland" => "246" "France" => "250" "Germany" => "276" "Gibraltar" => "292" "Greece" => "300" "Hong Kong" => "344" "Hungary" => "348" "Ireland" => "372" "Italy" => "380" "Latvia" => "428" "Lithuania" => "440" "Luxemburg" => "442" "Malta" => "470" "Netherlands" => "528" "Norway" => "578" "Poland" => "616" "Portugal" => "620" "Romania" => "642" "Singapore" => "702" "Slovakia" => "703" "Slovenia" => "705" "Spain" => "724" "Sweden" => "752" "Switzerland" => "756" "UK" => "826" "USA" => "840" ] |
| 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 {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Country*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3784 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Country field is mandatory." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_app_user_registration_country" ] |
| cache_key | "_app_user_registration_country_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3891 +label: "Rest of the World" +value: "999" +data: 999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3892 +label: "Austria" +value: "40" +data: "40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3893 +label: "Belgium" +value: "56" +data: "56" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3909 +label: "Bulgaria" +value: "100" +data: "100" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3911 +label: "Canada" +value: "124" +data: "124" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3912 +label: "Croatia" +value: "191" +data: "191" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3913 +label: "Cyprus" +value: "196" +data: "196" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3914 +label: "Czech Republic" +value: "203" +data: "203" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3920 +label: "Denmark" +value: "208" +data: "208" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +label: "Estonia" +value: "233" +data: "233" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3923 +label: "Finland" +value: "246" +data: "246" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3924 +label: "France" +value: "250" +data: "250" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3925 +label: "Germany" +value: "276" +data: "276" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3926 +label: "Gibraltar" +value: "292" +data: "292" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3927 +label: "Greece" +value: "300" +data: "300" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3928 +label: "Hong Kong" +value: "344" +data: "344" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +label: "Hungary" +value: "348" +data: "348" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3930 +label: "Ireland" +value: "372" +data: "372" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +label: "Italy" +value: "380" +data: "380" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3932 +label: "Latvia" +value: "428" +data: "428" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3933 +label: "Lithuania" +value: "440" +data: "440" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +label: "Luxemburg" +value: "442" +data: "442" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +label: "Malta" +value: "470" +data: "470" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3936 +label: "Netherlands" +value: "528" +data: "528" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3937 +label: "Norway" +value: "578" +data: "578" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3938 +label: "Poland" +value: "616" +data: "616" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3939 +label: "Portugal" +value: "620" +data: "620" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3940 +label: "Romania" +value: "642" +data: "642" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3941 +label: "Singapore" +value: "702" +data: "702" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +label: "Slovakia" +value: "703" +data: "703" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3943 +label: "Slovenia" +value: "705" +data: "705" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +label: "Spain" +value: "724" +data: "724" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3945 +label: "Sweden" +value: "752" +data: "752" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3946 +label: "Switzerland" +value: "756" +data: "756" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +label: "UK" +value: "826" +data: "826" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3948 +label: "USA" +value: "840" +data: "840" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3888 -form: Symfony\Component\Form\Form {#3851 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3890 …5} |
| full_name | "app_user_registration[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_country" |
| is_selected | Closure($choice, $value) {#3950 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3797 …} } |
| label | "Country*" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_country" |
| valid | true |
| value | "" |
zip
"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 | [ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Example: 123456" "data-empty" => "Postal Code field is mandatory." ] |
[ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Example: 123456" "data-empty" => "Postal Code field is mandatory." ] |
| label | "Postal Code" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Example: 123456" "data-empty" => "Postal Code field is mandatory." ] |
| 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 {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3653 …} } |
| 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 | "Postal Code" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3817 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Example: 123456" "data-empty" => "Postal Code field is mandatory." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_zip" ] |
| cache_key | "_app_user_registration_zip_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3951 -form: Symfony\Component\Form\Form {#3854 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3952 …5} |
| full_name | "app_user_registration[zip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_zip" |
| label | "Postal Code" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "zip" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_zip" |
| valid | true |
| value | "" |
plainPassword
"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 |
|---|---|---|
| attr | [ "title" => "Fill out the field" ] |
[ "title" => "Fill out the field" ] |
| first_options | [ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] ] |
[ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] ] |
| invalid_message | "fos_user.password.mismatch" |
same as passed value |
| label | false |
same as passed value |
| required | false |
same as passed value |
| second_options | [ "label" => "form.password_confirmation" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] ] |
[ "label" => "form.password_confirmation" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] ] |
| 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 | [ "title" => "Fill out the field" ] |
| 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 {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3835 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3653 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "fos_user.password.mismatch" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| 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 | false |
| row_attr | [] |
| second_name | "second" |
| second_options | [ "label" => "form.password_confirmation" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#3838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3837 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "title" => "Fill out the field" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_app_user_registration_plainPassword" ] |
| cache_key | "_app_user_registration_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3953 -form: Symfony\Component\Form\Form {#3878 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3954 …5} |
| full_name | "app_user_registration[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_plainPassword" |
| 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 | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] |
[ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] |
| error_bubbling | false |
same as passed value |
| label | "form.password" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] |
| 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 {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3863 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3653 …} } |
| 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 | "form.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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3862 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Password" should be filled." "data-error" => "The characters a-zA-Z0-9!%_@.#$’- are allowed. Length is 5 to 30 characters." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_app_user_registration_plainPassword_first" ] |
| cache_key | "_app_user_registration_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3958 -form: Symfony\Component\Form\Form {#3881 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3957 …5} |
| full_name | "app_user_registration[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword_first" |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_plainPassword_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 | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] |
[ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] |
| error_bubbling | false |
same as passed value |
| label | "form.password_confirmation" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] |
| 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 {#3697 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3698 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3699 …} -namespace: Closure() {#3701 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3653 …} } |
| 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 | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3704 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3048 …} $translationDomain: "messages" $message: Closure() {#3872 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Fill out the field" "data-empty" => "The field "Repeat password" should be filled." "data-error" => "Passwords do not match" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_app_user_registration_plainPassword_second" ] |
| cache_key | "_app_user_registration_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3959 -form: Symfony\Component\Form\Form {#3884 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3960 …5} |
| full_name | "app_user_registration[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword_second" |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_plainPassword_second" |
| valid | true |
| value | "" |