diff options
Diffstat (limited to 'includes/parser/Hook/ParserGetVariableValueVarCacheHook.php')
-rw-r--r-- | includes/parser/Hook/ParserGetVariableValueVarCacheHook.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/parser/Hook/ParserGetVariableValueVarCacheHook.php b/includes/parser/Hook/ParserGetVariableValueVarCacheHook.php index fb6aefd41fc4..a1c5a16ed248 100644 --- a/includes/parser/Hook/ParserGetVariableValueVarCacheHook.php +++ b/includes/parser/Hook/ParserGetVariableValueVarCacheHook.php @@ -5,6 +5,9 @@ namespace MediaWiki\Hook; use Parser; /** + * This is a hook handler interface, see docs/Hooks.md. + * Use the hook name "ParserGetVariableValueVarCache" to register handlers implementing this interface. + * * @deprecated since 1.35 * @ingroup Hooks */ |