MediaWiki
REL1_40
LinkerMakeExternalLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
12
interface
LinkerMakeExternalLinkHook
{
25
public
function
onLinkerMakeExternalLink
( &$url, &$text, &$link, &$attribs,
26
$linkType
27
);
28
}
MediaWiki\Hook\LinkerMakeExternalLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LinkerMakeExternalLinkHook.php:12
MediaWiki\Hook\LinkerMakeExternalLinkHook\onLinkerMakeExternalLink
onLinkerMakeExternalLink(&$url, &$text, &$link, &$attribs, $linkType)
This hook is called at the end of Linker::makeExternalLink() just before the return.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
LinkerMakeExternalLinkHook.php
Generated on Thu Jun 27 2024 14:02:49 for MediaWiki by
1.10.0