aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/Hook/ContentGetParserOutputHook.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/content/Hook/ContentGetParserOutputHook.php')
-rw-r--r--includes/content/Hook/ContentGetParserOutputHook.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/content/Hook/ContentGetParserOutputHook.php b/includes/content/Hook/ContentGetParserOutputHook.php
index 90aad88040db..b65917a2688c 100644
--- a/includes/content/Hook/ContentGetParserOutputHook.php
+++ b/includes/content/Hook/ContentGetParserOutputHook.php
@@ -8,6 +8,9 @@ use ParserOutput;
use Title;
/**
+ * This is a hook handler interface, see docs/Hooks.md.
+ * Use the hook name "ContentGetParserOutput" to register handlers implementing this interface.
+ *
* @stable to implement
* @ingroup Hooks
*/