function template_preprocess_slick_thumbnail in Slick Carousel 8
Same name and namespace in other branches
- 8.2 templates/slick.theme.inc \template_preprocess_slick_thumbnail()
Prepares variables for slick-thumbnail.html.twig templates.
File
- templates/
slick.theme.inc, line 147 - Hooks and preprocess functions for the Slick module.
Code
function template_preprocess_slick_thumbnail(&$variables) {
_slick_preprocess_slick_item($variables);
}