MediaWiki
REL1_40
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
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:56
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 Thu Jun 27 2024 14:03:30 for MediaWiki by
1.10.0