function help_theme
Same name in other branches
- 9 core/modules/help/help.module \help_theme()
- 10 core/modules/help/help.module \help_theme()
- 11.x core/modules/help/help.module \help_theme()
Implements hook_theme().
File
-
core/
modules/ help/ help.module, line 50
Code
function help_theme($existing, $type, $theme, $path) {
return [
'help_section' => [
'variables' => [
'title' => NULL,
'description' => NULL,
'links' => NULL,
'empty' => NULL,
],
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.