function 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
1 call to views_plugin_display_feed::get_style_type()
File
-
plugins/
views_plugin_display_feed.inc, line 44
Class
- views_plugin_display_feed
- The plugin that handles a feed, such as RSS or atom.
Code
public function get_style_type() {
return 'feed';
}