MediaWiki master
APIQueryAfterExecuteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
6
24 public function onAPIQueryAfterExecute( $module );
25}
This abstract class implements many basic API functions, and is the base of all API classes.
Definition ApiBase.php:64
This is a hook handler interface, see docs/Hooks.md.
onAPIQueryAfterExecute( $module)
This hook is called after calling the execute() method of an action=query submodule.