GET https://www.dev.mazykkavinyles.fr/vinyles/search?page=3&styles%5B0%5D=4

Forms

  • 1
    (no name)
    • styles
    • label
    • artist
    • year
    • q
    • inStock
    • promo
    • homeprod
    • repress
    • neuf
    • occasion

(no name)

Form type:
"App\Form\SearchType"

Errors

Message Origin Cause
This form should not contain extra fields. Unknown. Caused by:
Symfony\Component\Validator\ConstraintViolation {#2542
  root: Symfony\Component\Form\Form {#1456 …}
  path: ""
  value: [
    "page" => "3"
  ]
}

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Services\Search {#648
  +styles: [
    App\Entity\Style {#1250
      -id: 4
      -name: "techno"
      -vinyls: Doctrine\ORM\PersistentCollection {#1251 …}
      -cds: Doctrine\ORM\PersistentCollection {#1253 …}
      -slug: "techno"
    }
  ]
  +label: null
  +artist: null
  +year: null
  +q: null
  +inStock: false
  +promo: false
  +repress: false
  +neuf: false
  +occasion: false
  +homeprod: false
}
View Format same as normalized format

Submitted Data

Property Value
View Format same as normalized format
Normalized Format
App\Services\Search {#648
  +styles: [
    App\Entity\Style {#1250
      -id: 4
      -name: "techno"
      -vinyls: Doctrine\ORM\PersistentCollection {#1251 …}
      -cds: Doctrine\ORM\PersistentCollection {#1253 …}
      -slug: "techno"
    }
  ]
  +label: null
  +artist: null
  +year: null
  +q: null
  +inStock: false
  +promo: false
  +repress: false
  +neuf: false
  +occasion: false
  +homeprod: false
}
Model Format same as normalized format

Passed Options

Option Passed Value Resolved Value
data
App\Services\Search {#648
  +styles: [
    App\Entity\Style {#1250
      -id: 4
      -name: "techno"
      -vinyls: Doctrine\ORM\PersistentCollection {#1251 …}
      -cds: Doctrine\ORM\PersistentCollection {#1253 …}
      -slug: "techno"
    }
  ]
  +label: null
  +artist: null
  +year: null
  +q: null
  +inStock: false
  +promo: false
  +repress: false
  +neuf: false
  +occasion: false
  +homeprod: false
}
same as passed value

Resolved Options

Option Value
action
""
allow_extra_fields
false
allow_file_upload
false
attr
[]
attr_translation_parameters
[]
auto_initialize
true
block_name
null
block_prefix
null
by_reference
true
compound
true
constraints
[]
csrf_field_name
"_token"
csrf_message
"The CSRF token is invalid. Please try to resubmit the form."
csrf_protection
false
csrf_token_id
null
csrf_token_manager
Symfony\Component\Security\Csrf\CsrfTokenManager {#854
  -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …}
  -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#856 …}
  -namespace: Closure() {#858 …}
}
data
App\Services\Search {#648
  +styles: [
    App\Entity\Style {#1250
      -id: 4
      -name: "techno"
      -vinyls: Doctrine\ORM\PersistentCollection {#1251 …}
      -cds: Doctrine\ORM\PersistentCollection {#1253 …}
      -slug: "techno"
    }
  ]
  +label: null
  +artist: null
  +year: null
  +q: null
  +inStock: false
  +promo: false
  +repress: false
  +neuf: false
  +occasion: false
  +homeprod: false
}
data_class
"App\Services\Search"
disabled
false
empty_data
Closure(FormInterface $form) {#929
  class: "Symfony\Component\Form\Extension\Core\Type\FormType"
  use: {
    $class: "App\Services\Search"
  }
}
error_bubbling
true
error_mapping
[]
extra_fields_message
"This form should not contain extra fields."
form_attr
false
getter
null
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
inherit_data
false
invalid_message
"This value is not valid."
invalid_message_parameters
[]
is_empty_callback
null
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
mapped
true
method
"GET"
post_max_size_message
"The uploaded file was too large. Please try to upload a smaller file."
priority
0
property_path
null
required
true
row_attr
[]
setter
null
translation_domain
null
trim
true
upload_max_size_message
Closure() {#927
  class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
  use: {
    $translator: Symfony\Component\Translation\DataCollectorTranslator {#616 …}
    $message: Closure() {#928 …}
    $translationDomain: "validators"
  }
}
validation_groups
null

View Vars

Variable Value
action
""
attr
[]
attr_translation_parameters
[]
block_prefixes
[
  "form"
  ""
  "_"
]
cache_key
"__"
compound
true
data
App\Services\Search {#648
  +styles: [
    App\Entity\Style {#1250
      -id: 4
      -name: "techno"
      -vinyls: Doctrine\ORM\PersistentCollection {#1251 …}
      -cds: Doctrine\ORM\PersistentCollection {#1253 …}
      -slug: "techno"
    }
  ]
  +label: null
  +artist: null
  +year: null
  +q: null
  +inStock: false
  +promo: false
  +repress: false
  +neuf: false
  +occasion: false
  +homeprod: false
}
disabled
false
errors
Symfony\Component\Form\FormErrorIterator {#4804
  -form: Symfony\Component\Form\Form {#1456 …}
  -errors: [
    Symfony\Component\Form\FormError {#2525
      #messageTemplate: "This form should not contain extra fields."
      #messageParameters: [
        "{{ extra_fields }}" => ""page""
      ]
      #messagePluralization: 1
      -message: "This form should not contain extra fields."
      -cause: Symfony\Component\Validator\ConstraintViolation {#2542
        root: Symfony\Component\Form\Form {#1456 …}
        path: ""
        value: [
          "page" => "3"
        ]
      }
      -origin: Symfony\Component\Form\Form {#1456 …}
    }
  ]
}
form
Symfony\Component\Form\FormView {#4772 …5}
full_name
""
help
null
help_attr
[]
help_html
false
help_translation_parameters
[]
id
""
label
null
label_attr
[]
label_format
null
label_html
false
label_translation_parameters
[]
method
"GET"
multipart
false
name
""
priority
0
required
true
row_attr
[]
submitted
true
translation_domain
null
unique_block_prefix
"_"
valid
false
value
App\Services\Search {#648
  +styles: [
    App\Entity\Style {#1250
      -id: 4
      -name: "techno"
      -vinyls: Doctrine\ORM\PersistentCollection {#1251 …}
      -cds: Doctrine\ORM\PersistentCollection {#1253 …}
      -slug: "techno"
    }
  ]
  +label: null
  +artist: null
  +year: null
  +q: null
  +inStock: false
  +promo: false
  +repress: false
  +neuf: false
  +occasion: false
  +homeprod: false
}