|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onLocalFile__getHistory ( $file, &$tables, &$fields, &$conds, &$opts, &$join_conds) | |
| This hook is called before a file history query is performed. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LocalFile::getHistory" to register handlers implementing this interface.
Definition at line 15 of file LocalFile__getHistoryHook.php.
| MediaWiki\Hook\LocalFile__getHistoryHook::onLocalFile__getHistory | ( | $file, | |
| & | $tables, | ||
| & | $fields, | ||
| & | $conds, | ||
| & | $opts, | ||
| & | $join_conds ) |
This hook is called before a file history query is performed.
| File | $file | |
| array | &$tables | |
| array | &$fields | Select fields |
| array | &$conds | Conditions |
| array | &$opts | Query options |
| array | &$join_conds | JOIN conditions |
Implemented in MediaWiki\HookContainer\HookRunner.