function content_moderation_theme

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

Implements hook_theme().

File

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

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.