MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onBeforePageDisplay ( $out, $skin) | |
This hook is called prior to outputting a page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BeforePageDisplay" to register handlers implementing this interface.
Definition at line 15 of file BeforePageDisplayHook.php.
MediaWiki\Hook\BeforePageDisplayHook::onBeforePageDisplay | ( | $out, | |
$skin | |||
) |
This hook is called prior to outputting a page.
OutputPage | $out | |
Skin | $skin |
Implemented in MediaWiki\HookContainer\HookRunner.