- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 57
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
titular-type_hidden
-
collective_text
-
-
-
-
0
-
-
-
-
personal-data-firstname_text
-
personal-data-lastname_text
-
personal-data-idcard_text
-
personal-data-email_email
-
personal-data-country_text
-
personal-data-phone-1_text
-
personal-data-phone-2_text
-
personal-data-birthday_date
-
personal-data-birth-place_text
-
personal-data-work_text
-
personal-data-marital-status_select
-
personal-data-partners_collection
-
-
-
location-address_text
-
location-city_text
-
location-zipcode_text
-
location-province_text
-
-
-
family-father-name_text
-
-
0
-
1
-
-
family-mother-name_text
-
-
0
-
1
-
-
-
0
-
1
-
-
family-child_collection
-
-
0
-
1
-
-
-
0
-
1
-
-
family-pets-depend-name_text
-
family-pets-depend-idcard_text
-
-
-
children-heir-legal-guardian-name_text
-
children-heir-legal-guardian-idcard_text
-
children-heir-admin-name_text
-
children-heir-admin-idcard_text
-
-
-
heirs_collection
-
-
-
comments-1_textarea
-
-
-
-
0
-
1
-
-
ong-name_text
-
ong-idcard_text
-
-
-
-
0
-
-
submit_submit
-
-
json
"App\Form\JsonType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| disabled | false |
false
|
| manager | App\Service\JsonFormManager {#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 {#908 …} -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) {#1378 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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 {#908 …} -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() {#1376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1377 …} } } |
| 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 {#2277 -form: Symfony\Component\Form\Form {#1462 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1375 …5} |
| full_name | "json" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "json" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_json" |
| valid | true |
| value | null |
testamento-hereditario
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
[ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| inherit_data | true |
same as passed value |
| label | "TESTAMENTO HEREDITARIO" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "border" => false "description" => "<p>Este tipo de testamento es un acto notarial por el que una persona indica el destino de sus bienes cuando fallezca.</p><p>Dicho documento deberá otorgarse ante Notario, quien lo inscribirá en el Registro General de Últimas Voluntades, para que tenga efecto.</p>" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#64 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#63 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#62 …} -namespace: Closure() {#60 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1424 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1422 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1423 …} } } |
| 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 {#2186 -form: Symfony\Component\Form\Form {#1482 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2177 …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) {#1498 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1505 …} } } |
| 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 {#1419 -form: Symfony\Component\Form\Form {#1485 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2219 …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) {#1472 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1471 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1470 …} } } |
| 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 {#1457 -form: Symfony\Component\Form\Form {#1488 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2380 …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) {#1352 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1353 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1390 …} } } |
| 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 {#2195 -form: Symfony\Component\Form\Form {#1527 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1410 …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 {#1430 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1430 +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 {#1430 +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() {#1515 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1514 …} } } |
| 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 {#1523 +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 {#2312 -form: Symfony\Component\Form\Form {#1554 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1448 …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) {#2303 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#1544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1542 …} } } |
| 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 {#1439 -form: Symfony\Component\Form\Form {#1550 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2323 …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) {#1361 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1363 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1362 …} } } |
| 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 {#2388 -form: Symfony\Component\Form\Form {#1698 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2356 …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) {#1557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1558 …} } } |
| 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 {#1401 -form: Symfony\Component\Form\Form {#1720 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1992 …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) {#1566 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1568 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1567 …} } } |
| 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 {#1980 -form: Symfony\Component\Form\Form {#1728 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2143 …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 {#1433 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Nif {#1433 +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 {#1433 +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) {#1575 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1576 …} } } |
| 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 {#2134 -form: Symfony\Component\Form\Form {#1730 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1910 …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) {#1584 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1585 …} } } |
| 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 {#2116 -form: Symfony\Component\Form\Form {#1726 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2107 …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) {#1598 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1600 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1599 …} } } |
| 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 {#1875 -form: Symfony\Component\Form\Form {#1735 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1858 …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 {#1358 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1358 +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 {#1358 +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) {#1607 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1609 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1608 …} } } |
| 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 {#2086 -form: Symfony\Component\Form\Form {#1738 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2077 …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 {#1355 +message: "{{ value }} no es válido." +payload: null } ] |
[ App\Validator\Phone {#1355 +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 {#1355 +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) {#1616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1617 …} } } |
| 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 {#1847 -form: Symfony\Component\Form\Form {#1741 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2059 …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() {#1638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1635 …} } } |
| 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 {#2050 -form: Symfony\Component\Form\Form {#1744 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1839 …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) {#1649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1648 …} } } |
| 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 {#1822 -form: Symfony\Component\Form\Form {#1747 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2029 …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) {#1655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1656 …} } } |
| 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 {#2020 -form: Symfony\Component\Form\Form {#1750 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1814 …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() {#1665 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1664 …} } } |
| 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 {#1781 +label: "Soltero/a" +value: "Soltero/a" +data: "Soltero/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1772 +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 {#1763 +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 {#1364 +label: "Pareja de hecho inscrita" +value: "Pareja de hecho inscrita" +data: "Pareja de hecho inscrita" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1685 +label: "Separado/a de hecho" +value: "Separado/a de hecho" +data: "Separado/a de hecho" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1666 +label: "Separado/a legalmente" +value: "Separado/a legalmente" +data: "Separado/a legalmente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1658 +label: "Divorciado/a" +value: "Divorciado/a" +data: "Divorciado/a" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1646 +label: "Viudo/a" +value: "Viudo/a" +data: "Viudo/a" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1373 -form: Symfony\Component\Form\Form {#1753 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1790 …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) {#1619 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1677 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1681 …} } } |
| 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 {#1610 -form: Symfony\Component\Form\Form {#1756 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1601 …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 {#1592 …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) {#1370 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1372 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1371 …} } } |
| 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 {#2291 -form: Symfony\Component\Form\Form {#1795 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2332 …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) {#1760 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1761 …} } } |
| 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 {#1541 -form: Symfony\Component\Form\Form {#1798 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1421 …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) {#1769 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1770 …} } } |
| 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 {#1473 -form: Symfony\Component\Form\Form {#1801 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1503 …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) {#1778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1779 …} } } |
| 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 {#2402 -form: Symfony\Component\Form\Form {#1804 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2404 …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) {#1787 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1788 …} } } |
| 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 {#2405 -form: Symfony\Component\Form\Form {#1807 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2406 …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) {#1398 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1400 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1399 …} } } |
| 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 {#1569 -form: Symfony\Component\Form\Form {#2006 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1560 …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) {#1811 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1813 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1812 …} } } |
| 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 {#2410 -form: Symfony\Component\Form\Form {#2009 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2408 …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() {#1821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1820 …} } } |
| 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 {#1830 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2409 -form: Symfony\Component\Form\Form {#2035 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2517 …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) {#2520 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2014 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2013 …} } } |
| 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 {#2525 -form: Symfony\Component\Form\Form {#2038 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2523 …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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2027 …} } } |
| 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 {#2527 -form: Symfony\Component\Form\Form {#2041 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2528 …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) {#1836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1837 …} } } |
| 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 {#2522 -form: Symfony\Component\Form\Form {#2044 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2521 …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() {#1846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1845 …} } } |
| 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 {#1830 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2530 -form: Symfony\Component\Form\Form {#2065 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2529 …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) {#2531 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2049 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2048 …} } } |
| 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 {#2535 -form: Symfony\Component\Form\Form {#2068 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2534 …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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2057 …} } } |
| 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 {#2536 -form: Symfony\Component\Form\Form {#2071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2537 …5} |
| full_name | "json[family][family-mother-alive_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-mother-alive_radio_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() {#1857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1856 …} } } |
| 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 {#1865 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1866 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2533 -form: Symfony\Component\Form\Form {#2092 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2532 …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) {#2539 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2076 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2075 …} } } |
| 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 {#2542 -form: Symfony\Component\Form\Form {#2095 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2541 …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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2084 …} } } |
| 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 {#2543 -form: Symfony\Component\Form\Form {#2098 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2544 …5} |
| full_name | "json[family][family-children-check_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_family_family-children-check_radio_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) {#1872 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1874 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1873 …} } } |
| 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 {#2540 -form: Symfony\Component\Form\Form {#2101 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2538 …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 {#2546 …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() {#1925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1933 …} } } |
| 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 {#1830 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2548 -form: Symfony\Component\Form\Form {#2122 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2547 …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) {#2560 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2106 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2105 …} } } |
| 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 {#2563 -form: Symfony\Component\Form\Form {#2125 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2562 …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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2114 …} } } |
| 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 {#2564 -form: Symfony\Component\Form\Form {#2128 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2565 …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() {#1979 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1978 …} } } |
| 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 {#1830 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1829 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2561 -form: Symfony\Component\Form\Form {#2149 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2559 …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) {#2567 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2132 …} } } |
| 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 {#2570 -form: Symfony\Component\Form\Form {#2152 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2569 …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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2141 …} } } |
| 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 {#2571 -form: Symfony\Component\Form\Form {#2155 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2572 …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) {#1989 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1990 …} } } |
| 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 {#2568 -form: Symfony\Component\Form\Form {#2158 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2566 …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) {#1998 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2000 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1999 …} } } |
| 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 {#2574 -form: Symfony\Component\Form\Form {#2161 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2573 …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) {#1407 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1409 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1408 …} } } |
| 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 {#2411 -form: Symfony\Component\Form\Form {#2200 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2407 …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) {#2165 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2166 …} } } |
| 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 {#2578 -form: Symfony\Component\Form\Form {#2203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2577 …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) {#2174 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2176 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2175 …} } } |
| 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 {#2579 -form: Symfony\Component\Form\Form {#2206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2580 …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) {#2183 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2185 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2184 …} } } |
| 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 {#2581 -form: Symfony\Component\Form\Form {#2209 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2582 …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) {#2192 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2194 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2193 …} } } |
| 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 {#2583 -form: Symfony\Component\Form\Form {#2212 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2584 …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) {#1416 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1418 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1417 …} } } |
| 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 {#2576 -form: Symfony\Component\Form\Form {#2228 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2575 …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) {#2216 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2218 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2217 …} } } |
| 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 {#2588 -form: Symfony\Component\Form\Form {#2262 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2587 …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 {#2589 …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) {#1436 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1438 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1437 …} } } |
| 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 {#2586 -form: Symfony\Component\Form\Form {#2282 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2585 …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) {#2271 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2269 …} } } |
| 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 {#2597 -form: Symfony\Component\Form\Form {#2285 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2598 …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) {#1445 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1447 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1446 …} } } |
| 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 {#2591 -form: Symfony\Component\Form\Form {#2317 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2592 …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() {#2290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2289 …} } } |
| 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 {#1865 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1866 +label: "Sí" +value: "Sí" +data: "Sí" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2602 -form: Symfony\Component\Form\Form {#2338 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2601 …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) {#2603 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2321 …} } } |
| 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 {#2607 -form: Symfony\Component\Form\Form {#2341 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2606 …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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2331 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2330 …} } } |
| 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 {#2608 -form: Symfony\Component\Form\Form {#2344 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2609 …5} |
| full_name | "json[ong][ong-radio_radio]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "json_ong_ong-radio_radio_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) {#2300 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2302 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2301 …} } } |
| 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 {#2605 -form: Symfony\Component\Form\Form {#2347 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2604 …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) {#2309 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#2311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2310 …} } } |
| 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 {#2611 -form: Symfony\Component\Form\Form {#2350 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2610 …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) {#1454 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1307 …} } |
| 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() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#1455 …} } } |
| 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 {#2600 -form: Symfony\Component\Form\Form {#2382 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2599 …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 {#1428 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1428 +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 {#1428 +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() {#2355 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2354 …} } } |
| 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 {#2363 +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 {#2615 -form: Symfony\Component\Form\Form {#2394 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2614 …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) {#2616 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1491 …} } |
| 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) {#1537 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1534 …} } |
| 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 {#1535 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() {#2387 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#193 …} $translationDomain: "validators" $message: Closure() {#2386 …} } } |
| 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 {#2620 -form: Symfony\Component\Form\Form {#2397 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2619 …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 {#2617 …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 |