Same name and namespace in other branches
  1. 8.x-3.x views_slideshow.module \template_preprocess_views_view_slideshow() 1 comment
  2. 8.x-4.x views_slideshow.module \template_preprocess_views_view_slideshow() 1 comment

Views Slideshow: Slideshow.

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

File

./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);
}