MediaWiki
REL1_39
LinksUpdateCompleteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Deferred\LinksUpdate\LinksUpdate
;
6
14
interface
LinksUpdateCompleteHook
{
25
public
function
onLinksUpdateComplete
( $linksUpdate, $ticket );
26
}
MediaWiki\Deferred\LinksUpdate\LinksUpdate
Class the manages updates of *_link tables as well as similar extension-managed tables.
Definition
LinksUpdate.php:55
MediaWiki\Hook\LinksUpdateCompleteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LinksUpdateCompleteHook.php:14
MediaWiki\Hook\LinksUpdateCompleteHook\onLinksUpdateComplete
onLinksUpdateComplete( $linksUpdate, $ticket)
This hook is called at the end of LinksUpdate::doUpdate() when updating, including delete and insert,...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
deferred
Hook
LinksUpdateCompleteHook.php
Generated on Mon Dec 16 2024 06:34:55 for MediaWiki by
1.10.0