MediaWiki
REL1_35
RawPageViewBeforeOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
RawAction
;
6
11
interface
RawPageViewBeforeOutputHook
{
21
public
function
onRawPageViewBeforeOutput
( $obj, &$text );
22
}
RawAction
A simple method to retrieve the plain source of an article, using "action=raw" in the GET request str...
Definition
RawAction.php:39
MediaWiki\Hook\RawPageViewBeforeOutputHook
Stable to implement.
Definition
RawPageViewBeforeOutputHook.php:11
MediaWiki\Hook\RawPageViewBeforeOutputHook\onRawPageViewBeforeOutput
onRawPageViewBeforeOutput( $obj, &$text)
This hook is called right before the text is blown out in action=raw.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
actions
Hook
RawPageViewBeforeOutputHook.php
Generated on Sat Apr 6 2024 00:06:48 for MediaWiki by
1.9.8