MediaWiki REL1_35
MediaWiki\Hook\OutputPageParserOutputHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\OutputPageParserOutputHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 12 of file OutputPageParserOutputHook.php.

Member Function Documentation

◆ onOutputPageParserOutput()

MediaWiki\Hook\OutputPageParserOutputHook::onOutputPageParserOutput (   $out,
  $parserOutput 
)

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

Since
1.35
Parameters
OutputPage$out
ParserOutput$parserOutputParserOutput instance being added in $out
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: