1 views_plugin_display_feed.inc views_plugin_display_feed::get_style_type()

Displays can require a certain type of style plugin. By default, they will be 'normal'.

Overrides views_plugin_display::get_style_type

File

core/modules/views/plugins/views_plugin_display_feed.inc, line 29
Contains the feed display plugin.

Class

views_plugin_display_feed
The plugin that handles a feed, such as RSS or atom.

Code

function get_style_type() {
  return 'feed';
}