You are here

theme.inc in Views Bootstrap 7.3

Preprocessors and helper functions for grid theming.

File

templates/grid/theme.inc
View source
<?php

/**
 * @file
 * Preprocessors and helper functions for grid theming.
 */

/**
 * Implementation of template preprocess for the view.
 */
function template_preprocess_views_bootstrap_grid_plugin_style(&$vars) {
  _views_bootstrap_preprocess_views_style_plugin_prepare_grid($vars);
}

Functions

Namesort descending Description
template_preprocess_views_bootstrap_grid_plugin_style Implementation of template preprocess for the view.