content_moderation_theme()
Implements hook_theme().
File
- core/modules/content_moderation/content_moderation.module, line 205
- Contains content_moderation.module.
Code
function content_moderation_theme() { return ['entity_moderation_form' => ['render element' => 'form']]; }
Please login to continue.