Manual:Hooks/LinksUpdateComplete

From MediaWiki.org
Jump to: navigation, search
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
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox