MediaWiki REL1_35
LinksUpdateCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
22 public function onLinksUpdateComplete( $linksUpdate, $ticket );
23}
Class the manages updates of *_link tables as well as similar extension-managed tables.
onLinksUpdateComplete( $linksUpdate, $ticket)
This hook is called at the end of LinksUpdate::doUpdate() when updating, including delete and insert,...