content_moderation_theme

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']];
}
doc_Drupal
2016-10-29 08:58:34
Comments
Leave a Comment

Please login to continue.