MediaWiki  master
APIQueryGeneratorAfterExecuteHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
5 use ApiBase;
6 use ApiPageSet;
7 
26  public function onAPIQueryGeneratorAfterExecute( $module, $resultPageSet );
27 }
This abstract class implements many basic API functions, and is the base of all API classes.
Definition: ApiBase.php:62
This class contains a list of pages that the client has requested.
Definition: ApiPageSet.php:55
This is a hook handler interface, see docs/Hooks.md.
onAPIQueryGeneratorAfterExecute( $module, $resultPageSet)
This hook is called after calling the executeGenerator() method of an action=query submodule.