MediaWiki REL1_35
SkinPreloadExistenceHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6use Title;
7
23 public function onSkinPreloadExistence( &$titles, $skin );
24}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:41
Represents a title within MediaWiki.
Definition Title.php:42
onSkinPreloadExistence(&$titles, $skin)
Use this hook to supply titles that should be added to link existence cache before the page is render...