MediaWiki master
APIHelpModifyOutputHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Api\Hook;
4
5use ApiBase;
6
27 public function onAPIHelpModifyOutput( $module, &$help, $options, &$tocData );
28}
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.
onAPIHelpModifyOutput( $module, &$help, $options, &$tocData)
Use this hook to modify an API module's help output.