You are here

function template_preprocess_image_hover_effects_image_formatter in Image Hover Effects 8

Prepares variables for image formatter templates.

File

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

Code

function template_preprocess_image_hover_effects_image_formatter(&$variables) {
  module_load_include('inc', 'image', 'image.field');
  template_preprocess_image_formatter($variables);
  $variables['link_attributes'] = new Attribute($variables['link_attributes']);
}