You are here

function views_plugin_style_xhtml::additional_theme_functions in Views Datasource 7

Same name and namespace in other branches
  1. 6 views_plugin_style_xhtml.inc \views_plugin_style_xhtml::additional_theme_functions()

Implements views_style_plugin::additional_theme_functions(). Returns empty array.

Return value

array

Overrides views_plugin::additional_theme_functions

File

views/plugins/views_plugin_style_xhtml.inc, line 133
Implements views_plugin_style for views_xhtml

Class

views_plugin_style_xhtml
Implements views_plugin_style

Code

function additional_theme_functions() {
  return array();
}