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',
),
);
}
Implementation of hook_theme();
function tableform_theme() {
return array(
'tableform' => array(
'render element' => 'element',
),
);
}