You are here

function template_preprocess_image_hover_effects_responsive_image_formatter in Image Hover Effects 8

Prepares variables for responsive image formatter templates.

File

./image_hover_effects.module, line 48
Primary module hooks for Image Hover Effects module.

Code

function template_preprocess_image_hover_effects_responsive_image_formatter(&$variables) {
  template_preprocess_responsive_image_formatter($variables);
  $variables['link_attributes'] = new Attribute($variables['link_attributes']);
}