MediaWiki  master
RejectParserCacheValueHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 use ParserOptions;
6 use ParserOutput;
7 use WikiPage;
8 
30  public function onRejectParserCacheValue( $parserOutput, $wikiPage,
31  $parserOptions
32  );
33 }
Set options of the Parser.
Base representation for an editable wiki page.
Definition: WikiPage.php:77
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.