MediaWiki  master
ApiParseMakeOutputPageHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Api\Hook;
4 
5 use ApiBase;
7 
27  public function onApiParseMakeOutputPage( $module, $output );
28 }
This abstract class implements many basic API functions, and is the base of all API classes.
Definition: ApiBase.php:62
This is one of the Core classes and should be read at least once by any new developers.
Definition: OutputPage.php:93
This is a hook handler interface, see docs/Hooks.md.
onApiParseMakeOutputPage( $module, $output)
This hook is called when preparing the OutputPage object for ApiParse.