MediaWiki master
MediaWiki\Output\Hook\BeforePageDisplayHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onBeforePageDisplay ( $out, $skin)
 This hook is called prior to outputting a page.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "BeforePageDisplay" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file BeforePageDisplayHook.php.

Member Function Documentation

◆ onBeforePageDisplay()

MediaWiki\Output\Hook\BeforePageDisplayHook::onBeforePageDisplay ( $out,
$skin )

This hook is called prior to outputting a page.

Since
1.35
Parameters
OutputPage$out
Skin$skin
Returns
void This hook must not abort, it must return no value

Implemented in MediaWiki\HookContainer\HookRunner.


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