You are here

function references_dialog_plugin_display::get_style_type in References dialog 7

Override references_plugin_display, and allow for other style types.

Overrides views_plugin_display::get_style_type

File

views/references_dialog_plugin_display.inc, line 161
Contains the default display plugin.

Class

references_dialog_plugin_display
A plugin to handle defaults on a view.

Code

function get_style_type() {
  return 'normal';
}