MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onOutputPageBeforeHTML ( $out, &$text) | |
This hook is called when a page has been processed by the parser and the resulting HTML is about to be displayed. | |
Stable to implement.
Definition at line 11 of file OutputPageBeforeHTMLHook.php.
MediaWiki\Hook\OutputPageBeforeHTMLHook::onOutputPageBeforeHTML | ( | $out, | |
& | $text | ||
) |
This hook is called when a page has been processed by the parser and the resulting HTML is about to be displayed.
OutputPage | $out | OutputPage object that corresponds to the page |
string | &$text | Text that will be displayed, in HTML |
Implemented in MediaWiki\HookContainer\HookRunner.