function html_formatter_theme in HTML Formatter 8
Implements hook_theme().
File
- ./
html_formatter.module, line 29 - Contains html_formatter.module..
Code
function html_formatter_theme() {
return [
'html_formatter' => [
'variables' => [
'value' => NULL,
'tag' => NULL,
'attributes' => [],
],
],
];
}