MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onImageOpenShowImageInlineBefore ( $imagePage, $output) | |
This hook is called just before showing the image on an image page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ImageOpenShowImageInlineBefore" to register handlers implementing this interface.
Definition at line 15 of file ImageOpenShowImageInlineBeforeHook.php.
MediaWiki\Page\Hook\ImageOpenShowImageInlineBeforeHook::onImageOpenShowImageInlineBefore | ( | $imagePage, | |
$output ) |
This hook is called just before showing the image on an image page.
ImagePage | $imagePage | ImagePage object ($this) |
OutputPage | $output | $wgOut |
Implemented in MediaWiki\HookContainer\HookRunner.