function custom_formatters_theme in Custom Formatters 8.3
Same name and namespace in other branches
- 6 custom_formatters.module \custom_formatters_theme()
- 7.2 includes/system.inc \custom_formatters_theme()
Implements hook_theme().
File
- ./
custom_formatters.module, line 13 - Core functions for the Custom Formatters module.
Code
function custom_formatters_theme() {
$themes['formatter_add_list'] = [
'variables' => [
'content' => NULL,
],
];
return $themes;
}