MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onAPIAfterExecute ( $module) | |
This hook is called after calling the execute() method of an API module. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIAfterExecute" to register handlers implementing this interface.
Definition at line 14 of file APIAfterExecuteHook.php.
MediaWiki\Api\Hook\APIAfterExecuteHook::onAPIAfterExecute | ( | $module | ) |
This hook is called after calling the execute() method of an API module.
Use this hook to extend core API modules.
ApiBase | $module |
Implemented in MediaWiki\Api\ApiHookRunner.