|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onBacklinkCacheGetPrefix ( $table, &$prefix) | |
| Use this hook to set a prefix for a specific link table. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "BacklinkCacheGetPrefix" to register handlers implementing this interface.
Definition at line 12 of file BacklinkCacheGetPrefixHook.php.
| MediaWiki\Cache\Hook\BacklinkCacheGetPrefixHook::onBacklinkCacheGetPrefix | ( | $table, | |
| & | $prefix ) |
Use this hook to set a prefix for a specific link table.
| string | $table | Table name |
| string | &$prefix |
Implemented in MediaWiki\HookContainer\HookRunner.