function template_preprocess_views_view_slideshow in Views Slideshow 8.4
Same name and namespace in other branches
- 8.3 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 159 - 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);
}