MediaWiki REL1_35
MediaWiki\Hook\SkinSubPageSubtitleHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\SkinSubPageSubtitleHook:

Public Member Functions

 onSkinSubPageSubtitle (&$subpages, $skin, $out)
 This hook is called at the beginning of Skin::subPageSubtitle().
 

Detailed Description

Stable to implement.

Definition at line 12 of file SkinSubPageSubtitleHook.php.

Member Function Documentation

◆ onSkinSubPageSubtitle()

MediaWiki\Hook\SkinSubPageSubtitleHook::onSkinSubPageSubtitle ( $subpages,
  $skin,
  $out 
)

This hook is called at the beginning of Skin::subPageSubtitle().

Since
1.35
Parameters
string&$subpagesSubpage links HTML
Skin$skin
OutputPage$out
Returns
bool|void True or no return value to continue or false to abort. If true is returned, $subpages will be ignored and the rest of subPageSubtitle() will run. If false is returned, $subpages will be used instead of the HTML subPageSubtitle() generates.

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: