|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LinksUpdateComplete" to register handlers implementing this interface.
Definition at line 14 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.