- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 89
- Events
- Routing
- Cache
- Translation 4
- Security
- Twig
- Twig Components
- HTTP Client
- Doctrine
- Migrations 1
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- 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
-
-
email
-
-
first
-
second
-
-
firstname
-
lastname
-
phone_number
-
hasAcceptedTerms
-
captcha
-
_token
-
app_user_registration
"App\Form\RegistrationFormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#8755 -enabled: true -roles: [] -plainPassword: null -address: null -city: null -phoneNumber: null -companyName: null -createdAt: DateTime @1767909273 {#7337 date: 2026-01-08 21:54:33.268032 UTC (+00:00) } -updatedAt: DateTime @1767909273 {#8641 date: 2026-01-08 21:54:33.268033 UTC (+00:00) } -matId: null -pib: null -bankAccount: null -enableQr: true -obligations: Doctrine\Common\Collections\ArrayCollection {#7192 …} -mainUser: null -actionLogs: Doctrine\Common\Collections\ArrayCollection {#5422 …} -currency: "RSD" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#8755 -enabled: true -roles: [] -plainPassword: null -address: null -city: null -phoneNumber: null -companyName: null -createdAt: DateTime @1767909273 {#7337 date: 2026-01-08 21:54:33.268032 UTC (+00:00) } -updatedAt: DateTime @1767909273 {#8641 date: 2026-01-08 21:54:33.268033 UTC (+00:00) } -matId: null -pib: null -bankAccount: null -enableQr: true -obligations: Doctrine\Common\Collections\ArrayCollection {#7192 …} -mainUser: null -actionLogs: Doctrine\Common\Collections\ArrayCollection {#5422 …} -currency: "RSD" } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "registration" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data | App\Entity\User {#8755 -enabled: true -roles: [] -plainPassword: null -address: null -city: null -phoneNumber: null -companyName: null -createdAt: DateTime @1767909273 {#7337 date: 2026-01-08 21:54:33.268032 UTC (+00:00) } -updatedAt: DateTime @1767909273 {#8641 date: 2026-01-08 21:54:33.268033 UTC (+00:00) } -matId: null -pib: null -bankAccount: null -enableQr: true -obligations: Doctrine\Common\Collections\ArrayCollection {#7192 …} -mainUser: null -actionLogs: Doctrine\Common\Collections\ArrayCollection {#5422 …} -currency: "RSD" } |
| data_class | "App\Entity\User" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#6747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} use: { $class: "App\Entity\User" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| 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 | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#4183 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "app_user_registration" "_app_user_registration" ] |
| cache_key | "_app_user_registration_app_user_registration" |
| compound | true |
| data | App\Entity\User {#8755 -enabled: true -roles: [] -plainPassword: null -address: null -city: null -phoneNumber: null -companyName: null -createdAt: DateTime @1767909273 {#7337 date: 2026-01-08 21:54:33.268032 UTC (+00:00) } -updatedAt: DateTime @1767909273 {#8641 date: 2026-01-08 21:54:33.268033 UTC (+00:00) } -matId: null -pib: null -bankAccount: null -enableQr: true -obligations: Doctrine\Common\Collections\ArrayCollection {#7192 …} -mainUser: null -actionLogs: Doctrine\Common\Collections\ArrayCollection {#5422 …} -currency: "RSD" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2239 -form: Symfony\Component\Form\Form {#5966 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7728 …5} |
| full_name | "app_user_registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "app_user_registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration" |
| valid | true |
| value | App\Entity\User {#8755 -enabled: true -roles: [] -plainPassword: null -address: null -city: null -phoneNumber: null -companyName: null -createdAt: DateTime @1767909273 {#7337 date: 2026-01-08 21:54:33.268032 UTC (+00:00) } -updatedAt: DateTime @1767909273 {#8641 date: 2026-01-08 21:54:33.268033 UTC (+00:00) } -matId: null -pib: null -bankAccount: null -enableQr: true -obligations: Doctrine\Common\Collections\ArrayCollection {#7192 …} -mainUser: null -actionLogs: Doctrine\Common\Collections\ArrayCollection {#5422 …} -currency: "RSD" } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8638 +payload: null +message: "Molimo Vas unesite vas Email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8292 +payload: null +message: "Molimo Vas unesite ispravnu E-mail adresu" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#8638 +payload: null +message: "Molimo Vas unesite vas Email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8292 +payload: null +message: "Molimo Vas unesite ispravnu E-mail adresu" +mode: null +normalizer: null } ] |
| label | "form.email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#8638 +payload: null +message: "Molimo Vas unesite vas Email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#8292 +payload: null +message: "Molimo Vas unesite ispravnu E-mail adresu" +mode: null +normalizer: 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4906 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1630 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#9213 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_app_user_registration_email" ] |
| cache_key | "_app_user_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9670 -form: Symfony\Component\Form\Form {#3742 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4590 …5} |
| full_name | "app_user_registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_email" |
| label | "form.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_email" |
| valid | true |
| value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2417 +payload: null +message: "Molimo Vas unesite šifru" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2109 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Vaša šifra mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2417 +payload: null +message: "Molimo Vas unesite šifru" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2109 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Vaša šifra mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
| first_options | [ "label" => "form.password" ] |
[ "label" => "form.password" ] |
| invalid_message | "Neispravne lozinke" |
same as passed value |
| mapped | false |
false
|
| options | [ "attr" => [ "autocomplete" => "new-password" ] ] |
[ "attr" => [ "autocomplete" => "new-password" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "form.password_confirmation" ] |
[ "label" => "form.password_confirmation" ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2417 +payload: null +message: "Molimo Vas unesite šifru" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2109 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Vaša šifra mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 6 +charset: "UTF-8" +normalizer: 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#5503 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "form.password" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Neispravne lozinke" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| options | [ "attr" => [ "autocomplete" => "new-password" ] ] |
| 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" => "form.password_confirmation" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#9964 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#1868 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_app_user_registration_plainPassword" ] |
| cache_key | "_app_user_registration_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1701 -form: Symfony\Component\Form\Form {#3619 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3778 …5} |
| full_name | "app_user_registration[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_plainPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "form.password" |
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 |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#8802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2080 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#2176 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_app_user_registration_plainPassword_first" ] |
| cache_key | "_app_user_registration_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3673 -form: Symfony\Component\Form\Form {#4879 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8548 …5} |
| full_name | "app_user_registration[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword_first" |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_plainPassword_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "form.password_confirmation" |
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 |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4185 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#9266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#7928 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_app_user_registration_plainPassword_second" ] |
| cache_key | "_app_user_registration_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3002 -form: Symfony\Component\Form\Form {#6351 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1886 …5} |
| full_name | "app_user_registration[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_plainPassword_second" |
| label | "form.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_plainPassword_second" |
| valid | true |
| value | "" |
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7827 +payload: null +message: "Molimo Vas unesite vase Ime" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3098 +payload: null +maxMessage: "Ime može da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Ime mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#7827 +payload: null +message: "Molimo Vas unesite vase Ime" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3098 +payload: null +maxMessage: "Ime može da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Ime mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#7827 +payload: null +message: "Molimo Vas unesite vase Ime" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3098 +payload: null +maxMessage: "Ime može da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Ime mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#2521 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#8081 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_firstname" ] |
| cache_key | "_app_user_registration_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2841 -form: Symfony\Component\Form\Form {#9571 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7609 …5} |
| full_name | "app_user_registration[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_firstname" |
| label | null |
| 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 |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4191 +payload: null +message: "Molimo Vas unestie vase Prezime" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2734 +payload: null +maxMessage: "Prezime može da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Prezime mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4191 +payload: null +message: "Molimo Vas unestie vase Prezime" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2734 +payload: null +maxMessage: "Prezime može da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Prezime mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4191 +payload: null +message: "Molimo Vas unestie vase Prezime" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#2734 +payload: null +maxMessage: "Prezime može da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Prezime mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3305 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#9418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#2207 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_lastname" ] |
| cache_key | "_app_user_registration_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4876 -form: Symfony\Component\Form\Form {#6984 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1651 …5} |
| full_name | "app_user_registration[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_lastname" |
| label | null |
| 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 |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_lastname" |
| valid | true |
| value | "" |
phone_number
"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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#5221 +payload: null +maxMessage: "Broj telefona da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Broj telefona mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#5221 +payload: null +maxMessage: "Broj telefona da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Broj telefona mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 6 +charset: "UTF-8" +normalizer: null } ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#5221 +payload: null +maxMessage: "Broj telefona da sadrži maksimalno {{ limit }} karaktera" +minMessage: "Broj telefona mora da sadrži minimum {{ limit }} karaktera" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 6 +charset: "UTF-8" +normalizer: 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4710 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#8160 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_app_user_registration_phone_number" ] |
| cache_key | "_app_user_registration_phone_number_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6849 -form: Symfony\Component\Form\Form {#6967 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6182 …5} |
| full_name | "app_user_registration[phone_number]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_phone_number" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone_number" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_phone_number" |
| valid | true |
| value | "" |
hasAcceptedTerms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1849 +payload: null +message: "Molimo Vas da prihvatite uslove korišćenja." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1849 +payload: null +message: "Molimo Vas da prihvatite uslove korišćenja." } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1849 +payload: null +message: "Molimo Vas da prihvatite uslove korišćenja." } ] |
| 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#6807 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2874 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#6520 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4523 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#7328 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_app_user_registration_hasAcceptedTerms" ] |
| cache_key | "_app_user_registration_hasAcceptedTerms_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3332 -form: Symfony\Component\Form\Form {#2582 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2016 …5} |
| full_name | "app_user_registration[hasAcceptedTerms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration_hasAcceptedTerms" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hasAcceptedTerms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_hasAcceptedTerms" |
| valid | true |
| value | "1" |
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 | "contact" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1972 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | null |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| setter | null |
| site_key | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#8467 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#4268 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| action_name | "contact" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_app_user_registration_captcha" ] |
| cache_key | "_app_user_registration_captcha_karser_recaptcha3" |
| compound | false |
| data | null |
| disabled | false |
| enabled | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1834 -form: Symfony\Component\Form\Form {#4916 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#7780 …5} |
| full_name | "app_user_registration[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| host | "www.google.com" |
| id | "app_user_registration_captcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| locale | "en" |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | false |
| row_attr | [] |
| script_nonce_csp | "" |
| site_key | "6LcnYhAsAAAAAHwh30OdT1e0RttkmggBa1LJr_iX" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration_captcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a4b3b4ac12a6ae91134.ckqOVdSHMqx-7d11S04bRSEnV_raWicQg-H-oWAku6w.FnP9J5bWUPMchO8mfANXN2x_AsnqD2lhs46S0ApN6JtCIbcmhP4E5g-JmA" |
| 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 | "a4b3b4ac12a6ae91134.ckqOVdSHMqx-7d11S04bRSEnV_raWicQg-H-oWAku6w.FnP9J5bWUPMchO8mfANXN2x_AsnqD2lhs46S0ApN6JtCIbcmhP4E5g-JmA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#394 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#396 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#395 …} -namespace: Closure() {#392 …} } |
| data | "a4b3b4ac12a6ae91134.ckqOVdSHMqx-7d11S04bRSEnV_raWicQg-H-oWAku6w.FnP9J5bWUPMchO8mfANXN2x_AsnqD2lhs46S0ApN6JtCIbcmhP4E5g-JmA" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#6860 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#5018 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2735 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#132 …} $translationDomain: "validators" $message: Closure() {#1781 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_app_user_registration__token" ] |
| cache_key | "_app_user_registration__token_hidden" |
| compound | false |
| data | "a4b3b4ac12a6ae91134.ckqOVdSHMqx-7d11S04bRSEnV_raWicQg-H-oWAku6w.FnP9J5bWUPMchO8mfANXN2x_AsnqD2lhs46S0ApN6JtCIbcmhP4E5g-JmA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3233 -form: Symfony\Component\Form\Form {#6093 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8224 …5} |
| full_name | "app_user_registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "app_user_registration__token" |
| 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 |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_app_user_registration__token" |
| valid | true |
| value | "a4b3b4ac12a6ae91134.ckqOVdSHMqx-7d11S04bRSEnV_raWicQg-H-oWAku6w.FnP9J5bWUPMchO8mfANXN2x_AsnqD2lhs46S0ApN6JtCIbcmhP4E5g-JmA" |