You are here

function more_help_page_test_help_section_info_alter in Drupal 8

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()

Implements hook_help_section_info_alter().

File

core/modules/help/tests/modules/more_help_page_test/more_help_page_test.module, line 25
More Help Page Test module to test the help blocks.

Code

function more_help_page_test_help_section_info_alter(array &$info) {
  $info['hook_help']['weight'] = 500;
}