MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onBacklinkCacheGetConditions ( $table, $title, &$conds) | |
Use this hook to set conditions for query when links to certain title are fetched. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BacklinkCacheGetConditions" to register handlers implementing this interface.
Definition at line 14 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.