function help_topics_theme

Implements hook_theme().

File

core/modules/help_topics/help_topics.module, line 48

Code

function help_topics_theme() {
  return [
    'help_topic' => [
      'variables' => [
        'body' => [],
        'related' => [],
      ],
    ],
  ];
}

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