Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
Class is responsible for providing configurable zone choices with – symbol in front of array
Option | Type | Default value | Description |
---|
return (new FilterCollection())
->add(
(new Filter('id_zone', ZoneChoiceType::class))
->setTypeOptions([
'required' => false,
])
->setAssociatedColumn('zone_name')
)