MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onHTMLFileCache__useFileCache ( $context) | |
Use this hook to override whether a page should be cached in file cache. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "HTMLFileCache::useFileCache" to register handlers implementing this interface.
Definition at line 15 of file HTMLFileCache__useFileCacheHook.php.
MediaWiki\Cache\Hook\HTMLFileCache__useFileCacheHook::onHTMLFileCache__useFileCache | ( | $context | ) |
Use this hook to override whether a page should be cached in file cache.
IContextSource | $context | IContextSource object with information about the request being served |
Implemented in MediaWiki\HookContainer\HookRunner.