MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onApiBeforeMain (&$main) | |
This hook is called before calling ApiMain's execute() method in api.php. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ApiBeforeMain" to register handlers implementing this interface.
Definition at line 14 of file ApiBeforeMainHook.php.
MediaWiki\Hook\ApiBeforeMainHook::onApiBeforeMain | ( | & | $main | ) |
This hook is called before calling ApiMain's execute() method in api.php.
ApiMain | &$main |
Implemented in MediaWiki\HookContainer\HookRunner.