Forms

  • filter
    • id
    • startDate
    • endDate
    • _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
[
  "id" => [
    "type" => null
    "value" => null
  ]
  "startDate" => [
    "type" => null
    "value" => "2024-09-21 17:00:00"
  ]
  "endDate" => [
    "type" => null
    "value" => null
  ]
  "_sort_by" => "id"
  "_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
[]
[]
validation_groups
false
[]

Resolved Options

View Variables