MediaWiki  master
APIQuerySiteInfoGeneralInfoHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
6 
24  public function onAPIQuerySiteInfoGeneralInfo( $module, &$results );
25 }
A query action to return meta information about the wiki site.
This is a hook handler interface, see docs/Hooks.md.
onAPIQuerySiteInfoGeneralInfo( $module, &$results)
Use this hook to add extra information to the site's general information.