Forms

  • form
    • nombre
    • cantidadPreguntas
    • orden
    • activa
    • _token

form

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

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\EtapaPregunta {#692
  -id: 3
  -nombre: "Etapa 3"
  -cantidadPreguntas: 5
  -orden: 6
  -preguntas: Doctrine\ORM\PersistentCollection {#746 …}
  -activa: true
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
allow_extra_fields
true
same as passed value
data
App\Entity\EtapaPregunta {#692
  -id: 3
  -nombre: "Etapa 3"
  -cantidadPreguntas: 5
  -orden: 6
  -preguntas: Doctrine\ORM\PersistentCollection {#746 …}
  -activa: true
}
same as passed value

Resolved Options

View Variables