function MoreHelpPageTestHooks::helpSectionInfoAlter

Implements hook_help_section_info_alter().

Attributes

#[Hook('help_section_info_alter')]

File

core/modules/help/tests/modules/more_help_page_test/src/Hook/MoreHelpPageTestHooks.php, line 31

Class

MoreHelpPageTestHooks
Hook implementations for more_help_page_test.

Namespace

Drupal\more_help_page_test\Hook

Code

public function helpSectionInfoAlter(array &$info) : void {
  $info['hook_help']['weight'] = 500;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.