MediaWiki
master
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
Definition:
ParserOutput.php:49
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 Mon Sep 25 2023 09:08:22 for MediaWiki by
1.9.1