Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current 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')
)