MediaWiki
REL1_40
BacklinkCacheGetConditionsHook.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
BacklinkCacheGetConditionsHook
{
25
public
function
onBacklinkCacheGetConditions
( $table,
$title
, &$conds );
26
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:82
MediaWiki\Cache\Hook\BacklinkCacheGetConditionsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
BacklinkCacheGetConditionsHook.php:14
MediaWiki\Cache\Hook\BacklinkCacheGetConditionsHook\onBacklinkCacheGetConditions
onBacklinkCacheGetConditions( $table, $title, &$conds)
Use this hook to set conditions for query when links to certain title are fetched.
MediaWiki\Cache\Hook
Definition
BacklinkCacheGetConditionsHook.php:3
$title
$title
Definition
testCompression.php:39
includes
cache
Hook
BacklinkCacheGetConditionsHook.php
Generated on Thu Jun 27 2024 14:02:26 for MediaWiki by
1.10.0