Page MenuHomeWickedGov Phorge

LinksUpdateHook.php
No OneTemporary

Size
604 B
Referenced Files
None
Subscribers
None

LinksUpdateHook.php

<?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

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)

Event Timeline