MediaWiki master
APIGetAllowedParamsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
6
25 public function onAPIGetAllowedParams( $module, &$params, $flags );
26}
array $params
The job parameters.
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:64
This is a hook handler interface, see docs/Hooks.md.
onAPIGetAllowedParams( $module, &$params, $flags)
Use this hook to modify a module's parameters.