1 views.module views_theme_functions($hook, $view, $display = NULL)

Build a list of theme function names for use most everywhere.

File

core/modules/views/views.module, line 1833
Primarily Backdrop hooks and global API functions to manipulate views.

Code

function views_theme_functions($hook, $view, $display = NULL) {
  require_once BACKDROP_ROOT . '/' . backdrop_get_path('module', 'views') . "/templates/views.theme.inc";
  return _views_theme_functions($hook, $view, $display);
}