MediaWiki
master
RawPageViewBeforeOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Actions\Hook
;
4
5
use
MediaWiki\Actions\RawAction
;
6
14
interface
RawPageViewBeforeOutputHook
{
24
public
function
onRawPageViewBeforeOutput
( $obj, &$text );
25
}
26
28
class_alias( RawPageViewBeforeOutputHook::class,
'MediaWiki\\Hook\\RawPageViewBeforeOutputHook'
);
MediaWiki\Actions\RawAction
A simple method to retrieve the plain source of an article, using "action=raw" in the GET request str...
Definition
RawAction.php:40
MediaWiki\Actions\Hook\RawPageViewBeforeOutputHook
This is a hook handler interface, see docs/Hooks.md.
Definition
RawPageViewBeforeOutputHook.php:14
MediaWiki\Actions\Hook\RawPageViewBeforeOutputHook\onRawPageViewBeforeOutput
onRawPageViewBeforeOutput( $obj, &$text)
This hook is called right before the text is blown out in action=raw.
MediaWiki\Actions\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Actions
Hook
RawPageViewBeforeOutputHook.php
Generated on Mon Jun 15 2026 20:24:22 for MediaWiki by
1.10.0