Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F33749
LinkerMakeExternalImageHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
684 B
Referenced Files
None
Subscribers
None
LinkerMakeExternalImageHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "LinkerMakeExternalImage" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
LinkerMakeExternalImageHook
{
/**
* This hook is called at the end of Linker::makeExternalImage() just before the return.
*
* @since 1.35
*
* @param string &$url Image URL
* @param string &$alt Image's alt text
* @param string &$img New image HTML (if returning false)
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onLinkerMakeExternalImage
(
&
$url
,
&
$alt
,
&
$img
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Dec 18, 08:20 (1 m, 54 s ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
72/1a/cf48cf3ed3487167b9b9d4382f9d
Default Alt Text
LinkerMakeExternalImageHook.php (684 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment