Same name and namespace in other branches
  1. 5.0.x views_slideshow.module \template_preprocess_views_view_slideshow()
  2. 8.x-3.x 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.

Fichier

./views_slideshow.module, line 159

Code

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