You are here

function views_bootstrap_theme in Views Bootstrap 8.4

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

Implements hook_theme().

File

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

Code

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