MediaWiki
master
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 Tue Jun 28 2022 07:07:51 for MediaWiki by
1.9.1