Forms

  • form
    • procesoReclutamiento
    • reclutaBase
    • centroMovilizacion
    • unidadMilitar

form

"Symfony\Component\Form\Extension\Core\Type\FormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
[
  "procesoReclutamiento" => "47"
  "unidadMilitar" => "not null"
]
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
csrf_protection
false
false
data
[
  "procesoReclutamiento" => "47"
  "unidadMilitar" => "not null"
]
[
  "procesoReclutamiento" => "47"
  "unidadMilitar" => "not null"
]
validation_groups
[
  "filtering"
]
[
  "filtering"
]

Resolved Options

View Variables