- 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" => "Remplissez le champ" "data-empty" => "Le champ "Email" doit être rempli" "data-error" => "L’adresse e-mail est incorrecte." ] |
[ "rel" => "tooltip" "title" => "Remplissez le champ" "data-empty" => "Le champ "Email" doit être rempli" "data-error" => "L’adresse e-mail est incorrecte." ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Email" doit être rempli" "data-error" => "L’adresse e-mail est incorrecte." ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Email" doit être rempli" "data-error" => "L’adresse e-mail est incorrecte." ] |
| 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" => "Le champ "Pays" est obligatoire à remplir." ] |
[ "class" => "js-example-basic-single" "title" => "" "data-submit" => 1 "data-empty" => "Le champ "Pays" est obligatoire à remplir." ] |
| choices | [ "Autres pays" => 999 "Allemagne" => "276" "Autriche" => "40" "Belgique" => "56" "Bulgarie" => "100" "Canada" => "124" "Chypre" => "196" "Croatie" => "191" "Danemark" => "208" "Espagne" => "724" "Estonie" => "233" "Finlande" => "246" "France" => "250" "Gibraltar" => "292" "Grèce" => "300" "Hong Kong" => "344" "Hongrie" => "348" "Irlande" => "372" "Italie" => "380" "Lettonie" => "428" "Lituanie" => "440" "Luxembourg" => "442" "Malte" => "470" "Norvège" => "578" "Pays-Bas" => "528" "Pologne" => "616" "Portugal" => "620" "Roumanie" => "642" "Royaume-Uni" => "826" "République tchèque" => "203" "Singapore" => "702" "Slovaquie" => "703" "Slovénie" => "705" "Suisse" => "756" "Suède" => "752" "États-Unis d’Amérique" => "840" ] |
[ "Autres pays" => 999 "Allemagne" => "276" "Autriche" => "40" "Belgique" => "56" "Bulgarie" => "100" "Canada" => "124" "Chypre" => "196" "Croatie" => "191" "Danemark" => "208" "Espagne" => "724" "Estonie" => "233" "Finlande" => "246" "France" => "250" "Gibraltar" => "292" "Grèce" => "300" "Hong Kong" => "344" "Hongrie" => "348" "Irlande" => "372" "Italie" => "380" "Lettonie" => "428" "Lituanie" => "440" "Luxembourg" => "442" "Malte" => "470" "Norvège" => "578" "Pays-Bas" => "528" "Pologne" => "616" "Portugal" => "620" "Roumanie" => "642" "Royaume-Uni" => "826" "République tchèque" => "203" "Singapore" => "702" "Slovaquie" => "703" "Slovénie" => "705" "Suisse" => "756" "Suède" => "752" "États-Unis d’Amérique" => "840" ] |
| expanded | false |
same as passed value |
| label | "Pays*" |
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" => "Le champ "Pays" est obligatoire à remplir." ] |
| 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 | [ "Autres pays" => 999 "Allemagne" => "276" "Autriche" => "40" "Belgique" => "56" "Bulgarie" => "100" "Canada" => "124" "Chypre" => "196" "Croatie" => "191" "Danemark" => "208" "Espagne" => "724" "Estonie" => "233" "Finlande" => "246" "France" => "250" "Gibraltar" => "292" "Grèce" => "300" "Hong Kong" => "344" "Hongrie" => "348" "Irlande" => "372" "Italie" => "380" "Lettonie" => "428" "Lituanie" => "440" "Luxembourg" => "442" "Malte" => "470" "Norvège" => "578" "Pays-Bas" => "528" "Pologne" => "616" "Portugal" => "620" "Roumanie" => "642" "Royaume-Uni" => "826" "République tchèque" => "203" "Singapore" => "702" "Slovaquie" => "703" "Slovénie" => "705" "Suisse" => "756" "Suède" => "752" "États-Unis d’Amérique" => "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 {#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 | "Pays*" |
| 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" => "Le champ "Pays" est obligatoire à remplir." ] |
| 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: "Autres pays" +value: "999" +data: 999 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1477 +label: "Allemagne" +value: "276" +data: "276" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "Autriche" +value: "40" +data: "40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1494 +label: "Belgique" +value: "56" +data: "56" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1496 +label: "Bulgarie" +value: "100" +data: "100" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1497 +label: "Canada" +value: "124" +data: "124" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1498 +label: "Chypre" +value: "196" +data: "196" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1499 +label: "Croatie" +value: "191" +data: "191" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1505 +label: "Danemark" +value: "208" +data: "208" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1507 +label: "Espagne" +value: "724" +data: "724" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1508 +label: "Estonie" +value: "233" +data: "233" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1509 +label: "Finlande" +value: "246" +data: "246" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1510 +label: "France" +value: "250" +data: "250" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1511 +label: "Gibraltar" +value: "292" +data: "292" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1512 +label: "Grèce" +value: "300" +data: "300" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1513 +label: "Hong Kong" +value: "344" +data: "344" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1514 +label: "Hongrie" +value: "348" +data: "348" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1515 +label: "Irlande" +value: "372" +data: "372" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1516 +label: "Italie" +value: "380" +data: "380" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1517 +label: "Lettonie" +value: "428" +data: "428" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1518 +label: "Lituanie" +value: "440" +data: "440" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1519 +label: "Luxembourg" +value: "442" +data: "442" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1520 +label: "Malte" +value: "470" +data: "470" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1521 +label: "Norvège" +value: "578" +data: "578" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1522 +label: "Pays-Bas" +value: "528" +data: "528" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1523 +label: "Pologne" +value: "616" +data: "616" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1524 +label: "Portugal" +value: "620" +data: "620" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1525 +label: "Roumanie" +value: "642" +data: "642" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1526 +label: "Royaume-Uni" +value: "826" +data: "826" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1527 +label: "République tchèque" +value: "203" +data: "203" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1528 +label: "Singapore" +value: "702" +data: "702" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1529 +label: "Slovaquie" +value: "703" +data: "703" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1530 +label: "Slovénie" +value: "705" +data: "705" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1531 +label: "Suisse" +value: "756" +data: "756" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1532 +label: "Suède" +value: "752" +data: "752" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1533 +label: "États-Unis d’Amérique" +value: "840" +data: "840" +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 | "Pays*" |
| 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" => "Exemple: 123456" "data-empty" => "Le champ "Code postal" est obligatoire à remplir." ] |
[ "rel" => "tooltip" "data-submit" => 0 "placeholder" => "Exemple: 123456" "data-empty" => "Le champ "Code postal" est obligatoire à remplir." ] |
| label | "Code postal" |
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" => "Exemple: 123456" "data-empty" => "Le champ "Code postal" est obligatoire à remplir." ] |
| 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 | "Code postal" |
| 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" => "Exemple: 123456" "data-empty" => "Le champ "Code postal" est obligatoire à remplir." ] |
| 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 | "Code postal" |
| 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" => "Remplissez le champ" ] |
[ "title" => "Remplissez le champ" ] |
| first_options | [ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] ] |
[ "label" => "form.password" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] ] |
[ "label" => "form.password_confirmation" "required" => false "attr" => [ "rel" => "tooltip" "data-submit" => 1 "title" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] ] |
| 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" => "Remplissez le champ" ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] ] |
| 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" => "Remplissez le champ" ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] |
[ "rel" => "tooltip" "data-submit" => 1 "title" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Mot de passe" doit être rempli." "data-error" => "Sont admis les caractères a-zA-Z0-9!%_@.#$’-, Longueur de 5 à 30 caractères." ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] |
[ "rel" => "tooltip" "data-submit" => 1 "title" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] |
| 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" => "Remplissez le champ" "data-empty" => "Le champ "Confirmer le mot de passe" doit être rempli." "data-error" => "Les mots de passe ne correspondent pas" ] |
| 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 | "" |