Manual:Hooks/LinksUpdateConstructed
![]() | This deprecated feature should no longer be used, but is still available for reasons of backwards compatibility. This feature was deprecated in version 1.38.0. |
LinksUpdateConstructed | |
---|---|
Available from version 1.11.0 At the end of LinksUpdate() is construction. | |
Define function: | public static function onLinksUpdateConstructed( $linksupdate ) { ... }
|
Attach hook: | In extension.json:
{
"Hooks": {
"LinksUpdateConstructed": "MyExtensionHooks::onLinksUpdateConstructed"
}
}
|
Called from: | File(s): LinksUpdate.php Function(s): LinksUpdate::doUpdate() |
Interface: | LinksUpdateConstructedHook.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:LinksUpdateConstructed extensions.
Details[edit]
- $linksupdate: the LinksUpdate object