MediaWiki
master
SkinPreloadExistenceHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
use
Title
;
7
15
interface
SkinPreloadExistenceHook
{
26
public
function
onSkinPreloadExistence
( &$titles, $skin );
27
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition:
Skin.php:52
Title
Represents a title within MediaWiki.
Definition:
Title.php:52
MediaWiki\Hook\SkinPreloadExistenceHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
SkinPreloadExistenceHook.php:15
MediaWiki\Hook\SkinPreloadExistenceHook\onSkinPreloadExistence
onSkinPreloadExistence(&$titles, $skin)
Use this hook to supply titles that should be added to link existence cache before the page is render...
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SkinPreloadExistenceHook.php
Generated on Tue Feb 7 2023 13:09:10 for MediaWiki by
1.9.1