Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1428236
APIHelpModifyOutputHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
892 B
Referenced Files
None
Subscribers
None
APIHelpModifyOutputHook.php
View Options
<?php
namespace
MediaWiki\Api\Hook
;
use
MediaWiki\Api\ApiBase
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "APIHelpModifyOutput" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
APIHelpModifyOutputHook
{
/**
* Use this hook to modify an API module's help output.
*
* @since 1.35
*
* @param ApiBase $module
* @param string[] &$help Array of HTML strings to be joined for the output
* @param array $options Array of formatting options passed to ApiHelp::getHelp
* @param array &$tocData If a TOC is being generated, this array has keys as anchors in
* the page and values as for SectionMetadata::fromLegacy().
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onAPIHelpModifyOutput
(
$module
,
&
$help
,
$options
,
&
$tocData
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 15:52 (13 h, 55 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b8/48/1da87be7c7ef6e01b2240e8a42fc
Default Alt Text
APIHelpModifyOutputHook.php (892 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment