function workbench_moderation_theme in Workbench Moderation 8.2
Same name and namespace in other branches
- 8 workbench_moderation.module \workbench_moderation_theme()
- 7.3 workbench_moderation.module \workbench_moderation_theme()
- 7 workbench_moderation.module \workbench_moderation_theme()
Implements hook_theme().
File
- ./
workbench_moderation.module, line 192 - Contains workbench_moderation.module.
Code
function workbench_moderation_theme($existing, $type, $theme, $path) {
$themes['entity_moderation_form'] = [
'render element' => 'form',
];
return $themes;
}