MediaWiki
master
APIGetAllowedParamsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
14
interface
APIGetAllowedParamsHook
{
25
public
function
onAPIGetAllowedParams
( $module, &$params, $flags );
26
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition:
ApiBase.php:62
MediaWiki\Api\Hook\APIGetAllowedParamsHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
APIGetAllowedParamsHook.php:14
MediaWiki\Api\Hook\APIGetAllowedParamsHook\onAPIGetAllowedParams
onAPIGetAllowedParams( $module, &$params, $flags)
Use this hook to modify a module's parameters.
MediaWiki\Api\Hook
Definition:
APIAfterExecuteHook.php:3
includes
api
Hook
APIGetAllowedParamsHook.php
Generated on Sat Sep 30 2023 09:08:10 for MediaWiki by
1.9.1