MediaWiki
master
LinksUpdateHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Deferred\Hook
;
4
5
use
MediaWiki\Deferred\LinksUpdate\LinksUpdate
;
6
14
interface
LinksUpdateHook
{
24
public
function
onLinksUpdate
( $linksUpdate );
25
}
26
28
class_alias( LinksUpdateHook::class,
'MediaWiki\\Hook\\LinksUpdateHook'
);
MediaWiki\Deferred\LinksUpdate\LinksUpdate
Class the manages updates of *_link tables as well as similar extension-managed tables.
Definition
LinksUpdate.php:42
MediaWiki\Deferred\Hook\LinksUpdateHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LinksUpdateHook.php:14
MediaWiki\Deferred\Hook\LinksUpdateHook\onLinksUpdate
onLinksUpdate( $linksUpdate)
This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update.
MediaWiki\Deferred\Hook
Definition
LinksUpdateCompleteHook.php:3
includes
Deferred
Hook
LinksUpdateHook.php
Generated on Tue Jan 13 2026 21:24:09 for MediaWiki by
1.10.0