Forms

  • filter
    • busqueda
    • estado
    • usuario
    • fecha
    • _sort_by
    • _sort_order
    • _page
    • _per_page

filter

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

Default Data

Property Value
Model Format same as normalized format
Normalized Format
[]
View Format same as normalized format

Submitted Data

Property Value
View Format same as normalized format
Normalized Format
[
  "busqueda" => Sonata\AdminBundle\Filter\Model\FilterData {#3648
    -value: null
    -type: null
    -hasValue: true
  }
  "estado" => Sonata\AdminBundle\Filter\Model\FilterData {#3653
    -value: [
      "ABIERTA"
      "EN_ESPERA"
      "ACEPTADA"
    ]
    -type: 1
    -hasValue: true
  }
  "usuario" => Sonata\AdminBundle\Filter\Model\FilterData {#3702
    -value: Proxies\__CG__\App\Entity\Usuario {#3116
      #id: 0
      #IDperseo: null
      #avatar: null
      #deletedAt: null
      #updatedAt: null
      #createdAt: null
      #user: null
      #unidadNegocioResponsable: null
      #valoraciones: null
      -actividades: null
      #operaciones: null
      #unidadNegocio: null
      #unidadesNegocioComercial: null
      +__isInitialized__: false
       …2
    }
    -type: 1
    -hasValue: true
  }
  "fecha" => Sonata\AdminBundle\Filter\Model\FilterData {#3732
    -value: [
      "start" => null
      "end" => null
    ]
    -type: null
    -hasValue: true
  }
  "_sort_by" => ""
  "_sort_order" => null
  "_page" => "1"
  "_per_page" => "50"
]
Model Format same as normalized format

Passed Options

Option Passed Value Resolved Value
csrf_protection
false
false
data
[]
[]
validation_groups
false
[]

Resolved Options

View Variables