You are here

function views_xhtml_views_formats in Views Datasource 7

All recognised XHTML output formats

2 calls to views_xhtml_views_formats()
views_plugin_style_xhtml::options_form in views/plugins/views_plugin_style_xhtml.inc
Provide a form for setting options.
views_xhtml_views_plugins in views/views_xhtml.views.inc
Implements hook_views_plugins().

File

views/views_xhtml.views.inc, line 47
Views style plugin to render nodes as XHTML microformats.

Code

function views_xhtml_views_formats() {
  return module_invoke_all('views_xhtml_formats');
}