Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4119353
LinksUpdateHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
LinksUpdateHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
MediaWiki\Deferred\LinksUpdate\LinksUpdate
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "LinksUpdate" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
LinksUpdateHook
{
/**
* This hook is called at the beginning of LinksUpdate::doUpdate() just before the
* actual update.
*
* @since 1.35
*
* @param LinksUpdate $linksUpdate
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onLinksUpdate
(
$linksUpdate
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 03:18 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6a/ad/7ec77f3936eb18e3ae2459282d65
Default Alt Text
LinksUpdateHook.php (604 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment