You are here

function tableform_theme in Tableform 7

Implementation of hook_theme();

File

./tableform.module, line 10

Code

function tableform_theme() {
  return array(
    'tableform' => array(
      'render element' => 'element',
    ),
  );
}