function more_help_page_test_help_section_info_alter
Implements hook_help_section_info_alter().
File
-
core/
modules/ help/ tests/ modules/ more_help_page_test/ more_help_page_test.module, line 25
Code
function more_help_page_test_help_section_info_alter(array &$info) {
$info['hook_help']['weight'] = 500;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.