|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onSkinSubPageSubtitle (&$subpages, $skin, $out) | |
| This hook is called at the beginning of Skin::subPageSubtitle(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinSubPageSubtitle" to register handlers implementing this interface.
Definition at line 15 of file SkinSubPageSubtitleHook.php.
| MediaWiki\Hook\SkinSubPageSubtitleHook::onSkinSubPageSubtitle | ( | & | $subpages, |
| $skin, | |||
| $out ) |
This hook is called at the beginning of Skin::subPageSubtitle().
| string | &$subpages | Subpage links HTML |
| Skin | $skin | |
| OutputPage | $out |
Implemented in MediaWiki\HookContainer\HookRunner.