Same name and namespace in other branches
  1. 8.9.x core/modules/content_moderation/content_moderation.module \content_moderation_theme()
  2. 9 core/modules/content_moderation/content_moderation.module \content_moderation_theme()

Implements hook_theme().

File

core/modules/content_moderation/content_moderation.module, line 278
Contains content_moderation.module.

Code

function content_moderation_theme() {
  return [
    'entity_moderation_form' => [
      'render element' => 'form',
    ],
  ];
}