- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 57
- Security
- Twig
- 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
-
-
-
titular-type_hidden
-
collective_text
-
-
-
-
0
-
-
-
-
personal-data-firstname_text
-
personal-data-lastname_text
-
personal-data-idcard_text
-
personal-data-email_email
-
personal-data-country_text
-
personal-data-phone-1_text
-
personal-data-phone-2_text
-
personal-data-birthday_date
-
personal-data-birth-place_text
-
personal-data-work_text
-
personal-data-marital-status_select
-
personal-data-partners_collection
-
-
-
location-address_text
-
location-city_text
-
location-zipcode_text
-
location-province_text
-
-
-
family-father-name_text
-
-
0
-
1
-
-
family-mother-name_text
-
-
0
-
1
-
-
-
0
-
1
-
-
family-child_collection
-
-
0
-
1
-
-
-
0
-
1
-
-
family-pets-depend-name_text
-
family-pets-depend-idcard_text
-
-
-
children-heir-legal-guardian-name_text
-
children-heir-legal-guardian-idcard_text
-
children-heir-admin-name_text
-
children-heir-admin-idcard_text
-
-
-
heirs_collection
-
-
-
comments-1_textarea
-
-
-
-
0
-
1
-
-
ong-name_text
-
ong-idcard_text
-
-
-
-
0
-
-
submit_submit
-
-
json
"App\Form\JsonType"
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 |
|---|---|---|
| disabled | false |
false
|
| manager | App\Service\JsonFormManager {#501 -filesystem: Symfony\Component\Filesystem\Filesystem {#464 …} -formDefinition: [ [ "type" => "group" "name" => "testamento-hereditario" "title" => "TESTAMENTO HEREDITARIO" "attr" => [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] "fields" => [ [ "type" => "hidden" "common" => [ "name" => "titular-type" "label" => "Tipo de testamento" ] "attr" => [ "value" => "Hereditario" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "collective" "label" => "Colectivo (empresa a la que pertenece)" ] "attr" => [] "constraints" => [] ] ] ] [ "type" => "group" "name" => "titular" "title" => "DATOS DEL TITULAR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "titular-ability" "label" => false ] "attr" => [] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "Se encuentra en plena capacidad de obrar" ] ] "bind" => false ] ] ] [ "type" => "group" "name" => "personal-data" "title" => "DATOS PERSONALES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "personal-data-firstname" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-lastname" "label" => "Apellidos" ] "attr" => [ "placeholder" => "Apellidos" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-idcard" "label" => "DNI/NIE" ] "attr" => [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] "constraints" => [ "required" => true "validators" => [ "Nif" => [] ] ] ] [ "type" => "email" "common" => [ "name" => "personal-data-email" "label" => "Correo electrónico" ] "attr" => [ "placeholder" => "Correo electrónico" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-country" "label" => "Nacionalidad" ] "attr" => [ "placeholder" => "Nacionalidad" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-1" "label" => "Teléfono 1" ] "attr" => [ "placeholder" => "Teléfono 1" ] "constraints" => [ "required" => true "validators" => [ "Phone" => [] ] ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-2" "label" => "Teléfono 2" ] "attr" => [ "placeholder" => "Teléfono 2" ] "constraints" => [ "required" => false "validators" => [ "Phone" => [] ] ] ] [ "type" => "date" "common" => [ "name" => "personal-data-birthday" "label" => "Fecha de nacimiento" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-birth-place" "label" => "Lugar de nacimiento" ] "attr" => [ "placeholder" => "Lugar de nacimiento" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-work" "label" => "Profesión" ] "attr" => [ "placeholder" => "Profesión" ] "constraints" => [ "required" => true ] ] [ "type" => "select" "common" => [ "name" => "personal-data-marital-status" "label" => "Estado civil" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Soltero/a" "label" => "Soltero/a" ] [ "value" => "Casado/a en régimen de bienes gananciales" "label" => "Casado/a en régimen de bienes gananciales" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Casado/a en régimen de separación de bienes" "label" => "Casado/a en régimen de separación de bienes" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Pareja de hecho inscrita" "label" => "Pareja de hecho inscrita" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a de hecho" "label" => "Separado/a de hecho" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a legalmente" "label" => "Separado/a legalmente" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Divorciado/a" "label" => "Divorciado/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Viudo/a" "label" => "Viudo/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "personal-data-partners" "label" => "Parejas o exparejas" ] "attr" => [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "personal-data-partner" "label" => false ] "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "location" "title" => "LUGAR DE RESIDENCIA HABITUAL" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "location-address" "label" => "Dirección" ] "attr" => [ "placeholder" => "Dirección" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-city" "label" => "Población" ] "attr" => [ "placeholder" => "Población" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-zipcode" "label" => "Código postal" ] "attr" => [ "placeholder" => "Código postal" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-province" "label" => "Provincia" ] "attr" => [ "placeholder" => "Provincia" ] "constraints" => [ "required" => true ] ] ] ] [ "type" => "group" "name" => "family" "title" => "DATOS FAMILIARES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "family-father-name" "label" => "Nombre y apellidos de su padre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su padre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-father-alive" "label" => "¿Está vivo?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-mother-name" "label" => "Nombre y apellidos de su madre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su madre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-mother-alive" "label" => "¿Está viva?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-children-check" "label" => "¿Tiene hijos?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-child" "type" => "collection" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "children-heir-legal-guardian-name" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "family-child" "label" => false ] "attr" => [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "family-child-name" "label" => "Nombre y apellidos hijo/a" ] "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "date" "common" => [ "name" => "family-child-birthday" "label" => "Fecha de nacimiento hijo/a" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "family-child-register-location" "label" => "Registro civil donde está inscrito/a hijo/a" ] "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-book" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-page" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets" "label" => "¿Tiene animales de compañía?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend" "type" => "radio" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets-depend" "label" => "¿Desea dejar su cuidado a alguien?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "family-pets-depend-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-name" "label" => "Nombre y apellidos del cuidador" ] "attr" => [ "placeholder" => "Nombre y apellidos del cuidador" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-idcard" "label" => "DNI/NIE del cuidador" ] "attr" => [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "children-heir" "title" => "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-name" "label" => "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" ] "attr" => [ "placeholder" => "Nombre y apellidos del tutor legal" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-name" "label" => "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" ] "attr" => [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "heirs-group" "title" => "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "collection" "common" => [ "name" => "heirs" "label" => false ] "attr" => [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "heir-name" "label" => "Nombre y apellidos heredero/a" ] "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "heir-idcard" "label" => "DNI/NIE heredero/a" ] "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "comments" "title" => "Comentarios adicionales" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "textarea" "common" => [ "name" => "comments-1" "label" => false ] "attr" => [ "placeholder" => "Comentarios adicionales" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "ong" "title" => "TESTAMENTO A FAVOR DE ONG" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "radio" "common" => [ "name" => "ong-radio" "label" => "Deseo incluir a alguna ONG en mi testamento" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "ong-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "ong-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "text" "common" => [ "name" => "ong-name" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "ong-idcard" "label" => "CIF" ] "attr" => [ "placeholder" => "CIF" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "buttons" "title" => false "attr" => [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] "class" => "group-class" "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "privacidad" "label" => false ] "attr" => [ "prueba" => "prueba" ] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" ] ] "bind" => false ] [ "type" => "submit" "common" => [ "name" => "submit" "label" => "Enviar" ] "attr" => [] ] ] ] ] -params: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag {#106 …} -validator: Symfony\Component\Validator\Validator\TraceableValidator {#463 …} -form: App\Entity\Form {#914 …} -queryParams: [] } |
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 | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1386 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| form_lead | null |
| 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 |
| manager | App\Service\JsonFormManager {#501 -filesystem: Symfony\Component\Filesystem\Filesystem {#464 …} -formDefinition: [ [ "type" => "group" "name" => "testamento-hereditario" "title" => "TESTAMENTO HEREDITARIO" "attr" => [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] "fields" => [ [ "type" => "hidden" "common" => [ "name" => "titular-type" "label" => "Tipo de testamento" ] "attr" => [ "value" => "Hereditario" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "collective" "label" => "Colectivo (empresa a la que pertenece)" ] "attr" => [] "constraints" => [] ] ] ] [ "type" => "group" "name" => "titular" "title" => "DATOS DEL TITULAR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "titular-ability" "label" => false ] "attr" => [] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "Se encuentra en plena capacidad de obrar" ] ] "bind" => false ] ] ] [ "type" => "group" "name" => "personal-data" "title" => "DATOS PERSONALES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "personal-data-firstname" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-lastname" "label" => "Apellidos" ] "attr" => [ "placeholder" => "Apellidos" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-idcard" "label" => "DNI/NIE" ] "attr" => [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] "constraints" => [ "required" => true "validators" => [ "Nif" => [] ] ] ] [ "type" => "email" "common" => [ "name" => "personal-data-email" "label" => "Correo electrónico" ] "attr" => [ "placeholder" => "Correo electrónico" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-country" "label" => "Nacionalidad" ] "attr" => [ "placeholder" => "Nacionalidad" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-1" "label" => "Teléfono 1" ] "attr" => [ "placeholder" => "Teléfono 1" ] "constraints" => [ "required" => true "validators" => [ "Phone" => [] ] ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-2" "label" => "Teléfono 2" ] "attr" => [ "placeholder" => "Teléfono 2" ] "constraints" => [ "required" => false "validators" => [ "Phone" => [] ] ] ] [ "type" => "date" "common" => [ "name" => "personal-data-birthday" "label" => "Fecha de nacimiento" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-birth-place" "label" => "Lugar de nacimiento" ] "attr" => [ "placeholder" => "Lugar de nacimiento" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-work" "label" => "Profesión" ] "attr" => [ "placeholder" => "Profesión" ] "constraints" => [ "required" => true ] ] [ "type" => "select" "common" => [ "name" => "personal-data-marital-status" "label" => "Estado civil" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Soltero/a" "label" => "Soltero/a" ] [ "value" => "Casado/a en régimen de bienes gananciales" "label" => "Casado/a en régimen de bienes gananciales" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Casado/a en régimen de separación de bienes" "label" => "Casado/a en régimen de separación de bienes" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Pareja de hecho inscrita" "label" => "Pareja de hecho inscrita" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a de hecho" "label" => "Separado/a de hecho" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a legalmente" "label" => "Separado/a legalmente" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Divorciado/a" "label" => "Divorciado/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Viudo/a" "label" => "Viudo/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "personal-data-partners" "label" => "Parejas o exparejas" ] "attr" => [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "personal-data-partner" "label" => false ] "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "location" "title" => "LUGAR DE RESIDENCIA HABITUAL" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "location-address" "label" => "Dirección" ] "attr" => [ "placeholder" => "Dirección" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-city" "label" => "Población" ] "attr" => [ "placeholder" => "Población" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-zipcode" "label" => "Código postal" ] "attr" => [ "placeholder" => "Código postal" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-province" "label" => "Provincia" ] "attr" => [ "placeholder" => "Provincia" ] "constraints" => [ "required" => true ] ] ] ] [ "type" => "group" "name" => "family" "title" => "DATOS FAMILIARES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "family-father-name" "label" => "Nombre y apellidos de su padre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su padre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-father-alive" "label" => "¿Está vivo?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-mother-name" "label" => "Nombre y apellidos de su madre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su madre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-mother-alive" "label" => "¿Está viva?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-children-check" "label" => "¿Tiene hijos?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-child" "type" => "collection" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "children-heir-legal-guardian-name" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "family-child" "label" => false ] "attr" => [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "family-child-name" "label" => "Nombre y apellidos hijo/a" ] "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "date" "common" => [ "name" => "family-child-birthday" "label" => "Fecha de nacimiento hijo/a" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "family-child-register-location" "label" => "Registro civil donde está inscrito/a hijo/a" ] "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-book" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-page" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets" "label" => "¿Tiene animales de compañía?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend" "type" => "radio" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets-depend" "label" => "¿Desea dejar su cuidado a alguien?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "family-pets-depend-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-name" "label" => "Nombre y apellidos del cuidador" ] "attr" => [ "placeholder" => "Nombre y apellidos del cuidador" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-idcard" "label" => "DNI/NIE del cuidador" ] "attr" => [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "children-heir" "title" => "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-name" "label" => "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" ] "attr" => [ "placeholder" => "Nombre y apellidos del tutor legal" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-name" "label" => "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" ] "attr" => [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "heirs-group" "title" => "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "collection" "common" => [ "name" => "heirs" "label" => false ] "attr" => [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "heir-name" "label" => "Nombre y apellidos heredero/a" ] "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "heir-idcard" "label" => "DNI/NIE heredero/a" ] "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "comments" "title" => "Comentarios adicionales" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "textarea" "common" => [ "name" => "comments-1" "label" => false ] "attr" => [ "placeholder" => "Comentarios adicionales" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "ong" "title" => "TESTAMENTO A FAVOR DE ONG" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "radio" "common" => [ "name" => "ong-radio" "label" => "Deseo incluir a alguna ONG en mi testamento" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "ong-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "ong-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "text" "common" => [ "name" => "ong-name" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "ong-idcard" "label" => "CIF" ] "attr" => [ "placeholder" => "CIF" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "buttons" "title" => false "attr" => [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] "class" => "group-class" "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "privacidad" "label" => false ] "attr" => [ "prueba" => "prueba" ] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" ] ] "bind" => false ] [ "type" => "submit" "common" => [ "name" => "submit" "label" => "Enviar" ] "attr" => [] ] ] ] ] -params: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag {#106 …} -validator: Symfony\Component\Validator\Validator\TraceableValidator {#463 …} -form: App\Entity\Form {#914 …} -queryParams: [] } |
| 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() {#1384 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1385 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "json" "_json" ] |
| cache_key | "_json_json" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2285 -form: Symfony\Component\Form\Form {#1470 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1383 …5} |
| full_name | "json" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "json" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json" |
| valid | true |
| value | null |
testamento-hereditario
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
[ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| inherit_data | true |
same as passed value |
| label | "TESTAMENTO HEREDITARIO" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1432 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "TESTAMENTO HEREDITARIO" |
| 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() {#1430 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1431 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_testamento-hereditario" ] |
| cache_key | "_json_testamento-hereditario_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2194 -form: Symfony\Component\Form\Form {#1490 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2185 …5} |
| full_name | "json[testamento-hereditario]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_testamento-hereditario" |
| label | "TESTAMENTO HEREDITARIO" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "testamento-hereditario" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_testamento-hereditario" |
| valid | true |
| value | null |
titular-type_hidden
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Hereditario" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "value" => "Hereditario" ] |
same as passed value |
| data | "Hereditario" |
same as passed value |
| label | "Tipo de testamento" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "value" => "Hereditario" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data | "Hereditario" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1506 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Tipo de testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1512 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1513 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "value" => "Hereditario" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_json_testamento-hereditario_titular-type_hidden" ] |
| cache_key | "_json_testamento-hereditario_titular-type_hidden_hidden" |
| compound | false |
| data | "Hereditario" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1427 -form: Symfony\Component\Form\Form {#1493 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2227 …5} |
| full_name | "json[testamento-hereditario][titular-type_hidden]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_testamento-hereditario_titular-type_hidden" |
| label | "Tipo de testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "titular-type_hidden" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_testamento-hereditario_titular-type_hidden" |
| valid | true |
| value | "Hereditario" |
collective_text
"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 | [] |
[] |
| label | "Colectivo (empresa a la que pertenece)" |
same as passed value |
| label_html | true |
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 | [] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1480 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Colectivo (empresa a la que pertenece)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1479 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1478 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_testamento-hereditario_collective_text" ] |
| cache_key | "_json_testamento-hereditario_collective_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1465 -form: Symfony\Component\Form\Form {#1496 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2388 …5} |
| full_name | "json[testamento-hereditario][collective_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_testamento-hereditario_collective_text" |
| label | "Colectivo (empresa a la que pertenece)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "collective_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_testamento-hereditario_collective_text" |
| valid | true |
| value | "" |
titular
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "DATOS DEL TITULAR" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1360 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "DATOS DEL TITULAR" |
| 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() {#1361 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1398 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_titular" ] |
| cache_key | "_json_titular_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2203 -form: Symfony\Component\Form\Form {#1535 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1418 …5} |
| full_name | "json[titular]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_titular" |
| label | "DATOS DEL TITULAR" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "titular" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_titular" |
| valid | true |
| value | null |
titular-ability_checkbox
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "bind" => false ] |
[ "bind" => false ] |
| choices | [ "Se encuentra en plena capacidad de obrar" => 0 ] |
[ "Se encuentra en plena capacidad de obrar" => 0 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1438 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| expanded | true |
same as passed value |
| label | false |
false
|
| label_html | true |
same as passed value |
| multiple | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "bind" => false ] |
| 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 | [ "Se encuentra en plena capacidad de obrar" => 0 ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1438 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| 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() {#1523 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1522 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "bind" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_titular_titular-ability_checkbox" ] |
| cache_key | "_json_titular_titular-ability_checkbox_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1531 +label: "Se encuentra en plena capacidad de obrar" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2320 -form: Symfony\Component\Form\Form {#1562 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1456 …5} |
| full_name | "json[titular][titular-ability_checkbox]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_titular_titular-ability_checkbox" |
| is_selected | Closure($choice, array $values) {#2311 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "titular-ability_checkbox" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_titular_titular-ability_checkbox" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Se encuentra en plena capacidad de obrar" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "0" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Se encuentra en plena capacidad de obrar" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1550 …} } } |
| validation_groups | null |
| value | "0" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_json_titular_titular-ability_checkbox_entry" ] |
| cache_key | "_json_titular_titular-ability_checkbox_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1447 -form: Symfony\Component\Form\Form {#1558 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2331 …5} |
| full_name | "json[titular][titular-ability_checkbox][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_titular_titular-ability_checkbox_0" |
| label | "Se encuentra en plena capacidad de obrar" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_titular_titular-ability_checkbox_entry" |
| valid | true |
| value | "0" |
personal-data
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "DATOS PERSONALES DEL TESTADOR" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1369 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "DATOS PERSONALES DEL TESTADOR" |
| 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() {#1371 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1370 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_personal-data" ] |
| cache_key | "_json_personal-data_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2396 -form: Symfony\Component\Form\Form {#1706 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2364 …5} |
| full_name | "json[personal-data]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data" |
| label | "DATOS PERSONALES DEL TESTADOR" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data" |
| valid | true |
| value | null |
personal-data-firstname_text
"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 | [ "placeholder" => "Nombre" ] |
[ "placeholder" => "Nombre" ] |
| label | "Nombre" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1565 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| 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() {#1567 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1566 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-firstname_text" ] |
| cache_key | "_json_personal-data_personal-data-firstname_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1409 -form: Symfony\Component\Form\Form {#1728 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2000 …5} |
| full_name | "json[personal-data][personal-data-firstname_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-firstname_text" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-firstname_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-firstname_text" |
| valid | true |
| value | "" |
personal-data-lastname_text
"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 | [ "placeholder" => "Apellidos" ] |
[ "placeholder" => "Apellidos" ] |
| label | "Apellidos" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Apellidos" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1574 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Apellidos" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1575 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Apellidos" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-lastname_text" ] |
| cache_key | "_json_personal-data_personal-data-lastname_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1988 -form: Symfony\Component\Form\Form {#1736 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2151 …5} |
| full_name | "json[personal-data][personal-data-lastname_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-lastname_text" |
| label | "Apellidos" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-lastname_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-lastname_text" |
| valid | true |
| value | "" |
personal-data-idcard_text
"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 | [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] |
| constraints | [ App\Validator\Nif {#1441 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Nif {#1441 +message: "{{ value }} no es válido." +payload: null } ] |
| label | "DNI/NIE" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\Nif {#1441 +message: "{{ value }} no es válido." +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1583 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "DNI/NIE" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1585 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1584 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-idcard_text" ] |
| cache_key | "_json_personal-data_personal-data-idcard_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2142 -form: Symfony\Component\Form\Form {#1738 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1918 …5} |
| full_name | "json[personal-data][personal-data-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-idcard_text" |
| label | "DNI/NIE" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-idcard_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-idcard_text" |
| valid | true |
| value | "" |
personal-data-email_email
"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 |
|---|---|---|
| attr | [ "placeholder" => "Correo electrónico" ] |
[ "placeholder" => "Correo electrónico" ] |
| label | "Correo electrónico" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1592 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Correo electrónico" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1593 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Correo electrónico" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_json_personal-data_personal-data-email_email" ] |
| cache_key | "_json_personal-data_personal-data-email_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2124 -form: Symfony\Component\Form\Form {#1734 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2115 …5} |
| full_name | "json[personal-data][personal-data-email_email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-email_email" |
| label | "Correo electrónico" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-email_email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-email_email" |
| valid | true |
| value | "" |
personal-data-country_text
"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 | [ "placeholder" => "Nacionalidad" ] |
[ "placeholder" => "Nacionalidad" ] |
| label | "Nacionalidad" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nacionalidad" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1606 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Nacionalidad" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1608 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1607 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nacionalidad" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-country_text" ] |
| cache_key | "_json_personal-data_personal-data-country_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1883 -form: Symfony\Component\Form\Form {#1743 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1866 …5} |
| full_name | "json[personal-data][personal-data-country_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-country_text" |
| label | "Nacionalidad" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-country_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-country_text" |
| valid | true |
| value | "" |
personal-data-phone-1_text
"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 | [ "placeholder" => "Teléfono 1" ] |
[ "placeholder" => "Teléfono 1" ] |
| constraints | [ App\Validator\Phone {#1366 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1366 +message: "{{ value }} no es válido." +payload: null } ] |
| label | "Teléfono 1" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Teléfono 1" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\Phone {#1366 +message: "{{ value }} no es válido." +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1615 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 1" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1616 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Teléfono 1" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-phone-1_text" ] |
| cache_key | "_json_personal-data_personal-data-phone-1_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2094 -form: Symfony\Component\Form\Form {#1746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2085 …5} |
| full_name | "json[personal-data][personal-data-phone-1_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-phone-1_text" |
| label | "Teléfono 1" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-phone-1_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-phone-1_text" |
| valid | true |
| value | "" |
personal-data-phone-2_text
"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 | [ "placeholder" => "Teléfono 2" ] |
[ "placeholder" => "Teléfono 2" ] |
| constraints | [ App\Validator\Phone {#1363 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1363 +message: "{{ value }} no es válido." +payload: null } ] |
| label | "Teléfono 2" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Teléfono 2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\Phone {#1363 +message: "{{ value }} no es válido." +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1624 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 2" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1626 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1625 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Teléfono 2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-phone-2_text" ] |
| cache_key | "_json_personal-data_personal-data-phone-2_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1855 -form: Symfony\Component\Form\Form {#1749 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2067 …5} |
| full_name | "json[personal-data][personal-data-phone-2_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-phone-2_text" |
| label | "Teléfono 2" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-phone-2_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-phone-2_text" |
| valid | true |
| value | "" |
personal-data-birthday_date
"Symfony\Component\Form\Extension\Core\Type\DateType"
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 | [] |
[] |
| html5 | true |
same as passed value |
| label | "Fecha de nacimiento" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| widget | "single_text" |
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 | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Fecha de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#1646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1643 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_json_personal-data_personal-data-birthday_date" ] |
| cache_key | "_json_personal-data_personal-data-birthday_date_date" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2058 -form: Symfony\Component\Form\Form {#1752 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1847 …5} |
| full_name | "json[personal-data][personal-data-birthday_date]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-birthday_date" |
| label | "Fecha de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-birthday_date" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_json_personal-data_personal-data-birthday_date" |
| valid | true |
| value | "" |
| widget | "single_text" |
personal-data-birth-place_text
"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 | [ "placeholder" => "Lugar de nacimiento" ] |
[ "placeholder" => "Lugar de nacimiento" ] |
| label | "Lugar de nacimiento" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Lugar de nacimiento" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1657 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Lugar de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1656 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Lugar de nacimiento" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-birth-place_text" ] |
| cache_key | "_json_personal-data_personal-data-birth-place_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1830 -form: Symfony\Component\Form\Form {#1755 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2037 …5} |
| full_name | "json[personal-data][personal-data-birth-place_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-birth-place_text" |
| label | "Lugar de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-birth-place_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-birth-place_text" |
| valid | true |
| value | "" |
personal-data-work_text
"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 | [ "placeholder" => "Profesión" ] |
[ "placeholder" => "Profesión" ] |
| label | "Profesión" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Profesió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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Profesión" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1665 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1664 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Profesión" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_personal-data_personal-data-work_text" ] |
| cache_key | "_json_personal-data_personal-data-work_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2028 -form: Symfony\Component\Form\Form {#1758 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1822 …5} |
| full_name | "json[personal-data][personal-data-work_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-work_text" |
| label | "Profesión" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-work_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-work_text" |
| valid | true |
| value | "" |
personal-data-marital-status_select
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
[ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
| choices | [ "Soltero/a" => "Soltero/a" "Casado/a en régimen de bienes gananciales" => "Casado/a en régimen de bienes gananciales" "Casado/a en régimen de separación de bienes" => "Casado/a en régimen de separación de bienes" "Pareja de hecho inscrita" => "Pareja de hecho inscrita" "Separado/a de hecho" => "Separado/a de hecho" "Separado/a legalmente" => "Separado/a legalmente" "Divorciado/a" => "Divorciado/a" "Viudo/a" => "Viudo/a" ] |
[ "Soltero/a" => "Soltero/a" "Casado/a en régimen de bienes gananciales" => "Casado/a en régimen de bienes gananciales" "Casado/a en régimen de separación de bienes" => "Casado/a en régimen de separación de bienes" "Pareja de hecho inscrita" => "Pareja de hecho inscrita" "Separado/a de hecho" => "Separado/a de hecho" "Separado/a legalmente" => "Separado/a legalmente" "Divorciado/a" => "Divorciado/a" "Viudo/a" => "Viudo/a" ] |
| label | "Estado civil" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
| 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 | [ "Soltero/a" => "Soltero/a" "Casado/a en régimen de bienes gananciales" => "Casado/a en régimen de bienes gananciales" "Casado/a en régimen de separación de bienes" => "Casado/a en régimen de separación de bienes" "Pareja de hecho inscrita" => "Pareja de hecho inscrita" "Separado/a de hecho" => "Separado/a de hecho" "Separado/a legalmente" => "Separado/a legalmente" "Divorciado/a" => "Divorciado/a" "Viudo/a" => "Viudo/a" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Estado civil" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1672 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_personal-data_personal-data-marital-status_select" ] |
| cache_key | "_json_personal-data_personal-data-marital-status_select_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +label: "Soltero/a" +value: "Soltero/a" +data: "Soltero/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1780 +label: "Casado/a en régimen de bienes gananciales" +value: "Casado/a en régimen de bienes gananciales" +data: "Casado/a en régimen de bienes gananciales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1771 +label: "Casado/a en régimen de separación de bienes" +value: "Casado/a en régimen de separación de bienes" +data: "Casado/a en régimen de separación de bienes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1372 +label: "Pareja de hecho inscrita" +value: "Pareja de hecho inscrita" +data: "Pareja de hecho inscrita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +label: "Separado/a de hecho" +value: "Separado/a de hecho" +data: "Separado/a de hecho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1674 +label: "Separado/a legalmente" +value: "Separado/a legalmente" +data: "Separado/a legalmente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1666 +label: "Divorciado/a" +value: "Divorciado/a" +data: "Divorciado/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1654 +label: "Viudo/a" +value: "Viudo/a" +data: "Viudo/a" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1381 -form: Symfony\Component\Form\Form {#1761 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1798 …5} |
| full_name | "json[personal-data][personal-data-marital-status_select]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-marital-status_select" |
| is_selected | Closure($choice, $value) {#1627 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "Estado civil" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "personal-data-marital-status_select" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-marital-status_select" |
| valid | true |
| value | "" |
personal-data-partners_collection
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
[ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
| entry_options | [ "collection" => [ [ "name" => "personal-data-partner_text" "options" => [ "label" => false "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] ] |
[ "collection" => [ [ "name" => "personal-data-partner_text" "options" => [ "label" => false "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
same as passed value |
| label | "Parejas o exparejas" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1685 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| entry_options | [ "collection" => [ [ "name" => "personal-data-partner_text" "options" => [ "label" => false "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
| 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 | "Parejas o exparejas" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1689 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_json_personal-data_personal-data-partners_collection" ] |
| cache_key | "_json_personal-data_personal-data-partners_collection_collection" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1618 -form: Symfony\Component\Form\Form {#1764 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1609 …5} |
| full_name | "json[personal-data][personal-data-partners_collection]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-partners_collection" |
| label | "Parejas o exparejas" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-partners_collection" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#1600 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-partners_collection" |
| valid | true |
| value | null |
location
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "LUGAR DE RESIDENCIA HABITUAL" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "LUGAR DE RESIDENCIA HABITUAL" |
| 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() {#1380 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1379 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_location" ] |
| cache_key | "_json_location_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2299 -form: Symfony\Component\Form\Form {#1803 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2340 …5} |
| full_name | "json[location]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location" |
| label | "LUGAR DE RESIDENCIA HABITUAL" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location" |
| valid | true |
| value | null |
location-address_text
"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 | [ "placeholder" => "Dirección" ] |
[ "placeholder" => "Dirección" ] |
| label | "Dirección" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Direcció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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1768 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Dirección" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1769 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Dirección" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_location_location-address_text" ] |
| cache_key | "_json_location_location-address_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1549 -form: Symfony\Component\Form\Form {#1806 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1429 …5} |
| full_name | "json[location][location-address_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-address_text" |
| label | "Dirección" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-address_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-address_text" |
| valid | true |
| value | "" |
location-city_text
"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 | [ "placeholder" => "Población" ] |
[ "placeholder" => "Población" ] |
| label | "Población" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Població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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1777 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Población" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1779 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1778 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Población" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_location_location-city_text" ] |
| cache_key | "_json_location_location-city_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1481 -form: Symfony\Component\Form\Form {#1809 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1511 …5} |
| full_name | "json[location][location-city_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-city_text" |
| label | "Población" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-city_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-city_text" |
| valid | true |
| value | "" |
location-zipcode_text
"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 | [ "placeholder" => "Código postal" ] |
[ "placeholder" => "Código postal" ] |
| label | "Código postal" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Código postal" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Código postal" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1787 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Código postal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_location_location-zipcode_text" ] |
| cache_key | "_json_location_location-zipcode_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2410 -form: Symfony\Component\Form\Form {#1812 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2412 …5} |
| full_name | "json[location][location-zipcode_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-zipcode_text" |
| label | "Código postal" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-zipcode_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-zipcode_text" |
| valid | true |
| value | "" |
location-province_text
"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 | [ "placeholder" => "Provincia" ] |
[ "placeholder" => "Provincia" ] |
| label | "Provincia" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Provincia" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Provincia" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1796 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Provincia" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_location_location-province_text" ] |
| cache_key | "_json_location_location-province_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2413 -form: Symfony\Component\Form\Form {#1815 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2414 …5} |
| full_name | "json[location][location-province_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-province_text" |
| label | "Provincia" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-province_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-province_text" |
| valid | true |
| value | "" |
family
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "DATOS FAMILIARES DEL TESTADOR" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1406 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "DATOS FAMILIARES DEL TESTADOR" |
| 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() {#1408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1407 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_family" ] |
| cache_key | "_json_family_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1577 -form: Symfony\Component\Form\Form {#2014 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1568 …5} |
| full_name | "json[family]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family" |
| label | "DATOS FAMILIARES DEL TESTADOR" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family" |
| valid | true |
| value | null |
family-father-name_text
"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 | [ "placeholder" => "Nombre y apellidos de su padre" ] |
[ "placeholder" => "Nombre y apellidos de su padre" ] |
| label | "Nombre y apellidos de su padre" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos de su padre" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 y apellidos de su padre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1820 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre y apellidos de su padre" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_family_family-father-name_text" ] |
| cache_key | "_json_family_family-father-name_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2418 -form: Symfony\Component\Form\Form {#2017 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2416 …5} |
| full_name | "json[family][family-father-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-father-name_text" |
| label | "Nombre y apellidos de su padre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-father-name_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-name_text" |
| valid | true |
| value | "" |
family-father-alive_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [] |
[] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Está vivo?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
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 |
| 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 | [ "Sí" => "Sí" "No" => "No" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Está vivo?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1828 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_family_family-father-alive_radio" ] |
| cache_key | "_json_family_family-father-alive_radio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1838 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1837 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2417 -form: Symfony\Component\Form\Form {#2043 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2525 …5} |
| full_name | "json[family][family-father-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-father-alive_radio" |
| is_selected | Closure($choice, $value) {#2528 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "¿Está vivo?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-father-alive_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-alive_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2022 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2021 …} } } |
| validation_groups | null |
| value | "Sí" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-father-alive_radio_entry" ] |
| cache_key | "_json_family_family-father-alive_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2533 -form: Symfony\Component\Form\Form {#2046 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2531 …5} |
| full_name | "json[family][family-father-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-father-alive_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-alive_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2036 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2035 …} } } |
| validation_groups | null |
| value | "No" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-father-alive_radio_entry" ] |
| cache_key | "_json_family_family-father-alive_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2535 -form: Symfony\Component\Form\Form {#2049 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2536 …5} |
| full_name | "json[family][family-father-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-father-alive_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-alive_radio_entry" |
| valid | true |
| value | "No" |
family-mother-name_text
"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 | [ "placeholder" => "Nombre y apellidos de su madre" ] |
[ "placeholder" => "Nombre y apellidos de su madre" ] |
| label | "Nombre y apellidos de su madre" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos de su madre" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1844 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 y apellidos de su madre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#1846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1845 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre y apellidos de su madre" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_family_family-mother-name_text" ] |
| cache_key | "_json_family_family-mother-name_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2530 -form: Symfony\Component\Form\Form {#2052 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2529 …5} |
| full_name | "json[family][family-mother-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-name_text" |
| label | "Nombre y apellidos de su madre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-mother-name_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-name_text" |
| valid | true |
| value | "" |
family-mother-alive_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [] |
[] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Está viva?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
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 |
| 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 | [ "Sí" => "Sí" "No" => "No" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Está viva?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1853 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_family_family-mother-alive_radio" ] |
| cache_key | "_json_family_family-mother-alive_radio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1838 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1837 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2538 -form: Symfony\Component\Form\Form {#2073 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2537 …5} |
| full_name | "json[family][family-mother-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-alive_radio" |
| is_selected | Closure($choice, $value) {#2539 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "¿Está viva?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-mother-alive_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-alive_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2056 …} } } |
| validation_groups | null |
| value | "Sí" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-mother-alive_radio_entry" ] |
| cache_key | "_json_family_family-mother-alive_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2543 -form: Symfony\Component\Form\Form {#2076 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2542 …5} |
| full_name | "json[family][family-mother-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-alive_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-alive_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2065 …} } } |
| validation_groups | null |
| value | "No" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-mother-alive_radio_entry" ] |
| cache_key | "_json_family_family-mother-alive_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2544 -form: Symfony\Component\Form\Form {#2079 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2545 …5} |
| full_name | "json[family][family-mother-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-alive_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-alive_radio_entry" |
| valid | true |
| value | "No" |
family-children-check_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
[ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
| choices | [ "No" => "No" "Sí" => "Sí" ] |
[ "No" => "No" "Sí" => "Sí" ] |
| expanded | true |
same as passed value |
| label | "¿Tiene hijos?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
| 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 | [ "No" => "No" "Sí" => "Sí" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Tiene hijos?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1865 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1864 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_family_family-children-check_radio" ] |
| cache_key | "_json_family_family-children-check_radio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1873 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1874 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2541 -form: Symfony\Component\Form\Form {#2100 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2540 …5} |
| full_name | "json[family][family-children-check_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-children-check_radio" |
| is_selected | Closure($choice, $value) {#2547 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "¿Tiene hijos?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-children-check_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-children-check_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2084 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2083 …} } } |
| validation_groups | null |
| value | "No" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-children-check_radio_entry" ] |
| cache_key | "_json_family_family-children-check_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2550 -form: Symfony\Component\Form\Form {#2103 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2549 …5} |
| full_name | "json[family][family-children-check_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-children-check_radio_0" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-children-check_radio_entry" |
| valid | true |
| value | "No" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2092 …} } } |
| validation_groups | null |
| value | "Sí" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-children-check_radio_entry" ] |
| cache_key | "_json_family_family-children-check_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2551 -form: Symfony\Component\Form\Form {#2106 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2552 …5} |
| full_name | "json[family][family-children-check_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-children-check_radio_1" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-children-check_radio_entry" |
| valid | true |
| value | "Sí" |
family-child_collection
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
[ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
| entry_options | [ "collection" => [ [ "name" => "family-child-name_text" "options" => [ "label" => "Nombre y apellidos hijo/a" "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-birthday_date" "options" => [ "label" => "Fecha de nacimiento hijo/a" "attr" => [] "label_html" => true "required" => true "widget" => "single_text" "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\DateType" ] [ "name" => "family-child-register-location_text" "options" => [ "label" => "Registro civil donde está inscrito/a hijo/a" "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-register-book_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "label_html" => true "required" => true "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] [ "name" => "family-child-register-page_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "label_html" => true "required" => false "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] ] ] |
[ "collection" => [ [ "name" => "family-child-name_text" "options" => [ "label" => "Nombre y apellidos hijo/a" "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-birthday_date" "options" => [ "label" => "Fecha de nacimiento hijo/a" "attr" => [] "label_html" => true "required" => true "widget" => "single_text" "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\DateType" ] [ "name" => "family-child-register-location_text" "options" => [ "label" => "Registro civil donde está inscrito/a hijo/a" "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-register-book_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "label_html" => true "required" => true "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] [ "name" => "family-child-register-page_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "label_html" => true "required" => false "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
same as passed value |
| label | false |
false
|
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| entry_options | [ "collection" => [ [ "name" => "family-child-name_text" "options" => [ "label" => "Nombre y apellidos hijo/a" "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-birthday_date" "options" => [ "label" => "Fecha de nacimiento hijo/a" "attr" => [] "label_html" => true "required" => true "widget" => "single_text" "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\DateType" ] [ "name" => "family-child-register-location_text" "options" => [ "label" => "Registro civil donde está inscrito/a hijo/a" "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-register-book_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "label_html" => true "required" => true "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] [ "name" => "family-child-register-page_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "label_html" => true "required" => false "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1881 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_json_family_family-child_collection" ] |
| cache_key | "_json_family_family-child_collection_collection" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2548 -form: Symfony\Component\Form\Form {#2109 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2546 …5} |
| full_name | "json[family][family-child_collection]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-child_collection" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-child_collection" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#2554 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-child_collection" |
| valid | true |
| value | null |
family-pets_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
[ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Tiene animales de compañía?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
| 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 | [ "Sí" => "Sí" "No" => "No" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Tiene animales de compañía?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1941 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_family_family-pets_radio" ] |
| cache_key | "_json_family_family-pets_radio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1838 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1837 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2556 -form: Symfony\Component\Form\Form {#2130 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2555 …5} |
| full_name | "json[family][family-pets_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets_radio" |
| is_selected | Closure($choice, $value) {#2568 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "¿Tiene animales de compañía?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-pets_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2114 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2113 …} } } |
| validation_groups | null |
| value | "Sí" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-pets_radio_entry" ] |
| cache_key | "_json_family_family-pets_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2571 -form: Symfony\Component\Form\Form {#2133 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2570 …5} |
| full_name | "json[family][family-pets_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2123 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2122 …} } } |
| validation_groups | null |
| value | "No" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-pets_radio_entry" ] |
| cache_key | "_json_family_family-pets_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2572 -form: Symfony\Component\Form\Form {#2136 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2573 …5} |
| full_name | "json[family][family-pets_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets_radio_entry" |
| valid | true |
| value | "No" |
family-pets-depend_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
[ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Desea dejar su cuidado a alguien?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
| 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 | [ "Sí" => "Sí" "No" => "No" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Desea dejar su cuidado a alguien?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#1987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1986 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_family_family-pets-depend_radio" ] |
| cache_key | "_json_family_family-pets-depend_radio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1838 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1837 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2569 -form: Symfony\Component\Form\Form {#2157 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2567 …5} |
| full_name | "json[family][family-pets-depend_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend_radio" |
| is_selected | Closure($choice, $value) {#2575 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "¿Desea dejar su cuidado a alguien?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-pets-depend_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2141 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2140 …} } } |
| validation_groups | null |
| value | "Sí" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-pets-depend_radio_entry" ] |
| cache_key | "_json_family_family-pets-depend_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2578 -form: Symfony\Component\Form\Form {#2160 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2577 …5} |
| full_name | "json[family][family-pets-depend_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2150 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2149 …} } } |
| validation_groups | null |
| value | "No" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_family_family-pets-depend_radio_entry" ] |
| cache_key | "_json_family_family-pets-depend_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2579 -form: Symfony\Component\Form\Form {#2163 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2580 …5} |
| full_name | "json[family][family-pets-depend_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend_radio_entry" |
| valid | true |
| value | "No" |
family-pets-depend-name_text
"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 | [ "placeholder" => "Nombre y apellidos del cuidador" ] |
[ "placeholder" => "Nombre y apellidos del cuidador" ] |
| label | "Nombre y apellidos del cuidador" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos del cuidador" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1997 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 y apellidos del cuidador" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1999 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1998 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre y apellidos del cuidador" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_family_family-pets-depend-name_text" ] |
| cache_key | "_json_family_family-pets-depend-name_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2576 -form: Symfony\Component\Form\Form {#2166 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2574 …5} |
| full_name | "json[family][family-pets-depend-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend-name_text" |
| label | "Nombre y apellidos del cuidador" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-pets-depend-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend-name_text" |
| valid | true |
| value | "" |
family-pets-depend-idcard_text
"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 | [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
| label | "DNI/NIE del cuidador" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2006 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "DNI/NIE del cuidador" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2007 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_family_family-pets-depend-idcard_text" ] |
| cache_key | "_json_family_family-pets-depend-idcard_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2582 -form: Symfony\Component\Form\Form {#2169 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2581 …5} |
| full_name | "json[family][family-pets-depend-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend-idcard_text" |
| label | "DNI/NIE del cuidador" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-pets-depend-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend-idcard_text" |
| valid | true |
| value | "" |
children-heir
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1415 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" |
| 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() {#1417 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1416 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_children-heir" ] |
| cache_key | "_json_children-heir_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2419 -form: Symfony\Component\Form\Form {#2208 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2415 …5} |
| full_name | "json[children-heir]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir" |
| label | "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir" |
| valid | true |
| value | null |
children-heir-legal-guardian-name_text
"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 | [ "placeholder" => "Nombre y apellidos del tutor legal" ] |
[ "placeholder" => "Nombre y apellidos del tutor legal" ] |
| label | "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos del tutor legal" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2173 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2175 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2174 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre y apellidos del tutor legal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_children-heir_children-heir-legal-guardian-name_text" ] |
| cache_key | "_json_children-heir_children-heir-legal-guardian-name_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2586 -form: Symfony\Component\Form\Form {#2211 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2585 …5} |
| full_name | "json[children-heir][children-heir-legal-guardian-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-legal-guardian-name_text" |
| label | "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-legal-guardian-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-legal-guardian-name_text" |
| valid | true |
| value | "" |
children-heir-legal-guardian-idcard_text
"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 | [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
| label | false |
false
|
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2182 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2184 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2183 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_children-heir_children-heir-legal-guardian-idcard_text" ] |
| cache_key | "_json_children-heir_children-heir-legal-guardian-idcard_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2587 -form: Symfony\Component\Form\Form {#2214 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2588 …5} |
| full_name | "json[children-heir][children-heir-legal-guardian-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-legal-guardian-idcard_text" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-legal-guardian-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-legal-guardian-idcard_text" |
| valid | true |
| value | "" |
children-heir-admin-name_text
"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 | [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
[ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
| label | "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2192 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_children-heir_children-heir-admin-name_text" ] |
| cache_key | "_json_children-heir_children-heir-admin-name_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2589 -form: Symfony\Component\Form\Form {#2217 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2590 …5} |
| full_name | "json[children-heir][children-heir-admin-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-admin-name_text" |
| label | "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-admin-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-admin-name_text" |
| valid | true |
| value | "" |
children-heir-admin-idcard_text
"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 | [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
| label | false |
false
|
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2201 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_children-heir_children-heir-admin-idcard_text" ] |
| cache_key | "_json_children-heir_children-heir-admin-idcard_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2591 -form: Symfony\Component\Form\Form {#2220 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2592 …5} |
| full_name | "json[children-heir][children-heir-admin-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-admin-idcard_text" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-admin-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-admin-idcard_text" |
| valid | true |
| value | "" |
heirs-group
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1424 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" |
| 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() {#1426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1425 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_heirs-group" ] |
| cache_key | "_json_heirs-group_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2584 -form: Symfony\Component\Form\Form {#2236 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2583 …5} |
| full_name | "json[heirs-group]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_heirs-group" |
| label | "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "heirs-group" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_heirs-group" |
| valid | true |
| value | null |
heirs_collection
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
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 |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
[ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
| entry_options | [ "collection" => [ [ "name" => "heir-name_text" "options" => [ "label" => "Nombre y apellidos heredero/a" "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "heir-idcard_text" "options" => [ "label" => "DNI/NIE heredero/a" "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] ] |
[ "collection" => [ [ "name" => "heir-name_text" "options" => [ "label" => "Nombre y apellidos heredero/a" "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "heir-idcard_text" "options" => [ "label" => "DNI/NIE heredero/a" "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
same as passed value |
| label | false |
false
|
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2224 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| entry_options | [ "collection" => [ [ "name" => "heir-name_text" "options" => [ "label" => "Nombre y apellidos heredero/a" "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "heir-idcard_text" "options" => [ "label" => "DNI/NIE heredero/a" "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2226 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2225 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_json_heirs-group_heirs_collection" ] |
| cache_key | "_json_heirs-group_heirs_collection_collection" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2596 -form: Symfony\Component\Form\Form {#2270 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2595 …5} |
| full_name | "json[heirs-group][heirs_collection]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_heirs-group_heirs_collection" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "heirs_collection" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#2597 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_heirs-group_heirs_collection" |
| valid | true |
| value | null |
comments
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "Comentarios adicionales" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1444 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Comentarios adicionales" |
| 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() {#1446 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1445 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_comments" ] |
| cache_key | "_json_comments_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2594 -form: Symfony\Component\Form\Form {#2290 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2593 …5} |
| full_name | "json[comments]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_comments" |
| label | "Comentarios adicionales" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comments" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_comments" |
| valid | true |
| value | null |
comments-1_textarea
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "Comentarios adicionales" ] |
[ "placeholder" => "Comentarios adicionales" ] |
| label | false |
false
|
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Comentarios adicionales" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2279 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2284 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2277 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Comentarios adicionales" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_json_comments_comments-1_textarea" ] |
| cache_key | "_json_comments_comments-1_textarea_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2605 -form: Symfony\Component\Form\Form {#2293 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2606 …5} |
| full_name | "json[comments][comments-1_textarea]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_comments_comments-1_textarea" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comments-1_textarea" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_comments_comments-1_textarea" |
| valid | true |
| value | "" |
ong
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "TESTAMENTO A FAVOR DE ONG" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "TESTAMENTO A FAVOR DE ONG" |
| 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() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1454 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_ong" ] |
| cache_key | "_json_ong_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2599 -form: Symfony\Component\Form\Form {#2325 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2600 …5} |
| full_name | "json[ong]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong" |
| label | "TESTAMENTO A FAVOR DE ONG" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ong" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong" |
| valid | true |
| value | null |
ong-radio_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
[ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
| choices | [ "No" => "No" "Sí" => "Sí" ] |
[ "No" => "No" "Sí" => "Sí" ] |
| expanded | true |
same as passed value |
| label | "Deseo incluir a alguna ONG en mi testamento" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
| 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 | [ "No" => "No" "Sí" => "Sí" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Deseo incluir a alguna ONG en mi testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#2298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2297 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_ong_ong-radio_radio" ] |
| cache_key | "_json_ong_ong-radio_radio_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1873 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1874 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2610 -form: Symfony\Component\Form\Form {#2346 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2609 …5} |
| full_name | "json[ong][ong-radio_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-radio_radio" |
| is_selected | Closure($choice, $value) {#2611 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | "Deseo incluir a alguna ONG en mi testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "ong-radio_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-radio_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2329 …} } } |
| validation_groups | null |
| value | "No" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_ong_ong-radio_radio_entry" ] |
| cache_key | "_json_ong_ong-radio_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2615 -form: Symfony\Component\Form\Form {#2349 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2614 …5} |
| full_name | "json[ong][ong-radio_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-radio_radio_0" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-radio_radio_entry" |
| valid | true |
| value | "No" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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() {#2339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2338 …} } } |
| validation_groups | null |
| value | "Sí" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_json_ong_ong-radio_radio_entry" ] |
| cache_key | "_json_ong_ong-radio_radio_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2616 -form: Symfony\Component\Form\Form {#2352 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2617 …5} |
| full_name | "json[ong][ong-radio_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-radio_radio_1" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-radio_radio_entry" |
| valid | true |
| value | "Sí" |
ong-name_text
"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 | [ "placeholder" => "Nombre" ] |
[ "placeholder" => "Nombre" ] |
| label | "Nombre" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2308 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2310 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2309 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nombre" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_ong_ong-name_text" ] |
| cache_key | "_json_ong_ong-name_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2613 -form: Symfony\Component\Form\Form {#2355 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2612 …5} |
| full_name | "json[ong][ong-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-name_text" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ong-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-name_text" |
| valid | true |
| value | "" |
ong-idcard_text
"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 | [ "placeholder" => "CIF" ] |
[ "placeholder" => "CIF" ] |
| label | "CIF" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "CIF" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2317 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | "CIF" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2319 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2318 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "CIF" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_json_ong_ong-idcard_text" ] |
| cache_key | "_json_ong_ong-idcard_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2619 -form: Symfony\Component\Form\Form {#2358 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2618 …5} |
| full_name | "json[ong][ong-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-idcard_text" |
| label | "CIF" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ong-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-idcard_text" |
| valid | true |
| value | "" |
buttons
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 | [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
[ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
| inherit_data | true |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1462 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1315 …} } |
| 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 | true |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | 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() {#1464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1463 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_json_buttons" ] |
| cache_key | "_json_buttons_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2608 -form: Symfony\Component\Form\Form {#2390 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2607 …5} |
| full_name | "json[buttons]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_buttons" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "buttons" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_buttons" |
| valid | true |
| value | null |
privacidad_checkbox
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 | [ "prueba" => "prueba" "bind" => false ] |
[ "prueba" => "prueba" "bind" => false ] |
| choices | [ "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" => 0 ] |
[ "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" => 0 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1436 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1436 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| expanded | true |
same as passed value |
| label | false |
false
|
| label_html | true |
same as passed value |
| multiple | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "prueba" => "prueba" "bind" => false ] |
| 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 | [ "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" => 0 ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1436 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| 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() {#2363 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2362 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "prueba" => "prueba" "bind" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_json_buttons_privacidad_checkbox" ] |
| cache_key | "_json_buttons_privacidad_checkbox_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2623 -form: Symfony\Component\Form\Form {#2402 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2622 …5} |
| full_name | "json[buttons][privacidad_checkbox]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_buttons_privacidad_checkbox" |
| is_selected | Closure($choice, array $values) {#2624 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1499 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "privacidad_checkbox" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_buttons_privacidad_checkbox" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "0" |
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 | "entry" |
| 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 {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1545 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1542 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1543 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2394 …} } } |
| validation_groups | null |
| value | "0" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_json_buttons_privacidad_checkbox_entry" ] |
| cache_key | "_json_buttons_privacidad_checkbox_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2628 -form: Symfony\Component\Form\Form {#2405 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2627 …5} |
| full_name | "json[buttons][privacidad_checkbox][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_buttons_privacidad_checkbox_0" |
| label | "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_buttons_privacidad_checkbox_entry" |
| valid | true |
| value | "0" |
submit_submit
"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 | [] |
[] |
| label | "Enviar" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "Enviar" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_json_buttons_submit_submit" ] |
| cache_key | "_json_buttons_submit_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2625 …5} |
| full_name | "json[buttons][submit_submit]" |
| id | "json_buttons_submit_submit" |
| label | "Enviar" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit_submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_json_buttons_submit_submit" |
| value | null |