MediaWiki REL1_35
LinkerMakeExternalImageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
20 public function onLinkerMakeExternalImage( &$url, &$alt, &$img );
21}
onLinkerMakeExternalImage(&$url, &$alt, &$img)
This hook is called at the end of Linker::makeExternalImage() just before the return.