Manual:Hooks/LocalFile::getHistory
Deprecated: This feature is deprecated and should no longer be used, however it is still available for reasons of backwards compatibility . |
LocalFile::getHistory | |
---|---|
Available from version 1.13.0 Called before file history query performed. | |
Define function: | public static function onLocalFile_getHistory( $file, $tables, $fields, $conds, $opts, $join_conds ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"LocalFile::getHistory": "MediaWiki\\Extension\\MyExtension\\Hooks::onLocalFilegetHistory"
}
}
|
Called from: | File(s): LocalFile.php |
Interface: | LocalFile__getHistoryHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:LocalFile::getHistory extensions.
Details
edit- $file: the file
- $tables: tables
- $fields: select fields
- $conds: conditions
- $opts: query options
- $join_conds: JOIN conditions