MediaWiki REL1_35
RejectParserCacheValueHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7use WikiPage;
8
27 public function onRejectParserCacheValue( $parserOutput, $wikiPage,
28 $parserOptions
29 );
30}
Set options of the Parser.
Class representing a MediaWiki article and history.
Definition WikiPage.php:51
onRejectParserCacheValue( $parserOutput, $wikiPage, $parserOptions)
Use this hook to reject an otherwise usable cached value from the Parser cache.