|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onImagePageFileHistoryLine ( $imageHistoryList, $file, &$line, &$css) | |
| This hook is called when a file history line is constructed. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ImagePageFileHistoryLine" to register handlers implementing this interface.
Definition at line 15 of file ImagePageFileHistoryLineHook.php.
| MediaWiki\Page\Hook\ImagePageFileHistoryLineHook::onImagePageFileHistoryLine | ( | $imageHistoryList, | |
| $file, | |||
| & | $line, | ||
| & | $css ) |
This hook is called when a file history line is constructed.
| ImageHistoryList | $imageHistoryList | Formerly an ImagePage but since 1.27 it is an ImageHistoryList. |
| File | $file | |
| string | &$line | HTML of the history line |
| string | null | &$css | Line CSS class |
Implemented in MediaWiki\HookContainer\HookRunner.