MediaWiki master
SkinPreloadExistenceHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Skin\Hook;
4
7
26 public function onSkinPreloadExistence( &$titles, $skin );
27}
28
30class_alias( SkinPreloadExistenceHook::class, 'MediaWiki\\Hook\\SkinPreloadExistenceHook' );
The base class for all skins.
Definition Skin.php:43
Represents a title within MediaWiki.
Definition Title.php:69
This is a hook handler interface, see docs/Hooks.md.
onSkinPreloadExistence(&$titles, $skin)
Use this hook to supply titles that should be added to link existence cache before the page is render...