function help_theme

help_theme($existing, $type, $theme, $path)

Implements hook_theme().

File

core/modules/help/help.module, line 49
Manages displaying online help.

Code

function help_theme($existing, $type, $theme, $path) {
  return [
    'help_section' => [
      'variables' => [
        'title' => NULL,
        'description' => NULL,
        'links' => NULL,
        'empty' => NULL,
      ],
    ],
  ];
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!help!help.module/function/help_theme/8.1.x