MediaWiki
REL1_35
ParserGetVariableValueVarCacheHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Parser
;
6
11
interface
ParserGetVariableValueVarCacheHook
{
22
public
function
onParserGetVariableValueVarCache
( $parser, &$varCache );
23
}
Parser
PHP Parser - Processes wiki markup (which uses a more user-friendly syntax, such as "[[link]]" for ma...
Definition
Parser.php:85
MediaWiki\Hook\ParserGetVariableValueVarCacheHook
Definition
ParserGetVariableValueVarCacheHook.php:11
MediaWiki\Hook\ParserGetVariableValueVarCacheHook\onParserGetVariableValueVarCache
onParserGetVariableValueVarCache( $parser, &$varCache)
Use this hook to change the value of the variable cache or return false to not use it.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
parser
Hook
ParserGetVariableValueVarCacheHook.php
Generated on Sat Apr 6 2024 00:07:37 for MediaWiki by
1.9.8