You are here

function template_preprocess_views_view_slideshow in Views Slideshow 8.3

Same name and namespace in other branches
  1. 8.4 views_slideshow.module \template_preprocess_views_view_slideshow()

Views Slideshow: Slideshow.

As it is a preprocess function, store it with other functions in theme.inc.

File

./views_slideshow.module, line 497
Provides Slideshow style options for Views.

Code

function template_preprocess_views_view_slideshow(&$vars) {
  \Drupal::moduleHandler()
    ->loadInclude('views_slideshow', 'inc', 'views_slideshow.theme');
  _views_slideshow_preprocess_views_view_slideshow($vars);
}