MediaWiki
REL1_35
APIGetAllowedParamsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Api\Hook
;
4
5
use
ApiBase
;
6
11
interface
APIGetAllowedParamsHook
{
22
public
function
onAPIGetAllowedParams
( $module, &$params, $flags );
23
}
ApiBase
This abstract class implements many basic API functions, and is the base of all API classes.
Definition
ApiBase.php:52
MediaWiki\Api\Hook\APIGetAllowedParamsHook
Stable to implement.
Definition
APIGetAllowedParamsHook.php:11
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 Apr 6 2024 00:06:54 for MediaWiki by
1.9.8