- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 57
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- 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 {#507 -filesystem: Symfony\Component\Filesystem\Filesystem {#470 …} -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 {#113 …} -validator: Symfony\Component\Validator\Validator\TraceableValidator {#469 …} -form: App\Entity\Form {#708 …} -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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1372 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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 {#507 -filesystem: Symfony\Component\Filesystem\Filesystem {#470 …} -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 {#113 …} -validator: Symfony\Component\Validator\Validator\TraceableValidator {#469 …} -form: App\Entity\Form {#708 …} -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() {#1374 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1373 …} } } |
| 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 {#1469 -form: Symfony\Component\Form\Form {#1474 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1375 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1388 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1390 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1389 …} } } |
| 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 {#1460 -form: Symfony\Component\Form\Form {#1504 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2399 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data | "Hereditario" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1478 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1481 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1482 …} } } |
| 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 {#2344 -form: Symfony\Component\Form\Form {#1507 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2303 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1496 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1498 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1497 …} } } |
| 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 {#2335 -form: Symfony\Component\Form\Form {#1510 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1451 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1384 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1395 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1383 …} } } |
| 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 {#2324 -form: Symfony\Component\Form\Form {#1543 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2315 …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 {#1380 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1380 +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 {#1380 +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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1526 …} } } |
| 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 {#1536 +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 {#1433 -form: Symfony\Component\Form\Form {#1562 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2231 …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) {#2207 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#1556 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1554 …} } } |
| 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 {#1424 -form: Symfony\Component\Form\Form {#1565 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2180 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1403 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1405 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1404 …} } } |
| 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 {#1442 -form: Symfony\Component\Form\Form {#1710 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2289 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1569 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1571 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1570 …} } } |
| 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 {#2013 -form: Symfony\Component\Form\Form {#1735 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2004 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1578 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1580 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1579 …} } } |
| 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 {#1992 -form: Symfony\Component\Form\Form {#1732 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2155 …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 {#1381 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Nif {#1381 +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 {#1381 +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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1587 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1588 …} } } |
| 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 {#2146 -form: Symfony\Component\Form\Form {#1741 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1922 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1601 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1600 …} } } |
| 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 {#2128 -form: Symfony\Component\Form\Form {#1744 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2119 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1611 …} } } |
| 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 {#1887 -form: Symfony\Component\Form\Form {#1747 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1870 …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 {#1385 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1385 +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 {#1385 +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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1620 …} } } |
| 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 {#2098 -form: Symfony\Component\Form\Form {#1750 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2089 …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 {#1386 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1386 +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 {#1386 +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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1628 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1630 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1629 …} } } |
| 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 {#1859 -form: Symfony\Component\Form\Form {#1753 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2071 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1647 …} } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
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 {#2062 -form: Symfony\Component\Form\Form {#1756 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1851 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1660 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1658 …} } } |
| 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 {#1834 -form: Symfony\Component\Form\Form {#1759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2041 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1667 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1669 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1668 …} } } |
| 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 {#2032 -form: Symfony\Component\Form\Form {#1762 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1826 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1676 …} } } |
| 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 {#1793 +label: "Soltero/a" +value: "Soltero/a" +data: "Soltero/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1784 +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 {#1775 +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 {#1406 +label: "Pareja de hecho inscrita" +value: "Pareja de hecho inscrita" +data: "Pareja de hecho inscrita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1697 +label: "Separado/a de hecho" +value: "Separado/a de hecho" +data: "Separado/a de hecho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1678 +label: "Separado/a legalmente" +value: "Separado/a legalmente" +data: "Separado/a legalmente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1670 +label: "Divorciado/a" +value: "Divorciado/a" +data: "Divorciado/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1661 +label: "Viudo/a" +value: "Viudo/a" +data: "Viudo/a" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1415 -form: Symfony\Component\Form\Form {#1765 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1802 …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) {#1631 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1689 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1693 …} } } |
| 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 {#1622 -form: Symfony\Component\Form\Form {#1768 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1613 …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 {#1604 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1414 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1413 …} } } |
| 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 {#2198 -form: Symfony\Component\Form\Form {#1807 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2189 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1772 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1773 …} } } |
| 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 {#1553 -form: Symfony\Component\Form\Form {#1810 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1391 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1781 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1782 …} } } |
| 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 {#1499 -form: Symfony\Component\Form\Form {#1813 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1480 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1790 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1792 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1791 …} } } |
| 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 {#2414 -form: Symfony\Component\Form\Form {#1816 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2416 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1799 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1800 …} } } |
| 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 {#2417 -form: Symfony\Component\Form\Form {#1819 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2418 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1421 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1423 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1422 …} } } |
| 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 {#1581 -form: Symfony\Component\Form\Form {#2018 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1572 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1823 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1825 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1824 …} } } |
| 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 {#2422 -form: Symfony\Component\Form\Form {#2021 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2420 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1832 …} } } |
| 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 {#1841 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2421 -form: Symfony\Component\Form\Form {#2047 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2529 …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) {#2532 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2030 …} } } |
| 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 {#2537 -form: Symfony\Component\Form\Form {#2050 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2535 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2040 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2039 …} } } |
| 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 {#2539 -form: Symfony\Component\Form\Form {#2053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2540 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1849 …} } } |
| 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 {#2534 -form: Symfony\Component\Form\Form {#2056 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2533 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1857 …} } } |
| 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 {#1841 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2542 -form: Symfony\Component\Form\Form {#2077 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2541 …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) {#2543 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2060 …} } } |
| 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 {#2547 -form: Symfony\Component\Form\Form {#2080 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2546 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2070 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2069 …} } } |
| 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 {#2548 -form: Symfony\Component\Form\Form {#2083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2549 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1868 …} } } |
| 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 {#1877 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1878 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2545 -form: Symfony\Component\Form\Form {#2104 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2544 …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) {#2551 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2088 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2087 …} } } |
| 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 {#2554 -form: Symfony\Component\Form\Form {#2107 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2553 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2097 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2096 …} } } |
| 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 {#2555 -form: Symfony\Component\Form\Form {#2110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2556 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1884 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1886 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1885 …} } } |
| 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 {#2552 -form: Symfony\Component\Form\Form {#2113 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2550 …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 {#2558 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1937 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1947 …} } } |
| 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 {#1841 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2560 -form: Symfony\Component\Form\Form {#2134 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2559 …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) {#2572 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2117 …} } } |
| 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 {#2575 -form: Symfony\Component\Form\Form {#2137 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2574 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2126 …} } } |
| 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 {#2576 -form: Symfony\Component\Form\Form {#2140 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2577 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#1991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1990 …} } } |
| 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 {#1841 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2573 -form: Symfony\Component\Form\Form {#2161 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2571 …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) {#2579 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2144 …} } } |
| 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 {#2582 -form: Symfony\Component\Form\Form {#2164 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2581 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2154 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2153 …} } } |
| 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 {#2583 -form: Symfony\Component\Form\Form {#2167 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2584 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2001 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2003 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2002 …} } } |
| 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 {#2580 -form: Symfony\Component\Form\Form {#2170 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2578 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2010 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2011 …} } } |
| 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 {#2586 -form: Symfony\Component\Form\Form {#2173 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2585 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1430 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1432 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1431 …} } } |
| 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 {#2423 -form: Symfony\Component\Form\Form {#2212 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2419 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2177 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2179 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2178 …} } } |
| 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 {#2590 -form: Symfony\Component\Form\Form {#2215 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2589 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2186 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2188 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2187 …} } } |
| 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 {#2591 -form: Symfony\Component\Form\Form {#2218 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2592 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2195 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2197 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2196 …} } } |
| 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 {#2593 -form: Symfony\Component\Form\Form {#2221 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2594 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2205 …} } } |
| 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 {#2595 -form: Symfony\Component\Form\Form {#2224 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2596 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1441 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1440 …} } } |
| 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 {#2588 -form: Symfony\Component\Form\Form {#2240 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2587 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2228 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2230 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2229 …} } } |
| 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 {#2600 -form: Symfony\Component\Form\Form {#2274 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2599 …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 {#2601 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1448 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1450 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1449 …} } } |
| 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 {#2598 -form: Symfony\Component\Form\Form {#2294 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2597 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2283 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2281 …} } } |
| 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 {#2609 -form: Symfony\Component\Form\Form {#2297 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2610 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1457 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1459 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1458 …} } } |
| 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 {#2603 -form: Symfony\Component\Form\Form {#2329 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2604 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#2302 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2301 …} } } |
| 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 {#1877 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1878 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2614 -form: Symfony\Component\Form\Form {#2350 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2613 …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) {#2615 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2334 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2333 …} } } |
| 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 {#2619 -form: Symfony\Component\Form\Form {#2353 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2618 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2343 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2342 …} } } |
| 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 {#2620 -form: Symfony\Component\Form\Form {#2356 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2621 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2312 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2314 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2313 …} } } |
| 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 {#2617 -form: Symfony\Component\Form\Form {#2359 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2616 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2321 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#2323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2322 …} } } |
| 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 {#2623 -form: Symfony\Component\Form\Form {#2362 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2622 …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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1466 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1335 …} } |
| 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() {#1468 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#1467 …} } } |
| 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 {#2612 -form: Symfony\Component\Form\Form {#2393 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2611 …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 {#1387 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1387 +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 {#1387 +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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| 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() {#2367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2366 …} } } |
| 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 {#2375 +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 {#2627 -form: Symfony\Component\Form\Form {#2405 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2626 …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) {#2628 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1513 …} } |
| 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 {#71 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#70 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#69 …} -namespace: Closure() {#67 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1550 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1546 …} } |
| 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 {#1552 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() {#2398 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1354 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#200 …} $translationDomain: "validators" $message: Closure() {#2397 …} } } |
| 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 {#2632 -form: Symfony\Component\Form\Form {#2408 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2631 …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 {#2629 …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 |