MediaWiki master
APIQueryGeneratorAfterExecuteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
6use 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:64
This class contains a list of pages that the client has requested.
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.