You are here

function views_xml_views_formats in Views Datasource 7

All recognised XML output formats

2 calls to views_xml_views_formats()
views_plugin_style_xml::options_form in views/plugins/views_plugin_style_xml.inc
Provide a form for setting options.
views_xml_views_plugins in views/views_xml.views.inc
Implements hook_views_plugins().

File

views/views_xml.views.inc, line 47
Views style plugins to render nodes in the XML data format.

Code

function views_xml_views_formats() {
  return module_invoke_all('views_xml_formats');
}