MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onAPIQuerySiteInfoStatisticsInfo (&$results) | |
Use this hook to add extra information to the site's statistics information. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIQuerySiteInfoStatisticsInfo" to register handlers implementing this interface.
Definition at line 12 of file APIQuerySiteInfoStatisticsInfoHook.php.
MediaWiki\Api\Hook\APIQuerySiteInfoStatisticsInfoHook::onAPIQuerySiteInfoStatisticsInfo | ( | & | $results | ) |
Use this hook to add extra information to the site's statistics information.
array | &$results | Array of results, add things here |
Implemented in MediaWiki\Api\ApiHookRunner.