- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 111
- 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 {#1358 -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 {#1382 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1398 …} -services: Doctrine\Common\Collections\ArrayCollection {#1380 …} #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 {#1358 -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 {#1382 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1398 …} -services: Doctrine\Common\Collections\ArrayCollection {#1380 …} #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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data | App\Entity\Account\User {#1358 -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 {#1382 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1398 …} -services: Doctrine\Common\Collections\ArrayCollection {#1380 …} #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) {#3520 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} 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() {#3518 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3519 …} } } |
| 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 {#1358 -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 {#1382 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1398 …} -services: Doctrine\Common\Collections\ArrayCollection {#1380 …} #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 {#3307 -form: Symfony\Component\Form\Form {#3425 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3373 …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 {#1358 -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 {#1382 …} -groups: Doctrine\Common\Collections\ArrayCollection {#1398 …} -services: Doctrine\Common\Collections\ArrayCollection {#1380 …} #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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3505 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3504 …} } } |
| 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 {#3294 -form: Symfony\Component\Form\Form {#3422 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3293 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3496 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3495 …} } } |
| 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 {#3430 -form: Symfony\Component\Form\Form {#3419 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3297 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3487 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3486 …} } } |
| 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 {#3371 -form: Symfony\Component\Form\Form {#3416 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3493 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3472 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3469 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3470 …} } } |
| 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 {#3298 -form: Symfony\Component\Form\Form {#3392 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3300 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3407 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3408 …} } } |
| 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 {#3334 -form: Symfony\Component\Form\Form {#3389 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3332 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3399 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3397 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3398 …} } } |
| 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 {#3369 -form: Symfony\Component\Form\Form {#3386 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3368 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3453 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3456 …} } } |
| 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 {#3295 -form: Symfony\Component\Form\Form {#3383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3299 …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 {#3512 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#3512 +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 {#3512 +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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3442 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3440 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3441 …} } } |
| 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 {#3308 -form: Symfony\Component\Form\Form {#3380 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3309 …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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3433 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3431 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3432 …} } } |
| 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 {#3311 -form: Symfony\Component\Form\Form {#3377 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3310 …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 | "7.ABfF0-j98NJ1D7BQqJvnbs3M-jLiHqpWHv0K8xLOF3o.OU-ost-QtuEBN4gJ4q-iN6fhg1CPf85vaoRkkEv7X0oyXoyUgqK2pR9AgA" |
| 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 | "7.ABfF0-j98NJ1D7BQqJvnbs3M-jLiHqpWHv0K8xLOF3o.OU-ost-QtuEBN4gJ4q-iN6fhg1CPf85vaoRkkEv7X0oyXoyUgqK2pR9AgA" |
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 {#239 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#240 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#241 …} -namespace: Closure() {#243 …} } |
| data | "7.ABfF0-j98NJ1D7BQqJvnbs3M-jLiHqpWHv0K8xLOF3o.OU-ost-QtuEBN4gJ4q-iN6fhg1CPf85vaoRkkEv7X0oyXoyUgqK2pR9AgA" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3468 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3563 …} } |
| 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() {#3313 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3545 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#439 …} $translationDomain: "validators" $message: Closure() {#3312 …} } } |
| 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 | "7.ABfF0-j98NJ1D7BQqJvnbs3M-jLiHqpWHv0K8xLOF3o.OU-ost-QtuEBN4gJ4q-iN6fhg1CPf85vaoRkkEv7X0oyXoyUgqK2pR9AgA" |
| disabled | false |
| drosalys_form__form_template | "form_div_layout.html.twig" |
| errors | Symfony\Component\Form\FormErrorIterator {#3323 -form: Symfony\Component\Form\Form {#3319 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3314 …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 | "7.ABfF0-j98NJ1D7BQqJvnbs3M-jLiHqpWHv0K8xLOF3o.OU-ost-QtuEBN4gJ4q-iN6fhg1CPf85vaoRkkEv7X0oyXoyUgqK2pR9AgA" |