aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/Hook
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-09-26 15:18:43 +0200
committerdaniel <dkinzler@wikimedia.org>2020-09-27 12:03:12 +0200
commit2e57447c58810775f922a810a33196ccb07b5898 (patch)
tree38a3361532f5e842b0371356fe637394e0983454 /includes/installer/Hook
parentb43b4c728f6578b6bdfd60e5f817ef85e27e87f2 (diff)
downloadmediawikicore-2e57447c58810775f922a810a33196ccb07b5898.tar.gz
mediawikicore-2e57447c58810775f922a810a33196ccb07b5898.zip
Document hook names in hook interfaces.
Bug: T258665 Change-Id: Ifddbf57f8aa2e3eb0d5845601376cbafa08ed407
Diffstat (limited to 'includes/installer/Hook')
-rw-r--r--includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php b/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php
index ac895b8df015..b0a2d94de42b 100644
--- a/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php
+++ b/includes/installer/Hook/LoadExtensionSchemaUpdatesHook.php
@@ -5,6 +5,9 @@ namespace MediaWiki\Installer\Hook;
use DatabaseUpdater;
/**
+ * This is a hook handler interface, see docs/Hooks.md.
+ * Use the hook name "LoadExtensionSchemaUpdates" to register handlers implementing this interface.
+ *
* @stable to implement
* @ingroup Hooks
*/