MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onParserGetVariableValueVarCache ( $parser, &$varCache) | |
Use this hook to change the value of the variable cache or return false to not use it. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ParserGetVariableValueVarCache" to register handlers implementing this interface.
Definition at line 14 of file ParserGetVariableValueVarCacheHook.php.
MediaWiki\Hook\ParserGetVariableValueVarCacheHook::onParserGetVariableValueVarCache | ( | $parser, | |
& | $varCache | ||
) |
Use this hook to change the value of the variable cache or return false to not use it.
Parser | $parser | |
array | &$varCache | Variable cache |
Implemented in MediaWiki\HookContainer\HookRunner.