MediaWiki  master
LinkerMakeExternalImageHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
23  public function onLinkerMakeExternalImage( &$url, &$alt, &$img );
24 }
This is a hook handler interface, see docs/Hooks.md.
onLinkerMakeExternalImage(&$url, &$alt, &$img)
This hook is called at the end of Linker::makeExternalImage() just before the return.