MediaWiki master
ApiParseMakeOutputPageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use 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:64
This is one of the Core classes and should be read at least once by any new developers.
This is a hook handler interface, see docs/Hooks.md.
onApiParseMakeOutputPage( $module, $output)
This hook is called when preparing the OutputPage object for ApiParse.