You are here

public function WebformViewsSelectHandler::get_style_type in Webform Views Select 7

Displays can require a certain type of style plugin.

By default, they will be 'normal'.

Overrides views_plugin_display::get_style_type

File

./WebformViewsSelectHandler.inc, line 24
Contains WebformViewsSelectHandler.

Class

WebformViewsSelectHandler
The plugin that handles webform_views_select_handler.

Code

public function get_style_type() {
  return 'webform_views_select';
}