- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 7
- 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 {#495 -filesystem: Symfony\Component\Filesystem\Filesystem {#458 …} -formDefinition: [ [ "type" => "group" "name" => "testamento-hereditario" "title" => "TESTAMENTO HEREDITARIO" "attr" => [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] "fields" => [ [ "type" => "hidden" "common" => [ "name" => "titular-type" "label" => "Tipo de testamento" ] "attr" => [ "value" => "Hereditario" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "collective" "label" => "Colectivo (empresa a la que pertenece)" ] "attr" => [] "constraints" => [] ] ] ] [ "type" => "group" "name" => "titular" "title" => "DATOS DEL TITULAR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "titular-ability" "label" => false ] "attr" => [] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "Se encuentra en plena capacidad de obrar" ] ] "bind" => false ] ] ] [ "type" => "group" "name" => "personal-data" "title" => "DATOS PERSONALES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "personal-data-firstname" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-lastname" "label" => "Apellidos" ] "attr" => [ "placeholder" => "Apellidos" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-idcard" "label" => "DNI/NIE" ] "attr" => [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] "constraints" => [ "required" => true "validators" => [ "Nif" => [] ] ] ] [ "type" => "email" "common" => [ "name" => "personal-data-email" "label" => "Correo electrónico" ] "attr" => [ "placeholder" => "Correo electrónico" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-country" "label" => "Nacionalidad" ] "attr" => [ "placeholder" => "Nacionalidad" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-1" "label" => "Teléfono 1" ] "attr" => [ "placeholder" => "Teléfono 1" ] "constraints" => [ "required" => true "validators" => [ "Phone" => [] ] ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-2" "label" => "Teléfono 2" ] "attr" => [ "placeholder" => "Teléfono 2" ] "constraints" => [ "required" => false "validators" => [ "Phone" => [] ] ] ] [ "type" => "date" "common" => [ "name" => "personal-data-birthday" "label" => "Fecha de nacimiento" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-birth-place" "label" => "Lugar de nacimiento" ] "attr" => [ "placeholder" => "Lugar de nacimiento" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-work" "label" => "Profesión" ] "attr" => [ "placeholder" => "Profesión" ] "constraints" => [ "required" => true ] ] [ "type" => "select" "common" => [ "name" => "personal-data-marital-status" "label" => "Estado civil" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Soltero/a" "label" => "Soltero/a" ] [ "value" => "Casado/a en régimen de bienes gananciales" "label" => "Casado/a en régimen de bienes gananciales" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Casado/a en régimen de separación de bienes" "label" => "Casado/a en régimen de separación de bienes" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Pareja de hecho inscrita" "label" => "Pareja de hecho inscrita" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a de hecho" "label" => "Separado/a de hecho" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a legalmente" "label" => "Separado/a legalmente" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Divorciado/a" "label" => "Divorciado/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Viudo/a" "label" => "Viudo/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "personal-data-partners" "label" => "Parejas o exparejas" ] "attr" => [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "personal-data-partner" "label" => false ] "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "location" "title" => "LUGAR DE RESIDENCIA HABITUAL" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "location-address" "label" => "Dirección" ] "attr" => [ "placeholder" => "Dirección" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-city" "label" => "Población" ] "attr" => [ "placeholder" => "Población" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-zipcode" "label" => "Código postal" ] "attr" => [ "placeholder" => "Código postal" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-province" "label" => "Provincia" ] "attr" => [ "placeholder" => "Provincia" ] "constraints" => [ "required" => true ] ] ] ] [ "type" => "group" "name" => "family" "title" => "DATOS FAMILIARES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "family-father-name" "label" => "Nombre y apellidos de su padre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su padre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-father-alive" "label" => "¿Está vivo?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-mother-name" "label" => "Nombre y apellidos de su madre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su madre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-mother-alive" "label" => "¿Está viva?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-children-check" "label" => "¿Tiene hijos?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-child" "type" => "collection" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "children-heir-legal-guardian-name" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "family-child" "label" => false ] "attr" => [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "family-child-name" "label" => "Nombre y apellidos hijo/a" ] "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "date" "common" => [ "name" => "family-child-birthday" "label" => "Fecha de nacimiento hijo/a" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "family-child-register-location" "label" => "Registro civil donde está inscrito/a hijo/a" ] "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-book" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-page" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets" "label" => "¿Tiene animales de compañía?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend" "type" => "radio" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets-depend" "label" => "¿Desea dejar su cuidado a alguien?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "family-pets-depend-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-name" "label" => "Nombre y apellidos del cuidador" ] "attr" => [ "placeholder" => "Nombre y apellidos del cuidador" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-idcard" "label" => "DNI/NIE del cuidador" ] "attr" => [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "children-heir" "title" => "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-name" "label" => "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" ] "attr" => [ "placeholder" => "Nombre y apellidos del tutor legal" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-name" "label" => "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" ] "attr" => [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "heirs-group" "title" => "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "collection" "common" => [ "name" => "heirs" "label" => false ] "attr" => [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "heir-name" "label" => "Nombre y apellidos heredero/a" ] "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "heir-idcard" "label" => "DNI/NIE heredero/a" ] "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "comments" "title" => "Comentarios adicionales" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "textarea" "common" => [ "name" => "comments-1" "label" => false ] "attr" => [ "placeholder" => "Comentarios adicionales" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "ong" "title" => "TESTAMENTO A FAVOR DE ONG" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "radio" "common" => [ "name" => "ong-radio" "label" => "Deseo incluir a alguna ONG en mi testamento" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "ong-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "ong-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "text" "common" => [ "name" => "ong-name" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "ong-idcard" "label" => "CIF" ] "attr" => [ "placeholder" => "CIF" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "buttons" "title" => false "attr" => [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] "class" => "group-class" "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "privacidad" "label" => false ] "attr" => [ "prueba" => "prueba" ] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" ] ] "bind" => false ] [ "type" => "submit" "common" => [ "name" => "submit" "label" => "Enviar" ] "attr" => [] ] ] ] ] -params: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag {#106 …} -validator: Symfony\Component\Validator\Validator\TraceableValidator {#457 …} -form: App\Entity\Form {#909 …} -queryParams: [] } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1379 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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 {#495 -filesystem: Symfony\Component\Filesystem\Filesystem {#458 …} -formDefinition: [ [ "type" => "group" "name" => "testamento-hereditario" "title" => "TESTAMENTO HEREDITARIO" "attr" => [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] "fields" => [ [ "type" => "hidden" "common" => [ "name" => "titular-type" "label" => "Tipo de testamento" ] "attr" => [ "value" => "Hereditario" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "collective" "label" => "Colectivo (empresa a la que pertenece)" ] "attr" => [] "constraints" => [] ] ] ] [ "type" => "group" "name" => "titular" "title" => "DATOS DEL TITULAR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "titular-ability" "label" => false ] "attr" => [] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "Se encuentra en plena capacidad de obrar" ] ] "bind" => false ] ] ] [ "type" => "group" "name" => "personal-data" "title" => "DATOS PERSONALES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "personal-data-firstname" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-lastname" "label" => "Apellidos" ] "attr" => [ "placeholder" => "Apellidos" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-idcard" "label" => "DNI/NIE" ] "attr" => [ "placeholder" => "DNI/NIE" "class" => "text-uppercase" ] "constraints" => [ "required" => true "validators" => [ "Nif" => [] ] ] ] [ "type" => "email" "common" => [ "name" => "personal-data-email" "label" => "Correo electrónico" ] "attr" => [ "placeholder" => "Correo electrónico" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-country" "label" => "Nacionalidad" ] "attr" => [ "placeholder" => "Nacionalidad" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-1" "label" => "Teléfono 1" ] "attr" => [ "placeholder" => "Teléfono 1" ] "constraints" => [ "required" => true "validators" => [ "Phone" => [] ] ] ] [ "type" => "text" "common" => [ "name" => "personal-data-phone-2" "label" => "Teléfono 2" ] "attr" => [ "placeholder" => "Teléfono 2" ] "constraints" => [ "required" => false "validators" => [ "Phone" => [] ] ] ] [ "type" => "date" "common" => [ "name" => "personal-data-birthday" "label" => "Fecha de nacimiento" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-birth-place" "label" => "Lugar de nacimiento" ] "attr" => [ "placeholder" => "Lugar de nacimiento" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "personal-data-work" "label" => "Profesión" ] "attr" => [ "placeholder" => "Profesión" ] "constraints" => [ "required" => true ] ] [ "type" => "select" "common" => [ "name" => "personal-data-marital-status" "label" => "Estado civil" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Soltero/a" "label" => "Soltero/a" ] [ "value" => "Casado/a en régimen de bienes gananciales" "label" => "Casado/a en régimen de bienes gananciales" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Casado/a en régimen de separación de bienes" "label" => "Casado/a en régimen de separación de bienes" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Pareja de hecho inscrita" "label" => "Pareja de hecho inscrita" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a de hecho" "label" => "Separado/a de hecho" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Separado/a legalmente" "label" => "Separado/a legalmente" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Divorciado/a" "label" => "Divorciado/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] [ "value" => "Viudo/a" "label" => "Viudo/a" "conditional_on" => [ [ "field" => [ "name" => "personal-data-partners" "type" => "collection" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "personal-data-partners" "label" => "Parejas o exparejas" ] "attr" => [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "personal-data-partner" "label" => false ] "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "location" "title" => "LUGAR DE RESIDENCIA HABITUAL" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "location-address" "label" => "Dirección" ] "attr" => [ "placeholder" => "Dirección" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-city" "label" => "Población" ] "attr" => [ "placeholder" => "Población" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-zipcode" "label" => "Código postal" ] "attr" => [ "placeholder" => "Código postal" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "location-province" "label" => "Provincia" ] "attr" => [ "placeholder" => "Provincia" ] "constraints" => [ "required" => true ] ] ] ] [ "type" => "group" "name" => "family" "title" => "DATOS FAMILIARES DEL TESTADOR" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "family-father-name" "label" => "Nombre y apellidos de su padre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su padre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-father-alive" "label" => "¿Está vivo?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-mother-name" "label" => "Nombre y apellidos de su madre" ] "attr" => [ "placeholder" => "Nombre y apellidos de su madre" ] "constraints" => [ "required" => true ] ] [ "type" => "radio" "common" => [ "name" => "family-mother-alive" "label" => "¿Está viva?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-children-check" "label" => "¿Tiene hijos?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-child" "type" => "collection" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "children-heir-legal-guardian-name" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "collection" "common" => [ "name" => "family-child" "label" => false ] "attr" => [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "family-child-name" "label" => "Nombre y apellidos hijo/a" ] "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "date" "common" => [ "name" => "family-child-birthday" "label" => "Fecha de nacimiento hijo/a" ] "attr" => [] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "family-child-register-location" "label" => "Registro civil donde está inscrito/a hijo/a" ] "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-book" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "constraints" => [ "required" => true ] ] [ "type" => "number" "common" => [ "name" => "family-child-register-page" "label" => false ] "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets" "label" => "¿Tiene animales de compañía?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend" "type" => "radio" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "radio" "common" => [ "name" => "family-pets-depend" "label" => "¿Desea dejar su cuidado a alguien?" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "family-pets-depend-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "family-pets-depend-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] [ "value" => "No" "label" => "No" ] ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-name" "label" => "Nombre y apellidos del cuidador" ] "attr" => [ "placeholder" => "Nombre y apellidos del cuidador" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "family-pets-depend-idcard" "label" => "DNI/NIE del cuidador" ] "attr" => [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "children-heir" "title" => "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-name" "label" => "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" ] "attr" => [ "placeholder" => "Nombre y apellidos del tutor legal" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-legal-guardian-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-name" "label" => "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" ] "attr" => [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "children-heir-admin-idcard" "label" => false ] "attr" => [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "heirs-group" "title" => "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "collection" "common" => [ "name" => "heirs" "label" => false ] "attr" => [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] "constraints" => [] "items" => [ [ "type" => "text" "common" => [ "name" => "heir-name" "label" => "Nombre y apellidos heredero/a" ] "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "constraints" => [ "required" => true ] ] [ "type" => "text" "common" => [ "name" => "heir-idcard" "label" => "DNI/NIE heredero/a" ] "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "constraints" => [ "required" => true ] ] ] ] ] ] [ "type" => "group" "name" => "comments" "title" => "Comentarios adicionales" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "textarea" "common" => [ "name" => "comments-1" "label" => false ] "attr" => [ "placeholder" => "Comentarios adicionales" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "ong" "title" => "TESTAMENTO A FAVOR DE ONG" "attr" => [ "border" => true "description" => "" ] "fields" => [ [ "type" => "radio" "common" => [ "name" => "ong-radio" "label" => "Deseo incluir a alguna ONG en mi testamento" ] "attr" => [] "constraints" => [ "required" => true ] "choices" => [ [ "value" => "No" "label" => "No" ] [ "value" => "Sí" "label" => "Sí" "conditional_on" => [ [ "field" => [ "name" => "ong-name" "type" => "text" ] "make_required" => true "hide" => true ] [ "field" => [ "name" => "ong-idcard" "type" => "text" ] "make_required" => true "hide" => true ] ] ] ] ] [ "type" => "text" "common" => [ "name" => "ong-name" "label" => "Nombre" ] "attr" => [ "placeholder" => "Nombre" ] "constraints" => [ "required" => false ] ] [ "type" => "text" "common" => [ "name" => "ong-idcard" "label" => "CIF" ] "attr" => [ "placeholder" => "CIF" ] "constraints" => [ "required" => false ] ] ] ] [ "type" => "group" "name" => "buttons" "title" => false "attr" => [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] "class" => "group-class" "fields" => [ [ "type" => "checkbox" "common" => [ "name" => "privacidad" "label" => false ] "attr" => [ "prueba" => "prueba" ] "constraints" => [ "required" => true "validators" => [ "NotBlank" => [] ] ] "choices" => [ [ "value" => 0 "label" => "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" ] ] "bind" => false ] [ "type" => "submit" "common" => [ "name" => "submit" "label" => "Enviar" ] "attr" => [] ] ] ] ] -params: Symfony\Component\DependencyInjection\ParameterBag\ContainerBag {#106 …} -validator: Symfony\Component\Validator\Validator\TraceableValidator {#457 …} -form: App\Entity\Form {#909 …} -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() {#1377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1378 …} } } |
| 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 {#2278 -form: Symfony\Component\Form\Form {#1463 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1376 …5} |
| full_name | "json" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "json" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json" |
| valid | true |
| value | null |
testamento-hereditario
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
[ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| inherit_data | true |
same as passed value |
| label | "TESTAMENTO HEREDITARIO" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1425 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1423 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1424 …} } } |
| 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 {#2187 -form: Symfony\Component\Form\Form {#1483 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2178 …5} |
| full_name | "json[testamento-hereditario]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_testamento-hereditario" |
| label | "TESTAMENTO HEREDITARIO" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "testamento-hereditario" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_testamento-hereditario" |
| valid | true |
| value | null |
titular-type_hidden
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "Hereditario" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "value" => "Hereditario" ] |
same as passed value |
| data | "Hereditario" |
same as passed value |
| label | "Tipo de testamento" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "value" => "Hereditario" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data | "Hereditario" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1499 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1505 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1506 …} } } |
| 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 {#1420 -form: Symfony\Component\Form\Form {#1486 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2220 …5} |
| full_name | "json[testamento-hereditario][titular-type_hidden]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_testamento-hereditario_titular-type_hidden" |
| label | "Tipo de testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "titular-type_hidden" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_testamento-hereditario_titular-type_hidden" |
| valid | true |
| value | "Hereditario" |
collective_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| label | "Colectivo (empresa a la que pertenece)" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1473 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1471 …} } } |
| 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 {#1458 -form: Symfony\Component\Form\Form {#1489 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2381 …5} |
| full_name | "json[testamento-hereditario][collective_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_testamento-hereditario_collective_text" |
| label | "Colectivo (empresa a la que pertenece)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "collective_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_testamento-hereditario_collective_text" |
| valid | true |
| value | "" |
titular
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "DATOS DEL TITULAR" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1353 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1354 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1391 …} } } |
| 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 {#2196 -form: Symfony\Component\Form\Form {#1528 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1411 …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 {#1431 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1431 +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 {#1431 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1516 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1515 …} } } |
| 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 {#1524 +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 {#2313 -form: Symfony\Component\Form\Form {#1555 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1449 …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) {#2304 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "titular-ability_checkbox" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_titular_titular-ability_checkbox" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Se encuentra en plena capacidad de obrar" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "0" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#1545 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1543 …} } } |
| 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 {#1440 -form: Symfony\Component\Form\Form {#1551 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2324 …5} |
| full_name | "json[titular][titular-ability_checkbox][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_titular_titular-ability_checkbox_0" |
| label | "Se encuentra en plena capacidad de obrar" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_titular_titular-ability_checkbox_entry" |
| valid | true |
| value | "0" |
personal-data
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "DATOS PERSONALES DEL TESTADOR" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1362 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1364 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1363 …} } } |
| 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 {#2389 -form: Symfony\Component\Form\Form {#1699 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2357 …5} |
| full_name | "json[personal-data]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data" |
| label | "DATOS PERSONALES DEL TESTADOR" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data" |
| valid | true |
| value | null |
personal-data-firstname_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre" ] |
[ "placeholder" => "Nombre" ] |
| label | "Nombre" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1558 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1560 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1559 …} } } |
| 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 {#1402 -form: Symfony\Component\Form\Form {#1721 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1993 …5} |
| full_name | "json[personal-data][personal-data-firstname_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-firstname_text" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-firstname_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-firstname_text" |
| valid | true |
| value | "" |
personal-data-lastname_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Apellidos" ] |
[ "placeholder" => "Apellidos" ] |
| label | "Apellidos" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Apellidos" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1567 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1568 …} } } |
| 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 {#1981 -form: Symfony\Component\Form\Form {#1729 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2144 …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 {#1434 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Nif {#1434 +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 {#1434 +message: "{{ value }} no es válido." +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1576 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1578 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1577 …} } } |
| 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 {#2135 -form: Symfony\Component\Form\Form {#1731 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1911 …5} |
| full_name | "json[personal-data][personal-data-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-idcard_text" |
| label | "DNI/NIE" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-idcard_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-idcard_text" |
| valid | true |
| value | "" |
personal-data-email_email
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Correo electrónico" ] |
[ "placeholder" => "Correo electrónico" ] |
| label | "Correo electrónico" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Correo electrónico" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1585 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1592 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1586 …} } } |
| 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 {#2117 -form: Symfony\Component\Form\Form {#1727 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2108 …5} |
| full_name | "json[personal-data][personal-data-email_email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-email_email" |
| label | "Correo electrónico" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-email_email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-email_email" |
| valid | true |
| value | "" |
personal-data-country_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nacionalidad" ] |
[ "placeholder" => "Nacionalidad" ] |
| label | "Nacionalidad" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nacionalidad" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1599 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1600 …} } } |
| 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 {#1876 -form: Symfony\Component\Form\Form {#1736 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1859 …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 {#1359 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1359 +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 {#1359 +message: "{{ value }} no es válido." +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1608 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1609 …} } } |
| 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 {#2087 -form: Symfony\Component\Form\Form {#1739 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2078 …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 {#1356 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1356 +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 {#1356 +message: "{{ value }} no es válido." +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1617 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1619 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1618 …} } } |
| 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 {#1848 -form: Symfony\Component\Form\Form {#1742 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2060 …5} |
| full_name | "json[personal-data][personal-data-phone-2_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-phone-2_text" |
| label | "Teléfono 2" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-phone-2_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-phone-2_text" |
| valid | true |
| value | "" |
personal-data-birthday_date
"Symfony\Component\Form\Extension\Core\Type\DateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| html5 | true |
same as passed value |
| label | "Fecha de nacimiento" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | true |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Fecha de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1639 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1636 …} } } |
| 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 {#2051 -form: Symfony\Component\Form\Form {#1745 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1840 …5} |
| full_name | "json[personal-data][personal-data-birthday_date]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-birthday_date" |
| label | "Fecha de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-birthday_date" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| type | "date" |
| unique_block_prefix | "_json_personal-data_personal-data-birthday_date" |
| valid | true |
| value | "" |
| widget | "single_text" |
personal-data-birth-place_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Lugar de nacimiento" ] |
[ "placeholder" => "Lugar de nacimiento" ] |
| label | "Lugar de nacimiento" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Lugar de nacimiento" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1650 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1649 …} } } |
| 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 {#1823 -form: Symfony\Component\Form\Form {#1748 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2030 …5} |
| full_name | "json[personal-data][personal-data-birth-place_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-birth-place_text" |
| label | "Lugar de nacimiento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-birth-place_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-birth-place_text" |
| valid | true |
| value | "" |
personal-data-work_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Profesión" ] |
[ "placeholder" => "Profesión" ] |
| label | "Profesión" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Profesión" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1656 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1658 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1657 …} } } |
| 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 {#2021 -form: Symfony\Component\Form\Form {#1751 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1815 …5} |
| full_name | "json[personal-data][personal-data-work_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_personal-data_personal-data-work_text" |
| label | "Profesión" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "personal-data-work_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-work_text" |
| valid | true |
| value | "" |
personal-data-marital-status_select
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
[ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
| choices | [ "Soltero/a" => "Soltero/a" "Casado/a en régimen de bienes gananciales" => "Casado/a en régimen de bienes gananciales" "Casado/a en régimen de separación de bienes" => "Casado/a en régimen de separación de bienes" "Pareja de hecho inscrita" => "Pareja de hecho inscrita" "Separado/a de hecho" => "Separado/a de hecho" "Separado/a legalmente" => "Separado/a legalmente" "Divorciado/a" => "Divorciado/a" "Viudo/a" => "Viudo/a" ] |
[ "Soltero/a" => "Soltero/a" "Casado/a en régimen de bienes gananciales" => "Casado/a en régimen de bienes gananciales" "Casado/a en régimen de separación de bienes" => "Casado/a en régimen de separación de bienes" "Pareja de hecho inscrita" => "Pareja de hecho inscrita" "Separado/a de hecho" => "Separado/a de hecho" "Separado/a legalmente" => "Separado/a legalmente" "Divorciado/a" => "Divorciado/a" "Viudo/a" => "Viudo/a" ] |
| label | "Estado civil" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"Casado\/a en r\u00e9gimen de bienes gananciales","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"2":{"parent_value":"Casado\/a en r\u00e9gimen de separaci\u00f3n de bienes","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"3":{"parent_value":"Pareja de hecho inscrita","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"4":{"parent_value":"Separado\/a de hecho","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"5":{"parent_value":"Separado\/a legalmente","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"6":{"parent_value":"Divorciado\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]},"7":{"parent_value":"Viudo\/a","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_personal-data_personal-data-partners_collection"}]}}" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Soltero/a" => "Soltero/a" "Casado/a en régimen de bienes gananciales" => "Casado/a en régimen de bienes gananciales" "Casado/a en régimen de separación de bienes" => "Casado/a en régimen de separación de bienes" "Pareja de hecho inscrita" => "Pareja de hecho inscrita" "Separado/a de hecho" => "Separado/a de hecho" "Separado/a legalmente" => "Separado/a legalmente" "Divorciado/a" => "Divorciado/a" "Viudo/a" => "Viudo/a" ] |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Estado civil" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1665 …} } } |
| 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 {#1782 +label: "Soltero/a" +value: "Soltero/a" +data: "Soltero/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1773 +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 {#1764 +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 {#1365 +label: "Pareja de hecho inscrita" +value: "Pareja de hecho inscrita" +data: "Pareja de hecho inscrita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1686 +label: "Separado/a de hecho" +value: "Separado/a de hecho" +data: "Separado/a de hecho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1667 +label: "Separado/a legalmente" +value: "Separado/a legalmente" +data: "Separado/a legalmente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1659 +label: "Divorciado/a" +value: "Divorciado/a" +data: "Divorciado/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1647 +label: "Viudo/a" +value: "Viudo/a" +data: "Viudo/a" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1374 -form: Symfony\Component\Form\Form {#1754 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1791 …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) {#1620 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "Estado civil" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "personal-data-marital-status_select" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-marital-status_select" |
| valid | true |
| value | "" |
personal-data-partners_collection
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
[ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
| entry_options | [ "collection" => [ [ "name" => "personal-data-partner_text" "options" => [ "label" => false "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] ] |
[ "collection" => [ [ "name" => "personal-data-partner_text" "options" => [ "label" => false "attr" => [ "placeholder" => "Nombre y apellidos de la pareja o expareja" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
same as passed value |
| label | "Parejas o exparejas" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "collection_label" => "Pareja o expareja" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir pareja o expareja" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1678 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1682 …} } } |
| 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 {#1611 -form: Symfony\Component\Form\Form {#1757 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1602 …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 {#1593 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_personal-data_personal-data-partners_collection" |
| valid | true |
| value | null |
location
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "LUGAR DE RESIDENCIA HABITUAL" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1371 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1373 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1372 …} } } |
| 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 {#2292 -form: Symfony\Component\Form\Form {#1796 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2333 …5} |
| full_name | "json[location]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location" |
| label | "LUGAR DE RESIDENCIA HABITUAL" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location" |
| valid | true |
| value | null |
location-address_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Dirección" ] |
[ "placeholder" => "Dirección" ] |
| label | "Dirección" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Dirección" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1763 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1762 …} } } |
| 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 {#1542 -form: Symfony\Component\Form\Form {#1799 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1422 …5} |
| full_name | "json[location][location-address_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-address_text" |
| label | "Dirección" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-address_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-address_text" |
| valid | true |
| value | "" |
location-city_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Población" ] |
[ "placeholder" => "Población" ] |
| label | "Población" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Población" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1770 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1771 …} } } |
| 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 {#1474 -form: Symfony\Component\Form\Form {#1802 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1504 …5} |
| full_name | "json[location][location-city_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-city_text" |
| label | "Población" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-city_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-city_text" |
| valid | true |
| value | "" |
location-zipcode_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Código postal" ] |
[ "placeholder" => "Código postal" ] |
| label | "Código postal" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Código postal" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1779 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1780 …} } } |
| 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 {#2403 -form: Symfony\Component\Form\Form {#1805 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2405 …5} |
| full_name | "json[location][location-zipcode_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-zipcode_text" |
| label | "Código postal" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-zipcode_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-zipcode_text" |
| valid | true |
| value | "" |
location-province_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Provincia" ] |
[ "placeholder" => "Provincia" ] |
| label | "Provincia" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Provincia" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1789 …} } } |
| 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 {#2406 -form: Symfony\Component\Form\Form {#1808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2407 …5} |
| full_name | "json[location][location-province_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_location_location-province_text" |
| label | "Provincia" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "location-province_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_location_location-province_text" |
| valid | true |
| value | "" |
family
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "DATOS FAMILIARES DEL TESTADOR" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1399 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1400 …} } } |
| 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 {#1570 -form: Symfony\Component\Form\Form {#2007 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1561 …5} |
| full_name | "json[family]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family" |
| label | "DATOS FAMILIARES DEL TESTADOR" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family" |
| valid | true |
| value | null |
family-father-name_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre y apellidos de su padre" ] |
[ "placeholder" => "Nombre y apellidos de su padre" ] |
| label | "Nombre y apellidos de su padre" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos de su padre" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1813 …} } } |
| 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 {#2411 -form: Symfony\Component\Form\Form {#2010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2409 …5} |
| full_name | "json[family][family-father-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-father-name_text" |
| label | "Nombre y apellidos de su padre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-father-name_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-name_text" |
| valid | true |
| value | "" |
family-father-alive_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Está vivo?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Está vivo?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1821 …} } } |
| 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 {#1831 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2410 -form: Symfony\Component\Form\Form {#2036 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2518 …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) {#2521 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "¿Está vivo?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-father-alive_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-alive_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2015 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2014 …} } } |
| 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 {#2526 -form: Symfony\Component\Form\Form {#2039 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2524 …5} |
| full_name | "json[family][family-father-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-father-alive_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-alive_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2028 …} } } |
| 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 {#2528 -form: Symfony\Component\Form\Form {#2042 …} -errors: [] } |
| 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_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-father-alive_radio_entry" |
| valid | true |
| value | "No" |
family-mother-name_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre y apellidos de su madre" ] |
[ "placeholder" => "Nombre y apellidos de su madre" ] |
| label | "Nombre y apellidos de su madre" |
same as passed value |
| label_html | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos de su madre" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1837 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1838 …} } } |
| 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 {#2523 -form: Symfony\Component\Form\Form {#2045 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2522 …5} |
| full_name | "json[family][family-mother-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-name_text" |
| label | "Nombre y apellidos de su madre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-mother-name_text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-name_text" |
| valid | true |
| value | "" |
family-mother-alive_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Está viva?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Está viva?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1846 …} } } |
| 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 {#1831 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2531 -form: Symfony\Component\Form\Form {#2066 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2530 …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) {#2532 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "¿Está viva?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-mother-alive_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-alive_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2050 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2049 …} } } |
| 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 {#2536 -form: Symfony\Component\Form\Form {#2069 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2535 …5} |
| full_name | "json[family][family-mother-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-alive_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-alive_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2058 …} } } |
| 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 {#2537 -form: Symfony\Component\Form\Form {#2072 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2538 …5} |
| full_name | "json[family][family-mother-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-alive_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-mother-alive_radio_entry" |
| valid | true |
| value | "No" |
family-children-check_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
[ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
| choices | [ "No" => "No" "Sí" => "Sí" ] |
[ "No" => "No" "Sí" => "Sí" ] |
| expanded | true |
same as passed value |
| label | "¿Tiene hijos?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-child_collection"},{"make_required":true,"hide":true,"field_name":"json_family_children-heir-legal-guardian-name_text"}]}}" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "No" => "No" "Sí" => "Sí" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Tiene hijos?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1857 …} } } |
| 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 {#1866 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1867 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2534 -form: Symfony\Component\Form\Form {#2093 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2533 …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) {#2540 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "¿Tiene hijos?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-children-check_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-children-check_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2076 …} } } |
| 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 {#2543 -form: Symfony\Component\Form\Form {#2096 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2542 …5} |
| full_name | "json[family][family-children-check_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-children-check_radio_0" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-children-check_radio_entry" |
| valid | true |
| value | "No" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2086 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2085 …} } } |
| 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 {#2544 -form: Symfony\Component\Form\Form {#2099 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2545 …5} |
| full_name | "json[family][family-children-check_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-children-check_radio_1" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-children-check_radio_entry" |
| valid | true |
| value | "Sí" |
family-child_collection
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
[ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
| entry_options | [ "collection" => [ [ "name" => "family-child-name_text" "options" => [ "label" => "Nombre y apellidos hijo/a" "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-birthday_date" "options" => [ "label" => "Fecha de nacimiento hijo/a" "attr" => [] "label_html" => true "required" => true "widget" => "single_text" "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\DateType" ] [ "name" => "family-child-register-location_text" "options" => [ "label" => "Registro civil donde está inscrito/a hijo/a" "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-register-book_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "label_html" => true "required" => true "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] [ "name" => "family-child-register-page_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "label_html" => true "required" => false "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] ] ] |
[ "collection" => [ [ "name" => "family-child-name_text" "options" => [ "label" => "Nombre y apellidos hijo/a" "attr" => [ "placeholder" => "Nombre y apellidos hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-birthday_date" "options" => [ "label" => "Fecha de nacimiento hijo/a" "attr" => [] "label_html" => true "required" => true "widget" => "single_text" "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\DateType" ] [ "name" => "family-child-register-location_text" "options" => [ "label" => "Registro civil donde está inscrito/a hijo/a" "attr" => [ "placeholder" => "(Registro civil) Lugar hijo/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "family-child-register-book_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Tomo hijo/a" ] "label_html" => true "required" => true "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] [ "name" => "family-child-register-page_number" "options" => [ "label" => false "attr" => [ "placeholder" => "(Registro civil) Página hijo/a" ] "label_html" => true "required" => false "html5" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\NumberType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
same as passed value |
| label | false |
false
|
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "collection_label" => "Hijo/a" "add_label" => "Añadir hijo/a" "min_items" => 1 "max_items" => 6 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1874 …} } } |
| 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 {#2541 -form: Symfony\Component\Form\Form {#2102 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2539 …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 {#2547 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-child_collection" |
| valid | true |
| value | null |
family-pets_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
[ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Tiene animales de compañía?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend_radio"}]}]" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Tiene animales de compañía?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1926 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1934 …} } } |
| 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 {#1831 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2549 -form: Symfony\Component\Form\Form {#2123 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2548 …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) {#2561 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "¿Tiene animales de compañía?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-pets_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2106 …} } } |
| 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 {#2564 -form: Symfony\Component\Form\Form {#2126 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2563 …5} |
| full_name | "json[family][family-pets_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2116 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2115 …} } } |
| 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 {#2565 -form: Symfony\Component\Form\Form {#2129 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2566 …5} |
| full_name | "json[family][family-pets_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets_radio_entry" |
| valid | true |
| value | "No" |
family-pets-depend_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
[ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
[ "Sí" => "Sí" "No" => "No" ] |
| expanded | true |
same as passed value |
| label | "¿Desea dejar su cuidado a alguien?" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "[{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-name_text"},{"make_required":true,"hide":true,"field_name":"json_family_family-pets-depend-idcard_text"}]}]" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Sí" => "Sí" "No" => "No" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "¿Desea dejar su cuidado a alguien?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1980 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1979 …} } } |
| 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 {#1831 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1830 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2562 -form: Symfony\Component\Form\Form {#2150 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2560 …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) {#2568 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "¿Desea dejar su cuidado a alguien?" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "family-pets-depend_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2134 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2133 …} } } |
| 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 {#2571 -form: Symfony\Component\Form\Form {#2153 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2570 …5} |
| full_name | "json[family][family-pets-depend_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend_radio_0" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend_radio_entry" |
| valid | true |
| value | "Sí" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2143 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2142 …} } } |
| 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 {#2572 -form: Symfony\Component\Form\Form {#2156 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2573 …5} |
| full_name | "json[family][family-pets-depend_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend_radio_1" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend_radio_entry" |
| valid | true |
| value | "No" |
family-pets-depend-name_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre y apellidos del cuidador" ] |
[ "placeholder" => "Nombre y apellidos del cuidador" ] |
| label | "Nombre y apellidos del cuidador" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos del cuidador" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1990 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1991 …} } } |
| 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 {#2569 -form: Symfony\Component\Form\Form {#2159 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2567 …5} |
| full_name | "json[family][family-pets-depend-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend-name_text" |
| label | "Nombre y apellidos del cuidador" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-pets-depend-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend-name_text" |
| valid | true |
| value | "" |
family-pets-depend-idcard_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
| label | "DNI/NIE del cuidador" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE del cuidador" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1999 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2001 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2000 …} } } |
| 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 {#2575 -form: Symfony\Component\Form\Form {#2162 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2574 …5} |
| full_name | "json[family][family-pets-depend-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-pets-depend-idcard_text" |
| label | "DNI/NIE del cuidador" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "family-pets-depend-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_family_family-pets-depend-idcard_text" |
| valid | true |
| value | "" |
children-heir
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1408 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1409 …} } } |
| 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 {#2412 -form: Symfony\Component\Form\Form {#2201 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2408 …5} |
| full_name | "json[children-heir]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir" |
| label | "NOMBRAMIENTOS PARA HIJOS MENORES DE EDAD" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir" |
| valid | true |
| value | null |
children-heir-legal-guardian-name_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre y apellidos del tutor legal" ] |
[ "placeholder" => "Nombre y apellidos del tutor legal" ] |
| label | "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos del tutor legal" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2166 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2168 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2167 …} } } |
| 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 {#2579 -form: Symfony\Component\Form\Form {#2204 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2578 …5} |
| full_name | "json[children-heir][children-heir-legal-guardian-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-legal-guardian-name_text" |
| label | "Tutor legal (actuará en caso de fallecimiento de ambos progenitores)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-legal-guardian-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-legal-guardian-name_text" |
| valid | true |
| value | "" |
children-heir-legal-guardian-idcard_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
| label | false |
false
|
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE del tutor legal" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2175 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2177 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2176 …} } } |
| 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 {#2580 -form: Symfony\Component\Form\Form {#2207 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2581 …5} |
| full_name | "json[children-heir][children-heir-legal-guardian-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-legal-guardian-idcard_text" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-legal-guardian-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-legal-guardian-idcard_text" |
| valid | true |
| value | "" |
children-heir-admin-name_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
[ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
| label | "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre y apellidos del administrador de bienes" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2184 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2185 …} } } |
| 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 {#2582 -form: Symfony\Component\Form\Form {#2210 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2583 …5} |
| full_name | "json[children-heir][children-heir-admin-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-admin-name_text" |
| label | "Administrador de bienes (actuará en caso de fallecimiento de ambos progenitores o exclusión a uno de los mismos)" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-admin-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-admin-name_text" |
| valid | true |
| value | "" |
children-heir-admin-idcard_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
[ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
| label | false |
false
|
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "DNI/NIE del administrador de bienes" "class" => "text-uppercase" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2193 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2194 …} } } |
| 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 {#2584 -form: Symfony\Component\Form\Form {#2213 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2585 …5} |
| full_name | "json[children-heir][children-heir-admin-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_children-heir_children-heir-admin-idcard_text" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "children-heir-admin-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_children-heir_children-heir-admin-idcard_text" |
| valid | true |
| value | "" |
heirs-group
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1417 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1419 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1418 …} } } |
| 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 {#2577 -form: Symfony\Component\Form\Form {#2229 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2576 …5} |
| full_name | "json[heirs-group]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_heirs-group" |
| label | "HEREDEROS/AS A LOS/AS QUE DESEA DEJAR SUS BIENES" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "heirs-group" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_heirs-group" |
| valid | true |
| value | null |
heirs_collection
"Symfony\Component\Form\Extension\Core\Type\CollectionType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
[ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
| entry_options | [ "collection" => [ [ "name" => "heir-name_text" "options" => [ "label" => "Nombre y apellidos heredero/a" "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "heir-idcard_text" "options" => [ "label" => "DNI/NIE heredero/a" "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] ] |
[ "collection" => [ [ "name" => "heir-name_text" "options" => [ "label" => "Nombre y apellidos heredero/a" "attr" => [ "placeholder" => "Nombre y apellidos heredero/a" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] [ "name" => "heir-idcard_text" "options" => [ "label" => "DNI/NIE heredero/a" "attr" => [ "placeholder" => "DNI/NIE heredero/a" "class" => "text-uppercase" ] "label_html" => true "required" => true ] "class" => "Symfony\Component\Form\Extension\Core\Type\TextType" ] ] "block_name" => "entry" ] |
| entry_type | "App\Form\CollectionJsonType" |
same as passed value |
| label | false |
false
|
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "collection_label" => "Heredero/a" "min_items" => 1 "max_items" => 6 "add_label" => "Añadir heredero/a" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2217 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2219 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2218 …} } } |
| 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 {#2589 -form: Symfony\Component\Form\Form {#2263 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2588 …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 {#2590 …5} |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_heirs-group_heirs_collection" |
| valid | true |
| value | null |
comments
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "Comentarios adicionales" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1437 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1438 …} } } |
| 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 {#2587 -form: Symfony\Component\Form\Form {#2283 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2586 …5} |
| full_name | "json[comments]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_comments" |
| label | "Comentarios adicionales" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comments" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_comments" |
| valid | true |
| value | null |
comments-1_textarea
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Comentarios adicionales" ] |
[ "placeholder" => "Comentarios adicionales" ] |
| label | false |
false
|
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Comentarios adicionales" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2272 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2270 …} } } |
| 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 {#2598 -form: Symfony\Component\Form\Form {#2286 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2599 …5} |
| full_name | "json[comments][comments-1_textarea]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_comments_comments-1_textarea" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comments-1_textarea" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_comments_comments-1_textarea" |
| valid | true |
| value | "" |
ong
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => true "description" => "" ] |
[ "border" => true "description" => "" ] |
| inherit_data | true |
same as passed value |
| label | "TESTAMENTO A FAVOR DE ONG" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => true "description" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1446 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1448 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1447 …} } } |
| 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 {#2592 -form: Symfony\Component\Form\Form {#2318 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2593 …5} |
| full_name | "json[ong]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong" |
| label | "TESTAMENTO A FAVOR DE ONG" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ong" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong" |
| valid | true |
| value | null |
ong-radio_radio
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
[ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
| choices | [ "No" => "No" "Sí" => "Sí" ] |
[ "No" => "No" "Sí" => "Sí" ] |
| expanded | true |
same as passed value |
| label | "Deseo incluir a alguna ONG en mi testamento" |
same as passed value |
| label_html | true |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-conditioned-fields" => "{"1":{"parent_value":"S\u00ed","conditioned_fields":[{"make_required":true,"hide":true,"field_name":"json_ong_ong-name_text"},{"make_required":true,"hide":true,"field_name":"json_ong_ong-idcard_text"}]}}" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "No" => "No" "Sí" => "Sí" ] |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Deseo incluir a alguna ONG en mi testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2291 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2290 …} } } |
| 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 {#1866 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1867 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2603 -form: Symfony\Component\Form\Form {#2339 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2602 …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) {#2604 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | "Deseo incluir a alguna ONG en mi testamento" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "ong-radio_radio" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-radio_radio" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "No" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "No" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2322 …} } } |
| 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 {#2608 -form: Symfony\Component\Form\Form {#2342 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2607 …5} |
| full_name | "json[ong][ong-radio_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-radio_radio_0" |
| label | "No" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-radio_radio_entry" |
| valid | true |
| value | "No" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Sí" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Sí" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2332 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2331 …} } } |
| 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 {#2609 -form: Symfony\Component\Form\Form {#2345 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2610 …5} |
| full_name | "json[ong][ong-radio_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-radio_radio_1" |
| label | "Sí" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-radio_radio_entry" |
| valid | true |
| value | "Sí" |
ong-name_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nombre" ] |
[ "placeholder" => "Nombre" ] |
| label | "Nombre" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nombre" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2301 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2303 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2302 …} } } |
| 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 {#2606 -form: Symfony\Component\Form\Form {#2348 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2605 …5} |
| full_name | "json[ong][ong-name_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-name_text" |
| label | "Nombre" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ong-name_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-name_text" |
| valid | true |
| value | "" |
ong-idcard_text
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "CIF" ] |
[ "placeholder" => "CIF" ] |
| label | "CIF" |
same as passed value |
| label_html | true |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "CIF" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2310 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#2312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2311 …} } } |
| 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 {#2612 -form: Symfony\Component\Form\Form {#2351 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2611 …5} |
| full_name | "json[ong][ong-idcard_text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-idcard_text" |
| label | "CIF" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ong-idcard_text" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_ong_ong-idcard_text" |
| valid | true |
| value | "" |
buttons
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
[ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
| inherit_data | true |
same as passed value |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "show_title" => true "description" => "<strong>LE RECORDAMOS QUE EL SERVICIO TESTAMENTO ONLINE INCLUYE PARA USTED TODOS LOS SIGUIENTES SERVICIOS</strong><ul><li>Servicio jurídico:<ul><li>Asesoramiento personalizado por parte de un Abogado especialista en derecho sucesorio.</li><li>Elaboración de los documentos conforme su voluntad.</li></ul></li><li>Servicio de secretaría:<ul><li>Coordinación de agendas entre el testador y la Notaría.</li><li>Recordatorio de la cita agendada.</li><li>Firma del documento y recepción de una copia simple del mismo para el testador.</li><li>Inscripción de los documentos en el Registro General de Actos de Últimas Voluntades.</li></ul></li></ul>" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1308 …} } |
| 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() {#1457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1456 …} } } |
| 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 {#2601 -form: Symfony\Component\Form\Form {#2383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2600 …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 {#1429 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1429 +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 {#1429 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2356 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2355 …} } } |
| 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 {#2364 +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 {#2616 -form: Symfony\Component\Form\Form {#2395 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2615 …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) {#2617 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1492 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "privacidad_checkbox" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json_buttons_privacidad_checkbox" |
| valid | true |
| value | [] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "He leído y acepto la <a href='https://web.alares.es/site/pwa/legal/politica-privacidad.html' target='_blank'>Política de Privacidad</a>" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | null |
null
|
| value | "0" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1538 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1535 …} } |
| 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 {#1536 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() {#2388 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1347 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2387 …} } } |
| 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 {#2621 -form: Symfony\Component\Form\Form {#2398 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2620 …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 {#2618 …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 |