- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 15
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
fos_user_registration_form
"FOS\UserBundle\Form\Type\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | users {#974
#entityManager: null
#id: null
#cType_Res: null
#iid_res: null
#username: null
#password: null
+roles2: null
#lpeutchangerprofil: null
#usernameCanonical: null
#email: null
#emailCanonical: null
#enabled: true
#salt: null
#plainPassword: null
#lastLogin: null
#confirmationToken: null
#passwordRequestedAt: null
#groups: null
#roles: []
} |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| validation_groups | [ "Registration" "Default" ] |
[ "Registration" "Default" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | "registration" |
| csrf_token_manager | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data_class | "App\PaaBundle\Entity\users" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } use: { $class: "App\PaaBundle\Entity\users" } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "135 to 137" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#837 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#891 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | [ "Registration" "Default" ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "fos_user_registration" "_fos_user_registration_form" ] |
| cache_key | "_fos_user_registration_form_fos_user_registration" |
| compound | true |
| data | users {#974
#entityManager: null
#id: null
#cType_Res: null
#iid_res: null
#username: null
#password: null
+roles2: null
#lpeutchangerprofil: null
#usernameCanonical: null
#email: null
#emailCanonical: null
#enabled: true
#salt: null
#plainPassword: null
#lastLogin: null
#confirmationToken: null
#passwordRequestedAt: null
#groups: null
#roles: []
} |
| disabled | false |
| errors | FormErrorIterator {#1161
-form: Form {#1264 …}
-errors: []
} |
| form | FormView {#889 …5} |
| full_name | "fos_user_registration_form" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "fos_user_registration_form" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form" |
| valid | true |
| value | users {#974
#entityManager: null
#id: null
#cType_Res: null
#iid_res: null
#username: null
#password: null
+roles2: null
#lpeutchangerprofil: null
#usernameCanonical: null
#email: null
#emailCanonical: null
#enabled: true
#salt: null
#plainPassword: null
#lastLogin: null
#confirmationToken: null
#passwordRequestedAt: null
#groups: null
#roles: []
} |
"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 |
|---|---|---|
| label | "form.email" |
same as passed value |
| translation_domain | "FOSUserBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | "FOSUserBundle" |
| trim | true |
| upload_max_size_message | Closure() {#857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#836 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "text" "email" "_fos_user_registration_form_email" ] |
| cache_key | "_fos_user_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#851
-form: Form {#1212 …}
-errors: []
} |
| form | FormView {#1242 …5} |
| full_name | "fos_user_registration_form[email]" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "email" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | "FOSUserBundle" |
| unique_block_prefix | "_fos_user_registration_form_email" |
| valid | true |
| value | "" |
username
"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 | [ "maxlength" => 180 "pattern" => ".{2,}" ] |
[ "maxlength" => 180 "pattern" => ".{2,}" ] |
| label | "form.username" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "FOSUserBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 180 "pattern" => ".{2,}" ] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#838 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "form.username" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | "FOSUserBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1160 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#1166 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 180 "pattern" => ".{2,}" ] |
| block_prefixes | [ "form" "text" "_fos_user_registration_form_username" ] |
| cache_key | "_fos_user_registration_form_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#1245
-form: Form {#1195 …}
-errors: []
} |
| form | FormView {#1223 …5} |
| full_name | "fos_user_registration_form[username]" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form_username" |
| label | "form.username" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "username" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | "FOSUserBundle" |
| unique_block_prefix | "_fos_user_registration_form_username" |
| 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 |
|---|---|---|
| first_options | [ "label" => "form.password" ] |
[ "label" => "form.password" ] |
| invalid_message | "fos_user.password.mismatch" |
same as passed value |
| options | [ "translation_domain" => "FOSUserBundle" "attr" => [ "autocomplete" => "new-password" ] ] |
[ "translation_domain" => "FOSUserBundle" "attr" => [ "autocomplete" => "new-password" ] ] |
| second_options | [ "label" => "form.password_confirmation" ] |
[ "label" => "form.password_confirmation" ] |
| 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 | [] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1199 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "form.password" ] |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "fos_user.password.mismatch" |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| options | [ "translation_domain" => "FOSUserBundle" "attr" => [ "autocomplete" => "new-password" ] ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| second_name | "second" |
| second_options | [ "label" => "form.password_confirmation" ] |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1221 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#1174 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "repeated" "_fos_user_registration_form_plainPassword" ] |
| cache_key | "_fos_user_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#1189
-form: Form {#1233 …}
-errors: []
} |
| form | FormView {#1226 …5} |
| full_name | "fos_user_registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form_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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "form.password" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "FOSUserBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1224 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | "FOSUserBundle" |
| trim | false |
| upload_max_size_message | Closure() {#1217 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#1209 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| block_prefixes | [ "form" "text" "password" "_fos_user_registration_form_plainPassword_first" ] |
| cache_key | "_fos_user_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#1202
-form: Form {#1214 …}
-errors: []
} |
| form | FormView {#1173 …5} |
| full_name | "fos_user_registration_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form_plainPassword_first" |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "first" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | "FOSUserBundle" |
| unique_block_prefix | "_fos_user_registration_form_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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "form.password_confirmation" |
same as passed value |
| required | true |
same as passed value |
| translation_domain | "FOSUserBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | true |
| translation_domain | "FOSUserBundle" |
| trim | false |
| upload_max_size_message | Closure() {#1152 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#1263 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| block_prefixes | [ "form" "text" "password" "_fos_user_registration_form_plainPassword_second" ] |
| cache_key | "_fos_user_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | FormErrorIterator {#1219
-form: Form {#1252 …}
-errors: []
} |
| form | FormView {#1225 …5} |
| full_name | "fos_user_registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form_plainPassword_second" |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "second" |
| required | true |
| size | null |
| submitted | false |
| translation_domain | "FOSUserBundle" |
| unique_block_prefix | "_fos_user_registration_form_plainPassword_second" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "B1Mx8kR7CR9PrUZ5aGxoaJKY7JTc-n28R3ykvFmdNSY" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | "B1Mx8kR7CR9PrUZ5aGxoaJKY7JTc-n28R3ykvFmdNSY" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | CsrfTokenManager {#1000
-generator: UriSafeTokenGenerator {#988 …}
-storage: SessionTokenStorage {#318 …}
-namespace: Closure {#994 …}
} |
| data | "B1Mx8kR7CR9PrUZ5aGxoaJKY7JTc-n28R3ykvFmdNSY" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1253 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: FormType {#1020 …} parameters: { $form: { typeHint: "Symfony\Component\Form\FormInterface" } } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Core/Type/FormType.php" line: "140 to 142" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| help | null |
| help_attr | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1246 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: UploadValidatorExtension {#991 …} use: { $translator: DataCollectorTranslator {#393 …} $translationDomain: "validators" $message: Closure {#1188 …} } file: "/var/www/html/PAA/Recette/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php" line: "50 to 52" } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| block_prefixes | [ "form" "hidden" "_fos_user_registration_form__token" ] |
| cache_key | "_fos_user_registration_form__token_hidden" |
| compound | false |
| data | "B1Mx8kR7CR9PrUZ5aGxoaJKY7JTc-n28R3ykvFmdNSY" |
| disabled | false |
| errors | FormErrorIterator {#1163
-form: Form {#1243 …}
-errors: []
} |
| form | FormView {#1171 …5} |
| full_name | "fos_user_registration_form[_token]" |
| help | null |
| help_attr | [] |
| id | "fos_user_registration_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| method | "POST" |
| multipart | false |
| name | "_token" |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form__token" |
| valid | true |
| value | "B1Mx8kR7CR9PrUZ5aGxoaJKY7JTc-n28R3ykvFmdNSY" |