You are here

function custom_formatters_theme in Custom Formatters 8.3

Same name and namespace in other branches
  1. 6 custom_formatters.module \custom_formatters_theme()
  2. 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;
}