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