MediaWiki REL1_39
MediaWiki\Cache\Hook\BacklinkCacheGetPrefixHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. 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

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "BacklinkCacheGetPrefix" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 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&$prefix
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: