MediaWiki REL1_35
LinkerMakeExternalLinkHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
22 public function onLinkerMakeExternalLink( &$url, &$text, &$link, &$attribs,
23 $linkType
24 );
25}
onLinkerMakeExternalLink(&$url, &$text, &$link, &$attribs, $linkType)
This hook is called at the end of Linker::makeExternalLink() just before the return.