|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\Api\ApiHookRunner.
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.