MediaWiki
REL1_37
LinksUpdateHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
LinksUpdate
;
6
14
interface
LinksUpdateHook
{
24
public
function
onLinksUpdate
( $linksUpdate );
25
}
LinksUpdate
Class the manages updates of *_link tables as well as similar extension-managed tables.
Definition
LinksUpdate.php:39
MediaWiki\Hook\LinksUpdateHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LinksUpdateHook.php:14
MediaWiki\Hook\LinksUpdateHook\onLinksUpdate
onLinksUpdate( $linksUpdate)
This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
deferred
Hook
LinksUpdateHook.php
Generated on Fri Apr 5 2024 23:40:11 for MediaWiki by
1.9.8