MediaWiki REL1_35
RawPageViewBeforeOutputHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use RawAction;
6
21 public function onRawPageViewBeforeOutput( $obj, &$text );
22}
A simple method to retrieve the plain source of an article, using "action=raw" in the GET request str...
Definition RawAction.php:39
onRawPageViewBeforeOutput( $obj, &$text)
This hook is called right before the text is blown out in action=raw.