MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onRawPageViewBeforeOutput ( $obj, &$text) | |
This hook is called right before the text is blown out in action=raw. | |
Stable to implement.
Definition at line 11 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.