You are here

function template_preprocess_views_bootstrap_grid_plugin_style in Views Bootstrap 7.3

Same name and namespace in other branches
  1. 7.2 templates/grid/theme.inc \template_preprocess_views_bootstrap_grid_plugin_style()

Implementation of template preprocess for the view.

File

templates/grid/theme.inc, line 11
Preprocessors and helper functions for grid theming.

Code

function template_preprocess_views_bootstrap_grid_plugin_style(&$vars) {
  _views_bootstrap_preprocess_views_style_plugin_prepare_grid($vars);
}