MediaWiki master
MediaWiki\Api\Hook\APIQueryAfterExecuteHook Interface Reference

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

Inherited by MediaWiki\Api\ApiHookRunner.

Public Member Functions

 onAPIQueryAfterExecute ( $module)
 This hook is called after calling the execute() method of an action=query submodule.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "APIQueryAfterExecute" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file APIQueryAfterExecuteHook.php.

Member Function Documentation

◆ onAPIQueryAfterExecute()

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.

Since
1.35
Parameters
ApiBase$module
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\Api\ApiHookRunner.


The documentation for this interface was generated from the following file: