You are here

protected property SearchApiViewsHandlerFilterOptions::$value_form_type in Search API 7

The type of form element used to display the options.

Type: string

File

contrib/search_api_views/includes/handler_filter_options.inc, line 25
Contains the SearchApiViewsHandlerFilterOptions class.

Class

SearchApiViewsHandlerFilterOptions
Views filter handler for fields with a limited set of possible values.

Code

protected $value_form_type = 'checkboxes';