function svg_formatter_theme in SVG Formatter 8
Implements hook_theme().
File
- ./
svg_formatter.module, line 29 - Main hooks for SVG Formatter module.
Code
function svg_formatter_theme() {
return [
'svg_formatter' => [
'variables' => [
'inline' => FALSE,
'svg_data' => NULL,
'attributes' => NULL,
'uri' => NULL,
],
],
];
}