1.20.x views.module | views_theme_functions($hook, $view, $display = NULL) |
Build a list of theme function names for use most everywhere.
File
- modules/
views/ views.module, line 1825 - 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);
}