You are here

function views_plugin_style_autocomplete::option_definition in Search Autocomplete 7.3

Implements views_plugin_style::option_definition

Overrides views_plugin_style::option_definition

File

views/plugins/views_plugin_style_autocomplete.inc, line 14
Implements views_plugin_style for search_autocomplete

Class

views_plugin_style_autocomplete
Implements views_plugin_style

Code

function option_definition() {
  $options = parent::option_definition();
  return $options;
}