You are here

function cer_theme in Corresponding Entity References 7

Same name and namespace in other branches
  1. 7.2 cer.module \cer_theme()

Implements hook_theme().

File

./cer.module, line 58
Module file providing the "corresponding entity reference" module main functions.

Code

function cer_theme() {
  return array(
    'cer_label' => array(
      'variables' => array(
        'key' => '',
      ),
    ),
  );
}