MediaWiki REL1_35
MediaWiki\Hook\BeforePageDisplayHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\BeforePageDisplayHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 12 of file BeforePageDisplayHook.php.

Member Function Documentation

◆ onBeforePageDisplay()

MediaWiki\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: