MediaWiki
REL1_41
ContentGetParserOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Content\Hook
;
4
5
use
Content
;
6
use
MediaWiki\Title\Title
;
7
use
ParserOptions
;
8
use
ParserOutput
;
9
17
interface
ContentGetParserOutputHook
{
35
public
function
onContentGetParserOutput
(
$content
, $title, $revId, $options,
36
$generateHtml, &$parserOutput
37
);
38
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:76
ParserOptions
Set options of the Parser.
Definition
ParserOptions.php:51
ParserOutput
Rendered output of a wiki page, as parsed from wikitext.
Definition
ParserOutput.php:58
Content
Base interface for representing page content.
Definition
Content.php:39
MediaWiki\Content\Hook\ContentGetParserOutputHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ContentGetParserOutputHook.php:17
MediaWiki\Content\Hook\ContentGetParserOutputHook\onContentGetParserOutput
onContentGetParserOutput( $content, $title, $revId, $options, $generateHtml, &$parserOutput)
Use this hook to customize parser output for a given content object.
MediaWiki\Content\Hook
Definition
ContentAlterParserOutputHook.php:3
$content
$content
Definition
router.php:76
includes
content
Hook
ContentGetParserOutputHook.php
Generated on Wed Nov 27 2024 07:23:05 for MediaWiki by
1.10.0