You are here

function views_bootstrap_theme in Views Bootstrap 8.3

Same name and namespace in other branches
  1. 8.4 views_bootstrap.module \views_bootstrap_theme()

File

./views_bootstrap.module, line 45
Custom functions for Views Bootstrap.

Code

function views_bootstrap_theme() {
  return ViewsBootstrap::getThemeHooks();
}