Manual:Hooks/LocalFile::getHistory
From MediaWiki.org
| LocalFile::getHistory | |
|---|---|
| Available from version 1.13.0 Called before file history query performed. |
|
*Define function: |
function fnMyHook( $file, $tables, $fields, $conds, $opts, $join_conds ) { ... }
|
*Attach hook: |
$wgHooks['LocalFile::getHistory'][] = 'fnMyHook'; |
| Called from: | LocalFile.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:LocalFile::getHistory extensions.
[edit] Details
- $file: the file
- $tables: tables
- $fields: select fields
- $conds: conditions
- $opts: query options
- $join_conds: JOIN conditions