MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onLinksUpdateAfterInsert ( $linksUpdate, $table, $insertions) | |
This hook is called at the end of LinksUpdate::incrTableUpdate() after each link table insert. | |
Stable to implement.
Definition at line 11 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.