MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onIsFileCacheable ( $article) | |
Use this hook to override the result of Article::isFileCacheable(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "IsFileCacheable" to register handlers implementing this interface.
Definition at line 14 of file IsFileCacheableHook.php.
MediaWiki\Page\Hook\IsFileCacheableHook::onIsFileCacheable | ( | $article | ) |
Use this hook to override the result of Article::isFileCacheable().
Implemented in MediaWiki\HookContainer\HookRunner.