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

ZoneChoiceType

Class is responsible for providing configurable zone choices with – symbol in front of array

  • Namespace: PrestaShopBundle\Form\Admin\Type
  • Reference: ZoneChoiceType

Type options

Option Type Default value Description

Code example

return (new FilterCollection())    
    ->add(
        (new Filter('id_zone', ZoneChoiceType::class))
        ->setTypeOptions([
            'required' => false,
        ])
        ->setAssociatedColumn('zone_name')
    )

Preview example

ZoneChoiceType rendered in form using textarea