diff options
Diffstat (limited to 'includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php')
-rw-r--r-- | includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php b/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php index 5b17d0662117..f270c103a160 100644 --- a/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php +++ b/includes/api/Hook/APIQuerySiteInfoGeneralInfoHook.php @@ -5,6 +5,9 @@ namespace MediaWiki\Api\Hook; use ApiQuerySiteinfo; /** + * This is a hook handler interface, see docs/Hooks.md. + * Use the hook name "APIQuerySiteInfoGeneralInfo" to register handlers implementing this interface. + * * @stable to implement * @ingroup Hooks */ |