- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 122
- Events
- Routing
- Cache
- Translation 38
- 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 {#142 +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 {#142 +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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| data | WebBundle\Form\UserRegistrationForm {#142 +email: null +country: null +plainPassword: null +zip: null } |
| data_class | "WebBundle\Form\UserRegistrationForm" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#70 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#140 …} 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() {#68 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#69 …} } } |
| 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 {#142 +email: null +country: null +plainPassword: null +zip: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1459 -form: Symfony\Component\Form\Form {#1443 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1395 …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 {#142 +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" => "Feld ausfüllen" "data-empty" => "Das Feld "Email" ist zum Auffühlen erforderlich" "data-error" => "Ungültige E-Mail-Adresse." ] |
[ "rel" => "tooltip" "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Email" ist zum Auffühlen erforderlich" "data-error" => "Ungültige E-Mail-Adresse." ] |
| 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" => "Feld ausfüllen" "data-empty" => "Das Feld "Email" ist zum Auffühlen erforderlich" "data-error" => "Ungültige E-Mail-Adresse." ] |
| 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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1386 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#140 …} } |
| 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() {#1438 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#1354 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Email" ist zum Auffühlen erforderlich" "data-error" => "Ungültige E-Mail-Adresse." ] |
| 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 {#1321 -form: Symfony\Component\Form\Form {#1421 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1367 …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" => "Das Feld "Land" muss ausgefüllt werden." ] |
[ "class" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Das Feld "Land" muss ausgefüllt werden." ] |
| choices | [ "Restliche Länder" => 999 "Belgien" => "56" "Bulgarien" => "100" "Deutschland" => "276" "Dänemark" => "208" "Estland" => "233" "Finnland" => "246" "Frankreich" => "250" "Gibraltar" => "292" "Griechenland" => "300" "Hong Kong" => "344" "Irland" => "372" "Italien" => "380" "Kanada" => "124" "Kroatien" => "191" "Lettland" => "428" "Litauen" => "440" "Luxemburg" => "442" "Malta" => "470" "Niederlande" => "528" "Norwegen" => "578" "Polen" => "616" "Portugal" => "620" "Rumänien" => "642" "Schweden" => "752" "Schweiz" => "756" "Singapore" => "702" "Slowakei" => "703" "Slowenien" => "705" "Spanien" => "724" "Tschechien" => "203" "USA" => "840" "Ungarn" => "348" "Vereinigtes Königreich" => "826" "Zypern" => "196" "Österreich" => "40" ] |
[ "Restliche Länder" => 999 "Belgien" => "56" "Bulgarien" => "100" "Deutschland" => "276" "Dänemark" => "208" "Estland" => "233" "Finnland" => "246" "Frankreich" => "250" "Gibraltar" => "292" "Griechenland" => "300" "Hong Kong" => "344" "Irland" => "372" "Italien" => "380" "Kanada" => "124" "Kroatien" => "191" "Lettland" => "428" "Litauen" => "440" "Luxemburg" => "442" "Malta" => "470" "Niederlande" => "528" "Norwegen" => "578" "Polen" => "616" "Portugal" => "620" "Rumänien" => "642" "Schweden" => "752" "Schweiz" => "756" "Singapore" => "702" "Slowakei" => "703" "Slowenien" => "705" "Spanien" => "724" "Tschechien" => "203" "USA" => "840" "Ungarn" => "348" "Vereinigtes Königreich" => "826" "Zypern" => "196" "Österreich" => "40" ] |
| expanded | false |
same as passed value |
| label | "Land*" |
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" => "Das Feld "Land" muss ausgefüllt werden." ] |
| 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 | [ "Restliche Länder" => 999 "Belgien" => "56" "Bulgarien" => "100" "Deutschland" => "276" "Dänemark" => "208" "Estland" => "233" "Finnland" => "246" "Frankreich" => "250" "Gibraltar" => "292" "Griechenland" => "300" "Hong Kong" => "344" "Irland" => "372" "Italien" => "380" "Kanada" => "124" "Kroatien" => "191" "Lettland" => "428" "Litauen" => "440" "Luxemburg" => "442" "Malta" => "470" "Niederlande" => "528" "Norwegen" => "578" "Polen" => "616" "Portugal" => "620" "Rumänien" => "642" "Schweden" => "752" "Schweiz" => "756" "Singapore" => "702" "Slowakei" => "703" "Slowenien" => "705" "Spanien" => "724" "Tschechien" => "203" "USA" => "840" "Ungarn" => "348" "Vereinigtes Königreich" => "826" "Zypern" => "196" "Österreich" => "40" ] |
| 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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| 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 | "Land*" |
| 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() {#1425 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#1329 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Das Feld "Land" muss ausgefüllt werden." ] |
| 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 {#1476 +label: "Restliche Länder" +value: "999" +data: 999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1477 +label: "Belgien" +value: "56" +data: "56" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "Bulgarien" +value: "100" +data: "100" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1494 +label: "Deutschland" +value: "276" +data: "276" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1496 +label: "Dänemark" +value: "208" +data: "208" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1497 +label: "Estland" +value: "233" +data: "233" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1498 +label: "Finnland" +value: "246" +data: "246" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1499 +label: "Frankreich" +value: "250" +data: "250" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1505 +label: "Gibraltar" +value: "292" +data: "292" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1507 +label: "Griechenland" +value: "300" +data: "300" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1508 +label: "Hong Kong" +value: "344" +data: "344" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1509 +label: "Irland" +value: "372" +data: "372" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1510 +label: "Italien" +value: "380" +data: "380" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1511 +label: "Kanada" +value: "124" +data: "124" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1512 +label: "Kroatien" +value: "191" +data: "191" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1513 +label: "Lettland" +value: "428" +data: "428" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1514 +label: "Litauen" +value: "440" +data: "440" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1515 +label: "Luxemburg" +value: "442" +data: "442" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1516 +label: "Malta" +value: "470" +data: "470" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1517 +label: "Niederlande" +value: "528" +data: "528" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1518 +label: "Norwegen" +value: "578" +data: "578" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "Polen" +value: "616" +data: "616" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1520 +label: "Portugal" +value: "620" +data: "620" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1521 +label: "Rumänien" +value: "642" +data: "642" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1522 +label: "Schweden" +value: "752" +data: "752" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1523 +label: "Schweiz" +value: "756" +data: "756" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1524 +label: "Singapore" +value: "702" +data: "702" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1525 +label: "Slowakei" +value: "703" +data: "703" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1526 +label: "Slowenien" +value: "705" +data: "705" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1527 +label: "Spanien" +value: "724" +data: "724" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1528 +label: "Tschechien" +value: "203" +data: "203" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1529 +label: "USA" +value: "840" +data: "840" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1530 +label: "Ungarn" +value: "348" +data: "348" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1531 +label: "Vereinigtes Königreich" +value: "826" +data: "826" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1532 +label: "Zypern" +value: "196" +data: "196" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1533 +label: "Österreich" +value: "40" +data: "40" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1473 -form: Symfony\Component\Form\Form {#1419 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1475 …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) {#1535 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1417 …} } |
| label | "Land*" |
| 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" => "Beispiel: 123456" "data-empty" => "Das Feld "PLZ" muss ausgefüllt werden." ] |
[ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Beispiel: 123456" "data-empty" => "Das Feld "PLZ" muss ausgefüllt werden." ] |
| label | "PLZ" |
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" => "Beispiel: 123456" "data-empty" => "Das Feld "PLZ" muss ausgefüllt werden." ] |
| 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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#140 …} } |
| 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 | "PLZ" |
| 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() {#1398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#1356 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Beispiel: 123456" "data-empty" => "Das Feld "PLZ" muss ausgefüllt werden." ] |
| 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 {#1536 -form: Symfony\Component\Form\Form {#1347 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1537 …5} |
| full_name | "app_user_registration[zip]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_zip" |
| label | "PLZ" |
| 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" => "Feld ausfüllen" ] |
[ "title" => "Feld ausfüllen" ] |
| first_options | [ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] ] |
[ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] ] |
| 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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] ] |
[ "label" => "form.password_confirmation" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] ] |
| 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" => "Feld ausfüllen" ] |
| 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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1383 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#140 …} } |
| 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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] ] |
| 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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#1338 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "title" => "Feld ausfüllen" ] |
| 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 {#1538 -form: Symfony\Component\Form\Form {#1463 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1539 …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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] |
[ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] |
| 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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] |
| 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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1448 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#140 …} } |
| 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() {#1450 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#1375 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort" ist zum Auffühlen erforderlich." "data-error" => "Gültige Symbole a-zA-Z0-9!%_@.#$’-, Länge ab 5 bis 30 Symbole." ] |
| 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 {#1543 -form: Symfony\Component\Form\Form {#1466 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1542 …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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] |
[ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] |
| 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" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] |
| 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 {#96 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#95 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#94 …} -namespace: Closure() {#92 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1456 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#140 …} } |
| 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() {#1458 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#89 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#772 …} $translationDomain: "messages" $message: Closure() {#1457 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rel" => "tooltip" "data-submit" => 1 "title" => "Feld ausfüllen" "data-empty" => "Das Feld "Passwort bestätigen" ist zum Auffühlen erforderlich." "data-error" => "Die angegebenen Passworte treffen nicht zusammen" ] |
| 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 {#1544 -form: Symfony\Component\Form\Form {#1469 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1545 …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 | "" |