MediaWiki master
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "OutputPageParserOutput" to register handlers implementing this interface.
Definition at line 15 of file OutputPageParserOutputHook.php.
MediaWiki\Output\Hook\OutputPageParserOutputHook::onOutputPageParserOutput | ( | $outputPage, | |
$parserOutput ) |
This hook is called after adding a parserOutput to $wgOut.
OutputPage | $outputPage | |
ParserOutput | $parserOutput | ParserOutput instance being added in $outputPage |
Implemented in MediaWiki\HookContainer\HookRunner.