MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLinksUpdateAfterInsert ( $linksUpdate, $table, $insertions) | |
This hook is called at the end of LinksUpdate::incrTableUpdate() after each link table insert. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LinksUpdateAfterInsert" to register handlers implementing this interface.
Definition at line 14 of file LinksUpdateAfterInsertHook.php.
MediaWiki\Hook\LinksUpdateAfterInsertHook::onLinksUpdateAfterInsert | ( | $linksUpdate, | |
$table, | |||
$insertions ) |
This hook is called at the end of LinksUpdate::incrTableUpdate() after each link table insert.
For example: pagelinks, imagelinks, externallinks.
LinksUpdate | $linksUpdate | |
string | $table | Table to insert links to |
array | $insertions | Array of links to insert |
Implemented in MediaWiki\HookContainer\HookRunner.