You are here

function fieldgroup_custom_formatters_theme in Custom Formatters 6

Implements hook_custom_formatters_theme().

File

includes/fieldgroup.inc, line 10
Fieldgroup module integration.

Code

function fieldgroup_custom_formatters_theme(&$theme) {
  $theme['custom_formatters_fieldgroup'] = array(
    'arguments' => array(
      'element' => NULL,
    ),
    'file' => 'includes/fieldgroup.inc',
  );
}