function content_moderation_theme in Drupal 9
Same name and namespace in other branches
- 8 core/modules/content_moderation/content_moderation.module \content_moderation_theme()
Implements hook_theme().
File
- core/
modules/ content_moderation/ content_moderation.module, line 339 - Contains content_moderation.module.
Code
function content_moderation_theme() {
return [
'entity_moderation_form' => [
'render element' => 'form',
],
];
}