| 6 views.module | views_theme_functions($hook, $view, $display = NULL) |
| 7 views.module | views_theme_functions($hook, $view, $display = NULL) |
Build a list of theme function names for use most everywhere.
6 calls to views_theme_functions()
File
- ./
views.module, line 1534 - Primarily Drupal hooks and global API functions to manipulate views.
Code
function views_theme_functions($hook, $view, $display = NULL) {
require_once './' . drupal_get_path('module', 'views') . "/theme/theme.inc";
return _views_theme_functions($hook, $view, $display);
}
Login or register to post comments