MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onAPIQueryAfterExecute ( $module) | |
This hook is called after calling the execute() method of an action=query submodule. | |
Stable to implement.
Definition at line 11 of file APIQueryAfterExecuteHook.php.
MediaWiki\Api\Hook\APIQueryAfterExecuteHook::onAPIQueryAfterExecute | ( | $module | ) |
This hook is called after calling the execute() method of an action=query submodule.
Use this hook to extend core API modules.
ApiBase | $module | Module object |
Implemented in MediaWiki\Api\ApiHookRunner.