MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onThumbnailBeforeProduceHTML ( $thumbnail, &$attribs, &$linkAttribs) | |
This hook is called before an image HTML is about to be rendered (by ThumbnailImage:toHtml method). | |
Stable to implement.
Definition at line 11 of file ThumbnailBeforeProduceHTMLHook.php.
MediaWiki\Hook\ThumbnailBeforeProduceHTMLHook::onThumbnailBeforeProduceHTML | ( | $thumbnail, | |
& | $attribs, | ||
& | $linkAttribs | ||
) |
This hook is called before an image HTML is about to be rendered (by ThumbnailImage:toHtml method).
ThumbnailImage | $thumbnail | |
string[] | &$attribs | Image attribute array |
string[] | &$linkAttribs | Image link attribute array |
Implemented in MediaWiki\HookContainer\HookRunner.