- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- 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
user
"App\Form\UserType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#777 -id: null -username: null -mail: null -roles: [] -password: null -carrito: null -ventas: Doctrine\Common\Collections\ArrayCollection {#778 …} -direccion: null -publicacions: Doctrine\Common\Collections\ArrayCollection {#814 …} -telefono: null -cursos: Doctrine\Common\Collections\ArrayCollection {#812 …} -apellido: null -nombre: null -avatar: null -contactos: Doctrine\Common\Collections\ArrayCollection {#809 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#777 -id: null -username: null -mail: null -roles: [] -password: null -carrito: null -ventas: Doctrine\Common\Collections\ArrayCollection {#778 …} -direccion: null -publicacions: Doctrine\Common\Collections\ArrayCollection {#814 …} -telefono: null -cursos: Doctrine\Common\Collections\ArrayCollection {#812 …} -apellido: null -nombre: null -avatar: null -contactos: Doctrine\Common\Collections\ArrayCollection {#809 …} } |
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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data | App\Entity\User {#777 -id: null -username: null -mail: null -roles: [] -password: null -carrito: null -ventas: Doctrine\Common\Collections\ArrayCollection {#778 …} -direccion: null -publicacions: Doctrine\Common\Collections\ArrayCollection {#814 …} -telefono: null -cursos: Doctrine\Common\Collections\ArrayCollection {#812 …} -apellido: null -nombre: null -avatar: null -contactos: Doctrine\Common\Collections\ArrayCollection {#809 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#883 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#882 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user" "_user" ] |
| cache_key | "_user_user" |
| compound | true |
| data | App\Entity\User {#777 -id: null -username: null -mail: null -roles: [] -password: null -carrito: null -ventas: Doctrine\Common\Collections\ArrayCollection {#778 …} -direccion: null -publicacions: Doctrine\Common\Collections\ArrayCollection {#814 …} -telefono: null -cursos: Doctrine\Common\Collections\ArrayCollection {#812 …} -apellido: null -nombre: null -avatar: null -contactos: Doctrine\Common\Collections\ArrayCollection {#809 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#977 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#880 …5} |
| full_name | "user" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user" |
| valid | true |
| value | App\Entity\User {#777 -id: null -username: null -mail: null -roles: [] -password: null -carrito: null -ventas: Doctrine\Common\Collections\ArrayCollection {#778 …} -direccion: null -publicacions: Doctrine\Common\Collections\ArrayCollection {#814 …} -telefono: null -cursos: Doctrine\Common\Collections\ArrayCollection {#812 …} -apellido: null -nombre: null -avatar: null -contactos: Doctrine\Common\Collections\ArrayCollection {#809 …} } |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-field col s12" ] |
[ "class" => "input-field col s12" ] |
| label | "Nombre de Usuario" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-field col s12" ] |
| 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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Nombre de Usuario" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#897 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_username" ] |
| cache_key | "_user_username_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1018 -form: Symfony\Component\Form\Form {#994 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1020 …5} |
| full_name | "user[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_username" |
| label | "Nombre de Usuario" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_username" |
| valid | true |
| value | "" |
password
"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 | [ "class" => "input-field col s12" ] |
[ "class" => "input-field col s12" ] |
| label | "Contraseña" |
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 | [ "class" => "input-field col s12" ] |
| 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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#859 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Contraseña" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#858 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_user_password" ] |
| cache_key | "_user_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1017 -form: Symfony\Component\Form\Form {#998 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1016 …5} |
| full_name | "user[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_password" |
| label | "Contraseña" |
| 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 |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_password" |
| valid | true |
| value | "" |
apellido
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-field col s12" ] |
[ "class" => "input-field col s12" ] |
| label | "Apellido" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-field col s12" ] |
| 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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#872 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_apellido" ] |
| cache_key | "_user_apellido_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1014 -form: Symfony\Component\Form\Form {#1001 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#975 …5} |
| full_name | "user[apellido]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_apellido" |
| label | "Apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "apellido" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_apellido" |
| valid | true |
| value | "" |
nombre
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-field col s12" ] |
[ "class" => "input-field col s12" ] |
| label | "Nombre" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-field col s12" ] |
| 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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#898 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#899 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_nombre" ] |
| cache_key | "_user_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#951 -form: Symfony\Component\Form\Form {#959 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#936 …5} |
| full_name | "user[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_nombre" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_nombre" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-field col s12" ] |
[ "class" => "input-field col s12" ] |
| label | "Mail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-field col s12" ] |
| 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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#909 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_mail" ] |
| cache_key | "_user_mail_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#962 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#911 …5} |
| full_name | "user[mail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_mail" |
| label | "Mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_mail" |
| valid | true |
| value | "" |
telefono
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-field col s12" ] |
[ "class" => "input-field col s12" ] |
| label | "Telefono" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-field col s12" ] |
| 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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#917 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Telefono" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#918 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_telefono" ] |
| cache_key | "_user_telefono_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#902 -form: Symfony\Component\Form\Form {#965 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#874 …5} |
| full_name | "user[telefono]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_telefono" |
| label | "Telefono" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telefono" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_telefono" |
| valid | true |
| value | "" |
captcha
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-field col s12" "captcha" => "captcha" ] |
[ "class" => "input-field col s12" "captcha" => "captcha" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#933 +payload: null +message: "Debe ingresar el código CAPTCHA." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#933 +payload: null +message: "Debe ingresar el código CAPTCHA." +allowNull: false +normalizer: null } ] |
| label | "Ingrese el código de validación" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-field col s12" "captcha" => "captcha" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#933 +payload: null +message: "Debe ingresar el código CAPTCHA." +allowNull: false +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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | "Ingrese el código de validación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#931 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-field col s12" "captcha" => "captcha" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_captcha" ] |
| cache_key | "_user_captcha_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#866 -form: Symfony\Component\Form\Form {#968 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#926 …5} |
| full_name | "user[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_captcha" |
| label | "Ingrese el código de validación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_captcha" |
| valid | true |
| value | "" |
Guardar
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 |
|---|---|---|
| attr | [ "class" => "waves-effect waves-light btn colorOficial white-text" ] |
[ "class" => "waves-effect waves-light btn colorOficial white-text" ] |
| label | "" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "waves-effect waves-light btn colorOficial white-text" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "waves-effect waves-light btn colorOficial white-text" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_user_Guardar" ] |
| cache_key | "_user_Guardar_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#983 …5} |
| full_name | "user[Guardar]" |
| id | "user_Guardar" |
| label | "" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "Guardar" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_user_Guardar" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "03094dfa84273c6e5a5cb1.9eNoubrK7Ov1XweM1macaqibMg4cXu0KIrxtz-i_CrY.vNEE_9PnidK3KnHbpCf9IJ6ua11YOrlbVMwmoKb6TPy_rTLIyL3UqcUvXg" |
| 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 | "03094dfa84273c6e5a5cb1.9eNoubrK7Ov1XweM1macaqibMg4cXu0KIrxtz-i_CrY.vNEE_9PnidK3KnHbpCf9IJ6ua11YOrlbVMwmoKb6TPy_rTLIyL3UqcUvXg" |
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 {#842 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#843 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#844 …} -namespace: Closure() {#846 …} } |
| data | "03094dfa84273c6e5a5cb1.9eNoubrK7Ov1XweM1macaqibMg4cXu0KIrxtz-i_CrY.vNEE_9PnidK3KnHbpCf9IJ6ua11YOrlbVMwmoKb6TPy_rTLIyL3UqcUvXg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1022 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#784 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#1025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#852 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#192 …} $translationDomain: "validators" $message: Closure() {#982 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user__token" ] |
| cache_key | "_user__token_hidden" |
| compound | false |
| data | "03094dfa84273c6e5a5cb1.9eNoubrK7Ov1XweM1macaqibMg4cXu0KIrxtz-i_CrY.vNEE_9PnidK3KnHbpCf9IJ6ua11YOrlbVMwmoKb6TPy_rTLIyL3UqcUvXg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1036 -form: Symfony\Component\Form\Form {#1032 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1027 …5} |
| full_name | "user[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user__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 | "_user__token" |
| valid | true |
| value | "03094dfa84273c6e5a5cb1.9eNoubrK7Ov1XweM1macaqibMg4cXu0KIrxtz-i_CrY.vNEE_9PnidK3KnHbpCf9IJ6ua11YOrlbVMwmoKb6TPy_rTLIyL3UqcUvXg" |