MediaWiki
REL1_40
HtmlCacheUpdaterAppendUrlsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Cache\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
HtmlCacheUpdaterAppendUrlsHook
{
31
public
function
onHtmlCacheUpdaterAppendUrls
(
$title
, $mode, &$append );
32
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
MediaWiki\Cache\Hook\HtmlCacheUpdaterAppendUrlsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
HtmlCacheUpdaterAppendUrlsHook.php:14
MediaWiki\Cache\Hook\HtmlCacheUpdaterAppendUrlsHook\onHtmlCacheUpdaterAppendUrls
onHtmlCacheUpdaterAppendUrls( $title, $mode, &$append)
This hook is used to declare extra URLs to purge from HTTP caches.
MediaWiki\Cache\Hook
Definition
BacklinkCacheGetConditionsHook.php:3
$title
$title
Definition
testCompression.php:39
includes
cache
Hook
HtmlCacheUpdaterAppendUrlsHook.php
Generated on Thu Jun 27 2024 14:02:26 for MediaWiki by
1.10.0