MediaWiki REL1_35
|
Public Member Functions | |
onParserGetVariableValueVarCache ( $parser, &$varCache) | |
Use this hook to change the value of the variable cache or return false to not use it. | |
Definition at line 11 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.