MediaWiki
REL1_39
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:48
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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 Thu Nov 21 2024 05:24:10 for MediaWiki by
1.10.0