MediaWiki REL1_35
LinksUpdateHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
11interface LinksUpdateHook {
21 public function onLinksUpdate( $linksUpdate );
22}
Class the manages updates of *_link tables as well as similar extension-managed tables.
onLinksUpdate( $linksUpdate)
This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update.