MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onRawPageViewBeforeOutput ( $obj, &$text) | |
This hook is called right before the text is blown out in action=raw. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "RawPageViewBeforeOutput" to register handlers implementing this interface.
Definition at line 14 of file RawPageViewBeforeOutputHook.php.
MediaWiki\Hook\RawPageViewBeforeOutputHook::onRawPageViewBeforeOutput | ( | $obj, | |
& | $text ) |
This hook is called right before the text is blown out in action=raw.
RawAction | $obj | |
string | &$text | The text that's going to be the output |
Implemented in MediaWiki\HookContainer\HookRunner.