You are here

public function references_plugin_display::get_style_type in References 7.2

Style type.

@codingStandardsIgnoreStart

Overrides views_plugin_display::get_style_type

File

views/references_plugin_display.inc, line 46
Handler for references_plugin_display.

Class

references_plugin_display
Default class.

Code

public function get_style_type() {

  // @codingStandardsIgnoreEnd
  return 'references';
}