You are here

function subform_theme in Subform 7

Implements hook_theme().

File

./subform.module, line 55
Defines a subform element type.

Code

function subform_theme() {
  return array(
    'subform' => array(
      'render element' => 'element',
    ),
  );
}