MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onAPIAfterExecute ( $module) | |
This hook is called after calling the execute() method of an API module. | |
Stable to implement.
Definition at line 11 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 | Module object |
Implemented in MediaWiki\Api\ApiHookRunner.