MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onLinksUpdateComplete ( $linksUpdate, $ticket) | |
This hook is called at the end of LinksUpdate::doUpdate() when updating, including delete and insert, has completed for all link tables. | |
Stable to implement.
Definition at line 11 of file LinksUpdateCompleteHook.php.
MediaWiki\Hook\LinksUpdateCompleteHook::onLinksUpdateComplete | ( | $linksUpdate, | |
$ticket | |||
) |
This hook is called at the end of LinksUpdate::doUpdate() when updating, including delete and insert, has completed for all link tables.
LinksUpdate | $linksUpdate | |
mixed | $ticket | Prior result of LBFactory::getEmptyTransactionTicket() |
Implemented in MediaWiki\HookContainer\HookRunner.