1 views_plugin_style_rss.inc views_plugin_style_rss::get_channel_elements()

Return an array of additional XHTML elements to add to the channel.

Return value

An array that can be passed to format_xml_elements().:

File

core/modules/views/plugins/views_plugin_style_rss.inc, line 79
Contains the RSS style plugin.

Class

views_plugin_style_rss
Default style plugin to render an RSS feed.

Code

function get_channel_elements() {
  return array();
}