MediaWiki master
MediaWiki\Output\Hook\OutputPageParserOutputHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onOutputPageParserOutput ( $outputPage, $parserOutput)
 This hook is called after adding a parserOutput to $wgOut.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "OutputPageParserOutput" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 15 of file OutputPageParserOutputHook.php.

Member Function Documentation

◆ onOutputPageParserOutput()

MediaWiki\Output\Hook\OutputPageParserOutputHook::onOutputPageParserOutput ( $outputPage,
$parserOutput )

This hook is called after adding a parserOutput to $wgOut.

Since
1.35
Parameters
OutputPage$outputPage
ParserOutput$parserOutputParserOutput instance being added in $outputPage
Returns
void This hook must not abort, it must return no value

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: