MediaWiki REL1_39
LinksUpdateAfterInsertHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onLinksUpdateAfterInsert( $linksUpdate, $table, $insertions );
27}
Class the manages updates of *_link tables as well as similar extension-managed tables.
This is a hook handler interface, see docs/Hooks.md.
onLinksUpdateAfterInsert( $linksUpdate, $table, $insertions)
This hook is called at the end of LinksUpdate::incrTableUpdate() after each link table insert.