You are here

function variable_theme in Variable 7

Same name and namespace in other branches
  1. 7.2 variable.module \variable_theme()

Implements hook_theme()

File

./variable.module, line 514
Variable API module

Code

function variable_theme($existing, $type, $theme, $path) {
  return array(
    'variable_table_select' => array(
      'render element' => 'element',
      'file' => 'variable.form.inc',
    ),
  );
}