Page MenuHomeWickedGov Phorge

RawPageViewBeforeOutputHook.php
No OneTemporary

Size
650 B
Referenced Files
None
Subscribers
None

RawPageViewBeforeOutputHook.php

<?php
namespace MediaWiki\Hook;
use MediaWiki\Actions\RawAction;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "RawPageViewBeforeOutput" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface RawPageViewBeforeOutputHook {
/**
* This hook is called right before the text is blown out in action=raw.
*
* @since 1.35
*
* @param RawAction $obj
* @param string &$text The text that's going to be the output
* @return bool|void True or no return value to continue or false to abort
*/
public function onRawPageViewBeforeOutput( $obj, &$text );
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 15:53 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2b/8a/025475078dc393bbbba5315e26ab
Default Alt Text
RawPageViewBeforeOutputHook.php (650 B)

Event Timeline