|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "OutputPageBeforeHTML" to register handlers implementing this interface.
Definition at line 14 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\Api\ApiHookRunner, and MediaWiki\HookContainer\HookRunner.