function more_help_page_test_help_section_info_alter
Same name in other branches
- 9 core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module \more_help_page_test_help_section_info_alter()
- 8.9.x core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module \more_help_page_test_help_section_info_alter()
- 11.x core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module \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.