function more_help_page_test_help_section_info_alter

Same name and namespace in other branches
  1. 9 core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module \more_help_page_test_help_section_info_alter()
  2. 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()
  3. 10 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.