MediaWiki
REL1_39
LinksUpdateConstructedHook.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
LinksUpdateConstructedHook
{
23
public
function
onLinksUpdateConstructed
( $linksUpdate );
24
}
MediaWiki\Deferred\LinksUpdate\LinksUpdate
Class the manages updates of *_link tables as well as similar extension-managed tables.
Definition
LinksUpdate.php:55
MediaWiki\Hook\LinksUpdateConstructedHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LinksUpdateConstructedHook.php:14
MediaWiki\Hook\LinksUpdateConstructedHook\onLinksUpdateConstructed
onLinksUpdateConstructed( $linksUpdate)
This hook is called at the end of LinksUpdate() is construction.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
deferred
Hook
LinksUpdateConstructedHook.php
Generated on Mon Nov 25 2024 06:55:24 for MediaWiki by
1.10.0