MediaWiki
master
LocalFile__getHistoryHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6
use
File
;
7
15
interface
LocalFile__getHistoryHook
{
29
public
function
onLocalFile__getHistory
( $file, &$tables, &$fields, &$conds,
30
&$opts, &$join_conds
31
);
32
}
File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:76
MediaWiki\Hook\LocalFile__getHistoryHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LocalFile__getHistoryHook.php:15
MediaWiki\Hook\LocalFile__getHistoryHook\onLocalFile__getHistory
onLocalFile__getHistory( $file, &$tables, &$fields, &$conds, &$opts, &$join_conds)
This hook is called before a file history query is performed.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
filerepo
Hook
LocalFile__getHistoryHook.php
Generated on Sun Oct 13 2024 18:23:23 for MediaWiki by
1.10.0