MediaWiki REL1_35
MediaWiki\Api\Hook\APIQueryGeneratorAfterExecuteHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Api\Hook\APIQueryGeneratorAfterExecuteHook:

Public Member Functions

 onAPIQueryGeneratorAfterExecute ( $module, $resultPageSet)
 This hook is called after calling the executeGenerator() method of an action=query submodule.
 

Detailed Description

Stable to implement.

Definition at line 12 of file APIQueryGeneratorAfterExecuteHook.php.

Member Function Documentation

◆ onAPIQueryGeneratorAfterExecute()

MediaWiki\Api\Hook\APIQueryGeneratorAfterExecuteHook::onAPIQueryGeneratorAfterExecute (   $module,
  $resultPageSet 
)

This hook is called after calling the executeGenerator() method of an action=query submodule.

Use this hook to extend core API modules.

Since
1.35
Parameters
ApiBase$moduleModule object
ApiPageSet$resultPageSet
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: