MediaWiki
REL1_39
BacklinkCacheGetConditionsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Cache\Hook
;
4
5
use
Title
;
6
14
interface
BacklinkCacheGetConditionsHook
{
25
public
function
onBacklinkCacheGetConditions
( $table,
$title
, &$conds );
26
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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:38
includes
cache
Hook
BacklinkCacheGetConditionsHook.php
Generated on Mon Nov 25 2024 06:55:13 for MediaWiki by
1.10.0