3 namespace MediaWiki\Api\Hook
;
6 * This is a hook handler interface, see docs/Hooks.md.
7 * Use the hook name "APIQuerySiteInfoStatisticsInfo" to register handlers implementing this interface.
12 interface APIQuerySiteInfoStatisticsInfoHook
{
14 * Use this hook to add extra information to the site's statistics information.
18 * @param array &$results Array of results, add things here
19 * @return bool|void True or no return value to continue or false to abort
21 public function onAPIQuerySiteInfoStatisticsInfo( &$results );