Forms
-
audiencia
-
tipoSolicitante
-
numeroIdentifica
-
nombre
-
apellidoPaterno
-
ApellidoMaterno
-
peticion
-
asunto
-
correoElectronico
-
telefono
-
_token
-
audiencia
Form type:
"App\Form\Main\AudienciaType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Main\Audiencia {#692 -id: null -fechaSolicitud: DateTime @1738130156 {#693 date: 2025-01-29 05:55:56.320375 UTC (+00:00) } -nombre: null -apellidoPaterno: null -ApellidoMaterno: null -correoElectronico: null -telefono: null -asunto: null -atendido: false -fobservaciones: null -uuid: null -peticion: null -tipoSolicitante: null -numeroIdentifica: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/public" |
same as passed value |
data | App\Entity\Main\Audiencia {#692 -id: null -fechaSolicitud: DateTime @1738130156 {#693 date: 2025-01-29 05:55:56.320375 UTC (+00:00) } -nombre: null -apellidoPaterno: null -ApellidoMaterno: null -correoElectronico: null -telefono: null -asunto: null -atendido: false -fobservaciones: null -uuid: null -peticion: null -tipoSolicitante: null -numeroIdentifica: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/public" |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data | App\Entity\Main\Audiencia {#692 -id: null -fechaSolicitud: DateTime @1738130156 {#693 date: 2025-01-29 05:55:56.320375 UTC (+00:00) } -nombre: null -apellidoPaterno: null -ApellidoMaterno: null -correoElectronico: null -telefono: null -asunto: null -atendido: false -fobservaciones: null -uuid: null -peticion: null -tipoSolicitante: null -numeroIdentifica: null } |
data_class | "App\Entity\Main\Audiencia" |
disabled | false |
empty_data | Closure(FormInterface $form) {#783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Main\Audiencia" } } |
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() {#785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#784 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/public" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "audiencia" "_audiencia" ] |
cache_key | "_audiencia_audiencia" |
compound | true |
data | App\Entity\Main\Audiencia {#692 -id: null -fechaSolicitud: DateTime @1738130156 {#693 date: 2025-01-29 05:55:56.320375 UTC (+00:00) } -nombre: null -apellidoPaterno: null -ApellidoMaterno: null -correoElectronico: null -telefono: null -asunto: null -atendido: false -fobservaciones: null -uuid: null -peticion: null -tipoSolicitante: null -numeroIdentifica: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#940 -form: Symfony\Component\Form\Form {#945 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#786 …5} |
full_name | "audiencia" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "audiencia" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia" |
valid | true |
value | App\Entity\Main\Audiencia {#692 -id: null -fechaSolicitud: DateTime @1738130156 {#693 date: 2025-01-29 05:55:56.320375 UTC (+00:00) } -nombre: null -apellidoPaterno: null -ApellidoMaterno: null -correoElectronico: null -telefono: null -asunto: null -atendido: false -fobservaciones: null -uuid: null -peticion: null -tipoSolicitante: null -numeroIdentifica: null } |
tipoSolicitante
Errors
This form has no errors.
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 | [ "placeholder" => "Seleccione el tipo de solicitante" ] |
[ "placeholder" => "Seleccione el tipo de solicitante" ] |
choices | [ "Empleado" => 1 "Estudiante" => 2 "Ciudadano" => 3 "Empresa" => 4 "Otro" => 5 ] |
[ "Empleado" => 1 "Estudiante" => 2 "Ciudadano" => 3 "Empresa" => 4 "Otro" => 5 ] |
label | "Tipo de solicitante" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Seleccione el tipo de solicitante" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Empleado" => 1 "Estudiante" => 2 "Ciudadano" => 3 "Empresa" => 4 "Otro" => 5 ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Tipo de solicitante" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#852 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#850 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Seleccione el tipo de solicitante" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_audiencia_tipoSolicitante" ] |
cache_key | "_audiencia_tipoSolicitante_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#887 +label: "Empleado" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#878 +label: "Estudiante" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#869 +label: "Ciudadano" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#853 +label: "Empresa" +value: "4" +data: 4 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#976 +label: "Otro" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#896 -form: Symfony\Component\Form\Form {#948 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#905 …5} |
full_name | "audiencia[tipoSolicitante]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_tipoSolicitante" |
is_selected | Closure($choice, $value) {#979 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Tipo de solicitante" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "tipoSolicitante" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_tipoSolicitante" |
valid | true |
value | "" |
numeroIdentifica
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Escriba su número de identificación" ] |
[ "placeholder" => "Escriba su número de identificación" ] |
label | "Número de Identificación" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escriba su número de identificación" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#866 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Número de Identificación" |
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() {#868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#867 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escriba su número de identificación" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_audiencia_numeroIdentifica" ] |
cache_key | "_audiencia_numeroIdentifica_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#980 -form: Symfony\Component\Form\Form {#951 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#981 …5} |
full_name | "audiencia[numeroIdentifica]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_numeroIdentifica" |
label | "Número de Identificación" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "numeroIdentifica" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_numeroIdentifica" |
valid | true |
value | "" |
nombre
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Escriba su nombre" ] |
[ "placeholder" => "Escriba su nombre" ] |
label | "Nombre" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escriba su nombre" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#875 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | [] |
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() {#877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#876 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escriba su nombre" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_audiencia_nombre" ] |
cache_key | "_audiencia_nombre_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1017 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1019 …5} |
full_name | "audiencia[nombre]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_nombre" |
valid | true |
value | "" |
apellidoPaterno
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Escriba su apellido paterno" ] |
[ "placeholder" => "Escriba su apellido paterno" ] |
label | "Apellido Paterno" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escriba su apellido paterno" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#884 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 Paterno" |
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() {#886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#885 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escriba su apellido paterno" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_audiencia_apellidoPaterno" ] |
cache_key | "_audiencia_apellidoPaterno_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1020 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1021 …5} |
full_name | "audiencia[apellidoPaterno]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_apellidoPaterno" |
label | "Apellido Paterno" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "apellidoPaterno" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_apellidoPaterno" |
valid | true |
value | "" |
ApellidoMaterno
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Escriba su apellido materno" ] |
[ "placeholder" => "Escriba su apellido materno" ] |
label | "Apellido Materno" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escriba su apellido materno" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#893 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 Materno" |
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() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#894 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escriba su apellido materno" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_audiencia_ApellidoMaterno" ] |
cache_key | "_audiencia_ApellidoMaterno_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1022 -form: Symfony\Component\Form\Form {#960 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1023 …5} |
full_name | "audiencia[ApellidoMaterno]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_ApellidoMaterno" |
label | "Apellido Materno" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ApellidoMaterno" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_ApellidoMaterno" |
valid | true |
value | "" |
peticion
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Tema a tratar" "help" => "Escriba el tema a tratar" ] |
[ "placeholder" => "Tema a tratar" "help" => "Escriba el tema a tratar" ] |
label | "Peticion" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Tema a tratar" "help" => "Escriba el tema a tratar" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#902 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Peticion" |
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() {#904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#903 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Tema a tratar" "help" => "Escriba el tema a tratar" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_audiencia_peticion" ] |
cache_key | "_audiencia_peticion_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1024 -form: Symfony\Component\Form\Form {#963 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1025 …5} |
full_name | "audiencia[peticion]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_peticion" |
label | "Peticion" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "peticion" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_peticion" |
valid | true |
value | "" |
asunto
Errors
This form has no errors.
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 | [ "placeholder" => "Describa brevemente el asunto a tratar" ] |
[ "placeholder" => "Describa brevemente el asunto a tratar" ] |
label | "Asunto" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Describa brevemente el asunto a tratar" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#915 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Asunto" |
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() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#916 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Describa brevemente el asunto a tratar" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_audiencia_asunto" ] |
cache_key | "_audiencia_asunto_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1026 -form: Symfony\Component\Form\Form {#966 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1027 …5} |
full_name | "audiencia[asunto]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_asunto" |
label | "Asunto" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "asunto" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_asunto" |
valid | true |
value | "" |
correoElectronico
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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 | [ "placeholder" => "Escriba su correo electrónico" ] |
[ "placeholder" => "Escriba su correo electrónico" ] |
label | "Correo Electrónico" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escriba su correo electrónico" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#928 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Correo Electrónico" |
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() {#930 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#929 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escriba su correo electrónico" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_audiencia_correoElectronico" ] |
cache_key | "_audiencia_correoElectronico_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#969 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1029 …5} |
full_name | "audiencia[correoElectronico]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_correoElectronico" |
label | "Correo Electrónico" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "correoElectronico" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_correoElectronico" |
valid | true |
value | "" |
telefono
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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 | [ "placeholder" => "Escriba su número de teléfono" "help" => "Escriba su número telefónico o de contacto" ] |
[ "placeholder" => "Escriba su número de teléfono" "help" => "Escriba su número telefónico o de contacto" ] |
label | "Teléfono" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Escriba su número de teléfono" "help" => "Escriba su número telefónico o de contacto" ] |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#937 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Teléfono" |
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() {#939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Escriba su número de teléfono" "help" => "Escriba su número telefónico o de contacto" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_audiencia_telefono" ] |
cache_key | "_audiencia_telefono_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1030 -form: Symfony\Component\Form\Form {#972 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1031 …5} |
full_name | "audiencia[telefono]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia_telefono" |
label | "Teléfono" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telefono" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia_telefono" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "aeb01f91ee1ddfa141dbf3947.uAuvN9mbMJXnqX3S3rxj_lhUfHkhbqLtFByiauecwHE.4lPJVbjiReLfkRuLvcYOp2EbGQBSGeSGRUv2C6jO8wXgJuxZ9P5z5pGaRQ" |
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 | "aeb01f91ee1ddfa141dbf3947.uAuvN9mbMJXnqX3S3rxj_lhUfHkhbqLtFByiauecwHE.4lPJVbjiReLfkRuLvcYOp2EbGQBSGeSGRUv2C6jO8wXgJuxZ9P5z5pGaRQ" |
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 {#757 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#758 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#759 …} -namespace: Closure() {#761 …} } |
data | "aeb01f91ee1ddfa141dbf3947.uAuvN9mbMJXnqX3S3rxj_lhUfHkhbqLtFByiauecwHE.4lPJVbjiReLfkRuLvcYOp2EbGQBSGeSGRUv2C6jO8wXgJuxZ9P5z5pGaRQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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() {#1037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#583 …} $message: Closure() {#1036 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_audiencia__token" ] |
cache_key | "_audiencia__token_hidden" |
compound | false |
data | "aeb01f91ee1ddfa141dbf3947.uAuvN9mbMJXnqX3S3rxj_lhUfHkhbqLtFByiauecwHE.4lPJVbjiReLfkRuLvcYOp2EbGQBSGeSGRUv2C6jO8wXgJuxZ9P5z5pGaRQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1047 -form: Symfony\Component\Form\Form {#1043 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1038 …5} |
full_name | "audiencia[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "audiencia__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_audiencia__token" |
valid | true |
value | "aeb01f91ee1ddfa141dbf3947.uAuvN9mbMJXnqX3S3rxj_lhUfHkhbqLtFByiauecwHE.4lPJVbjiReLfkRuLvcYOp2EbGQBSGeSGRUv2C6jO8wXgJuxZ9P5z5pGaRQ" |