MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onImagePageAfterImageLinks ( $imagePage, &$html) | |
This hook is called after the image links section on an image page is built. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ImagePageAfterImageLinks" to register handlers implementing this interface.
Definition at line 14 of file ImagePageAfterImageLinksHook.php.
MediaWiki\Page\Hook\ImagePageAfterImageLinksHook::onImagePageAfterImageLinks | ( | $imagePage, | |
& | $html ) |
This hook is called after the image links section on an image page is built.
Implemented in MediaWiki\HookContainer\HookRunner.