MediaWiki master
BeforePageDisplayHook.php
Go to the documentation of this file.
1<?php
2
4
6use Skin;
7
25 public function onBeforePageDisplay( $out, $skin ): void;
26}
27
29class_alias( BeforePageDisplayHook::class, 'MediaWiki\Hook\BeforePageDisplayHook' );
This is one of the Core classes and should be read at least once by any new developers.
The base class for all skins.
Definition Skin.php:58
This is a hook handler interface, see docs/Hooks.md.
onBeforePageDisplay( $out, $skin)
This hook is called prior to outputting a page.