MediaWiki REL1_35
MediaWiki\Api\Hook\APIAfterExecuteHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Api\Hook\APIAfterExecuteHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 11 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$moduleModule object
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: