Forms

  • filter
    • classificacao
    • status
    • vencimento
    • valorBruto
    • pagoEm
    • valorLiquido
    • dataEmissaoNota
    • numeroNota
    • cliente
    • _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
[
  "classificacao" => [
    "type" => null
    "value" => ArrayCollection^ {#3171
      -elements: []
    }
  ]
  "status" => [
    "type" => null
    "value" => null
  ]
  "vencimento" => [
    "type" => null
    "value" => [
      "start" => DateTime @1772334000 {#3201
        date: 2026-03-01 00:00:00.0 America/Sao_Paulo (-03:00)
      }
      "end" => DateTime @1774926000 {#3206
        date: 2026-03-31 00:00:00.0 America/Sao_Paulo (-03:00)
      }
    ]
  ]
  "valorBruto" => [
    "type" => null
    "value" => null
  ]
  "pagoEm" => [
    "type" => null
    "value" => [
      "start" => null
      "end" => null
    ]
  ]
  "valorLiquido" => [
    "type" => null
    "value" => null
  ]
  "dataEmissaoNota" => [
    "type" => null
    "value" => null
  ]
  "numeroNota" => [
    "type" => null
    "value" => null
  ]
  "cliente" => [
    "type" => null
    "value" => null
  ]
  "_sort_by" => "vencimento"
  "_sort_order" => "DESC"
  "_page" => "1"
  "_per_page" => "32"
]
Model Format same as normalized format

Passed Options

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

Resolved Options

View Variables