MediaWiki
master
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:69
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
includes
Cache
Hook
HtmlCacheUpdaterAppendUrlsHook.php
Generated on Thu Apr 16 2026 11:24:55 for MediaWiki by
1.10.0