MediaWiki  master
ContentGetParserOutputHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Content\Hook;
4 
5 use Content;
7 use ParserOptions;
8 use ParserOutput;
9 
35  public function onContentGetParserOutput( $content, $title, $revId, $options,
36  $generateHtml, &$parserOutput
37  );
38 }
Represents a title within MediaWiki.
Definition: Title.php:76
Set options of the Parser.
Base interface for representing page content.
Definition: Content.php:39
This is a hook handler interface, see docs/Hooks.md.
onContentGetParserOutput( $content, $title, $revId, $options, $generateHtml, &$parserOutput)
Use this hook to customize parser output for a given content object.
$content
Definition: router.php:76