MediaWiki master
MediaWiki\Api\Hook\APIAfterExecuteHook Interface Reference

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

Inherited by MediaWiki\Api\ApiHookRunner.

Public Member Functions

 onAPIAfterExecute ( $module)
 This hook is called after calling the execute() method of an API module.
 

Detailed Description

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

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

Stability: stable
to implement

Definition at line 14 of file APIAfterExecuteHook.php.

Member Function Documentation

◆ onAPIAfterExecute()

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.

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: