MediaWiki
REL1_35
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
12
interface
LocalFile__getHistoryHook
{
26
public
function
onLocalFile__getHistory
(
$file
, &$tables, &$fields, &$conds,
27
&$opts, &$join_conds
28
);
29
}
File
Implements some public methods and some protected utility functions which are required by multiple ch...
Definition
File.php:63
MediaWiki\Hook\LocalFile__getHistoryHook
Stable to implement.
Definition
LocalFile__getHistoryHook.php:12
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
$file
if(PHP_SAPI !='cli-server') if(!isset( $_SERVER['SCRIPT_FILENAME'])) $file
Item class for a filearchive table row.
Definition
router.php:42
includes
filerepo
Hook
LocalFile__getHistoryHook.php
Generated on Sat Apr 6 2024 00:07:10 for MediaWiki by
1.9.8