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