MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onBacklinkCacheGetConditions ( $table, $title, &$conds) | |
Use this hook to set conditions for query when links to certain title are fetched. | |
Stable to implement.
Definition at line 11 of file BacklinkCacheGetConditionsHook.php.
MediaWiki\Cache\Hook\BacklinkCacheGetConditionsHook::onBacklinkCacheGetConditions | ( | $table, | |
$title, | |||
& | $conds | ||
) |
Use this hook to set conditions for query when links to certain title are fetched.
string | $table | Table name |
Title | $title | Title of the page to which backlinks are sought |
array | &$conds | Query conditions |
Implemented in MediaWiki\HookContainer\HookRunner.