- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 98
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- Notifications
- 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
registration_form
"App\Form\Account\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Account\User {#1045 -id: null -email: null -roles: [] -password: null -enabled: true -passwordToken: null -passwordTokenAt: null -firstName: null -lastName: null -phoneNumber: null -description: null -roleDescription: null -avatar: null -avatarPath: null -gender: null -birthAt: null -address: null -isVerified: false -userFromChannel: null -signingLimitDate: null -lastConnectedAt: null -channelUserDatas: Doctrine\Common\Collections\ArrayCollection {#1124 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1127 …} -services: Doctrine\Common\Collections\ArrayCollection {#1112 …} #createdBy: null #updatedBy: null #createdAt: null #updatedAt: null -createdFromImport: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/register" |
same as passed value |
| data | App\Entity\Account\User {#1045 -id: null -email: null -roles: [] -password: null -enabled: true -passwordToken: null -passwordTokenAt: null -firstName: null -lastName: null -phoneNumber: null -description: null -roleDescription: null -avatar: null -avatarPath: null -gender: null -birthAt: null -address: null -isVerified: false -userFromChannel: null -signingLimitDate: null -lastConnectedAt: null -channelUserDatas: Doctrine\Common\Collections\ArrayCollection {#1124 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1127 …} -services: Doctrine\Common\Collections\ArrayCollection {#1112 …} #createdBy: null #updatedBy: null #createdAt: null #updatedAt: null -createdFromImport: false } |
same as passed value |
| locale | "fr" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/register" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "class" => "nellapp-form" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data | App\Entity\Account\User {#1045 -id: null -email: null -roles: [] -password: null -enabled: true -passwordToken: null -passwordTokenAt: null -firstName: null -lastName: null -phoneNumber: null -description: null -roleDescription: null -avatar: null -avatarPath: null -gender: null -birthAt: null -address: null -isVerified: false -userFromChannel: null -signingLimitDate: null -lastConnectedAt: null -channelUserDatas: Doctrine\Common\Collections\ArrayCollection {#1124 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1127 …} -services: Doctrine\Common\Collections\ArrayCollection {#1112 …} #createdBy: null #updatedBy: null #createdAt: null #updatedAt: null -createdFromImport: false } |
| data_class | "App\Entity\Account\User" |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3253 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} use: { $class: "App\Entity\Account\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| locale | "fr" |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3251 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3252 …} } } |
| validation_groups | [
"register"
] |
View Variables
| Variable | Value |
|---|---|
| action | "/register" |
| attr | [ "class" => "nellapp-form" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| contain_errors | false |
| data | App\Entity\Account\User {#1045 -id: null -email: null -roles: [] -password: null -enabled: true -passwordToken: null -passwordTokenAt: null -firstName: null -lastName: null -phoneNumber: null -description: null -roleDescription: null -avatar: null -avatarPath: null -gender: null -birthAt: null -address: null -isVerified: false -userFromChannel: null -signingLimitDate: null -lastConnectedAt: null -channelUserDatas: Doctrine\Common\Collections\ArrayCollection {#1124 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1127 …} -services: Doctrine\Common\Collections\ArrayCollection {#1112 …} #createdBy: null #updatedBy: null #createdAt: null #updatedAt: null -createdFromImport: false } |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3047 -form: Symfony\Component\Form\Form {#3158 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3100 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\Account\User {#1045 -id: null -email: null -roles: [] -password: null -enabled: true -passwordToken: null -passwordTokenAt: null -firstName: null -lastName: null -phoneNumber: null -description: null -roleDescription: null -avatar: null -avatarPath: null -gender: null -birthAt: null -address: null -isVerified: false -userFromChannel: null -signingLimitDate: null -lastConnectedAt: null -channelUserDatas: Doctrine\Common\Collections\ArrayCollection {#1124 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1127 …} -services: Doctrine\Common\Collections\ArrayCollection {#1112 …} #createdBy: null #updatedBy: null #createdAt: null #updatedAt: null -createdFromImport: false } |
firstName
"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 |
|---|---|---|
| label | "users.entity.firstName.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3235 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "users.entity.firstName.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3234 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_firstName" ] |
| cache_key | "_registration_form_firstName_text" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3106 -form: Symfony\Component\Form\Form {#3155 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3071 …5} |
| full_name | "registration_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_firstName" |
| in_collection | false |
| label | "users.entity.firstName.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_firstName" |
| valid | true |
| value | "" |
lastName
"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 |
|---|---|---|
| label | "users.entity.lastName.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3229 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "users.entity.lastName.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3227 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3228 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_lastName" ] |
| cache_key | "_registration_form_lastName_text" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3163 -form: Symfony\Component\Form\Form {#3152 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3072 …5} |
| full_name | "registration_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_lastName" |
| in_collection | false |
| label | "users.entity.lastName.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_lastName" |
| valid | true |
| value | "" |
"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 |
|---|---|---|
| label | "users.entity.email.label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3220 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "users.entity.email.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3219 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_email" ] |
| cache_key | "_registration_form_email_text" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3061 -form: Symfony\Component\Form\Form {#3149 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3226 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| in_collection | false |
| label | "users.entity.email.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_email" |
| valid | true |
| value | "" |
password
"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" => "page.register.form.firstPassword.label" "help" => "page.register.form.firstPassword.help" ] |
[ "label" => "page.register.form.firstPassword.label" "help" => "page.register.form.firstPassword.help" ] |
| invalid_message | "user.entity.password.repeated" |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "page.register.form.secondPassword.label" "help" => "page.register.form.secondPassword.help" ] |
[ "label" => "page.register.form.secondPassword.label" "help" => "page.register.form.secondPassword.help" ] |
| 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 |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3210 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| first_name | "first" |
| first_options | [ "label" => "page.register.form.firstPassword.label" "help" => "page.register.form.firstPassword.help" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "user.entity.password.repeated" |
| 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" |
| options | [] |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "page.register.form.secondPassword.label" "help" => "page.register.form.secondPassword.help" ] |
| setter | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#3211 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3207 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_password" ] |
| cache_key | "_registration_form_password_repeated" |
| compound | true |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3073 -form: Symfony\Component\Form\Form {#3125 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3105 …5} |
| full_name | "registration_form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password" |
| 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 |
|---|---|---|
| error_bubbling | false |
false
|
| help | "page.register.form.firstPassword.help" |
same as passed value |
| label | "page.register.form.firstPassword.label" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3145 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | "page.register.form.firstPassword.help" |
| 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 | "page.register.form.firstPassword.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3144 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password_first" ] |
| cache_key | "_registration_form_password_first_password" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3058 -form: Symfony\Component\Form\Form {#3122 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3107 …5} |
| full_name | "registration_form[password][first]" |
| help | "page.register.form.firstPassword.help" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password_first" |
| in_collection | false |
| label | "page.register.form.firstPassword.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password_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 |
|---|---|---|
| error_bubbling | false |
false
|
| help | "page.register.form.secondPassword.help" |
same as passed value |
| label | "page.register.form.secondPassword.label" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | "page.register.form.secondPassword.help" |
| 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 | "page.register.form.secondPassword.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3131 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password_second" ] |
| cache_key | "_registration_form_password_second_password" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3065 -form: Symfony\Component\Form\Form {#3119 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3066 …5} |
| full_name | "registration_form[password][second]" |
| help | "page.register.form.secondPassword.help" |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password_second" |
| in_collection | false |
| label | "page.register.form.secondPassword.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password_second" |
| valid | true |
| value | "" |
training
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| mapped | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3188 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3189 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_registration_form_training" ] |
| cache_key | "_registration_form_training_hidden" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3070 -form: Symfony\Component\Form\Form {#3116 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3074 …5} |
| full_name | "registration_form[training]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_training" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "training" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_training" |
| valid | true |
| value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
|---|---|---|
| action_name | "registration" |
same as passed value |
| constraints | Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3245 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3245 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } ] |
| locale | "fr" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "registration" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | true |
| compound | false |
| constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3245 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3175 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | null |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| locale | "fr" |
| mapped | false |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3174 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| action_name | "registration" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_registration_form_captcha" ] |
| cache_key | "_registration_form_captcha_karser_recaptcha3" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3046 -form: Symfony\Component\Form\Form {#3113 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3049 …5} |
| full_name | "registration_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "registration_form_captcha" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "fr" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6Le8Z94pAAAAADTEl3mzzRsgwdZlJOJRqqkOtfES" |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_captcha" |
| valid | true |
| value | "" |
fullName
"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 |
|---|---|---|
| label | false |
false
|
| mapped | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "d-none" ] |
[ "class" => "d-none" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3166 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 | [ "class" => "d-none" ] |
| setter | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3164 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#3165 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_fullName" ] |
| cache_key | "_registration_form_fullName_text" |
| compound | false |
| contain_errors | false |
| data | null |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3043 -form: Symfony\Component\Form\Form {#3112 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3048 …5} |
| full_name | "registration_form[fullName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_fullName" |
| in_collection | false |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fullName" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "d-none" ] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_fullName" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "75a5cb9345.qW5O7SzLptxX3Cv4946dSlfcMu4gaJUKM05B5uNPbY8.wDobt3mMwp4csU2IxereJh6rcZ1KGO08HjYvs9osFe7TK32dSJqVu2S9TA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "75a5cb9345.qW5O7SzLptxX3Cv4946dSlfcMu4gaJUKM05B5uNPbY8.wDobt3mMwp4csU2IxereJh6rcZ1KGO08HjYvs9osFe7TK32dSJqVu2S9TA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| collapsable | false |
| collapsable_initial_state | 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 {#168 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#169 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#170 …} -namespace: Closure() {#172 …} } |
| data | "75a5cb9345.qW5O7SzLptxX3Cv4946dSlfcMu4gaJUKM05B5uNPbY8.wDobt3mMwp4csU2IxereJh6rcZ1KGO08HjYvs9osFe7TK32dSJqVu2S9TA" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3201 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3296 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| ordering_inner | false |
| ordering_inner_field | "ordering" |
| ordering_inner_field_mapped | true |
| 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 |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1199 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3278 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#362 …} $translationDomain: "validators" $message: Closure() {#1177 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| contain_errors | false |
| data | "75a5cb9345.qW5O7SzLptxX3Cv4946dSlfcMu4gaJUKM05B5uNPbY8.wDobt3mMwp4csU2IxereJh6rcZ1KGO08HjYvs9osFe7TK32dSJqVu2S9TA" |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3030 -form: Symfony\Component\Form\Form {#1134 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1203 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__token" |
| in_collection | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| sub_attr | null |
| sub_label | false |
| sub_label_translation_parameters | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "75a5cb9345.qW5O7SzLptxX3Cv4946dSlfcMu4gaJUKM05B5uNPbY8.wDobt3mMwp4csU2IxereJh6rcZ1KGO08HjYvs9osFe7TK32dSJqVu2S9TA" |