MediaWiki master
HTMLFileCache__useFileCacheHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
7
25 public function onHTMLFileCache__useFileCache( $context );
26}
This is a hook handler interface, see docs/Hooks.md.
onHTMLFileCache__useFileCache( $context)
Use this hook to override whether a page should be cached in file cache.
Interface for objects which can provide a MediaWiki context on request.