|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onAPIQueryAfterExecute ( $module) | |
| This hook is called after calling the execute() method of an action=query submodule. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "APIQueryAfterExecute" to register handlers implementing this interface.
Definition at line 14 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 |
Implemented in MediaWiki\Api\ApiHookRunner.