Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432132
LinkerMakeMediaLinkFileHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
886 B
Referenced Files
None
Subscribers
None
LinkerMakeMediaLinkFileHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
File
;
use
MediaWiki\Title\Title
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "LinkerMakeMediaLinkFile" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
LinkerMakeMediaLinkFileHook
{
/**
* This hook is called at the end of Linker::makeMediaLinkFile() just before the return.
*
* @since 1.35
*
* @param Title $title Title that the link is pointing to
* @param File|bool $file File object or false if broken link
* @param string &$html Link text
* @param array &$attribs Attributes to be applied
* @param string &$ret Value to return if your hook returns false
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onLinkerMakeMediaLinkFile
(
$title
,
$file
,
&
$html
,
&
$attribs
,
&
$ret
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:27 (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cb/ac/c8a8636f901eb21c82eb9a1efb00
Default Alt Text
LinkerMakeMediaLinkFileHook.php (886 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment