diff options
Diffstat (limited to 'includes/Hook/GetMagicVariableIDsHook.php')
-rw-r--r-- | includes/Hook/GetMagicVariableIDsHook.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/Hook/GetMagicVariableIDsHook.php b/includes/Hook/GetMagicVariableIDsHook.php index 967d3ff54e21..28dd14fc6300 100644 --- a/includes/Hook/GetMagicVariableIDsHook.php +++ b/includes/Hook/GetMagicVariableIDsHook.php @@ -3,6 +3,9 @@ namespace MediaWiki\Hook; /** + * This is a hook handler interface, see docs/Hooks.md. + * Use the hook name "GetMagicVariableIDs" to register handlers implementing this interface. + * * @stable to implement * @ingroup Hooks */ |