MediaWiki
REL1_37
IsFileCacheableHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
Article
;
6
14
interface
IsFileCacheableHook
{
23
public
function
onIsFileCacheable
( $article );
24
}
Article
Class for viewing MediaWiki article and history.
Definition
Article.php:49
MediaWiki\Page\Hook\IsFileCacheableHook
This is a hook handler interface, see docs/Hooks.md.
Definition
IsFileCacheableHook.php:14
MediaWiki\Page\Hook\IsFileCacheableHook\onIsFileCacheable
onIsFileCacheable( $article)
Use this hook to override the result of Article::isFileCacheable().
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
IsFileCacheableHook.php
Generated on Fri Apr 5 2024 23:40:37 for MediaWiki by
1.9.8