function custom_formatters_theme in Custom Formatters 7.2
Same name and namespace in other branches
- 8.3 custom_formatters.module \custom_formatters_theme()
- 6 custom_formatters.module \custom_formatters_theme()
Implements hook_theme().
File
- includes/
system.inc, line 28 - System module integration.
Code
function custom_formatters_theme() {
$theme = array();
drupal_alter('custom_formatters_theme', $theme);
return $theme;
}