MediaWiki master
RejectParserCacheValueHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7use WikiPage;
8
30 public function onRejectParserCacheValue( $parserOutput, $wikiPage,
31 $parserOptions
32 );
33}
ParserOutput is a rendering of a Content object or a message.
Set options of the Parser.
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onRejectParserCacheValue( $parserOutput, $wikiPage, $parserOptions)
Use this hook to reject an otherwise usable cached value from the Parser cache.