MediaWiki
master
IsFileCacheableHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
MediaWiki\Page\Article
;
6
14
interface
IsFileCacheableHook
{
23
public
function
onIsFileCacheable
( $article );
24
}
MediaWiki\Page\Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:77
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 Sat Apr 5 2025 08:25:35 for MediaWiki by
1.10.0