aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/Hook/ParserGetVariableValueVarCacheHook.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/parser/Hook/ParserGetVariableValueVarCacheHook.php')
-rw-r--r--includes/parser/Hook/ParserGetVariableValueVarCacheHook.php3
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
*/