You are here

function link_image_theme in Link Image Formatter 7

Same name and namespace in other branches
  1. 6 link_image.module \link_image_theme()

Implements hook_theme().

File

./link_image.module, line 38

Code

function link_image_theme() {
  return array(
    'link_image_formatter' => array(
      'variables' => array(
        'element' => NULL,
      ),
    ),
  );
}