MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onOutputPageParserOutput ( $out, $parserOutput) | |
This hook is called after adding a parserOutput to $wgOut. | |
Stable to implement.
Definition at line 12 of file OutputPageParserOutputHook.php.
MediaWiki\Hook\OutputPageParserOutputHook::onOutputPageParserOutput | ( | $out, | |
$parserOutput | |||
) |
This hook is called after adding a parserOutput to $wgOut.
OutputPage | $out | |
ParserOutput | $parserOutput | ParserOutput instance being added in $out |
Implemented in MediaWiki\HookContainer\HookRunner.