Manual:Hooks/LinksUpdateComplete
From MediaWiki.org
| LinksUpdateComplete | |
|---|---|
| Available from version 1.12.0 At the end of LinksUpdate::doUpdate() when updating has completed |
|
*Define function: |
function fnMyHook( &$linksUpdate ) { ... }
|
*Attach hook: |
$wgHooks['LinksUpdateComplete'][] = 'MyExtensionHooks::someExample'; |
| Called from: | LinksUpdate.php |
*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:LinksUpdateComplete extensions.
[edit] Details
- &$linksUpdate: the LinksUpdate object