MediaWiki REL1_35
MediaWiki\Cache\Hook\BacklinkCacheGetPrefixHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Cache\Hook\BacklinkCacheGetPrefixHook:

Public Member Functions

 onBacklinkCacheGetPrefix ( $table, &$prefix)
 Use this hook to set a prefix for a specific link table.
 

Detailed Description

Stable to implement.

Definition at line 9 of file BacklinkCacheGetPrefixHook.php.

Member Function Documentation

◆ onBacklinkCacheGetPrefix()

MediaWiki\Cache\Hook\BacklinkCacheGetPrefixHook::onBacklinkCacheGetPrefix (   $table,
$prefix 
)

Use this hook to set a prefix for a specific link table.

Since
1.35
Parameters
string$tableTable name
string&$prefixPrefix
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: