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