MediaWiki REL1_39
MediaWiki\Hook\LinksUpdateConstructedHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inheritance diagram for MediaWiki\Hook\LinksUpdateConstructedHook:

Public Member Functions

 onLinksUpdateConstructed ( $linksUpdate)
 This hook is called at the end of LinksUpdate() is construction.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "LinksUpdateConstructed" to register handlers implementing this interface.

Deprecated
since 1.38 Use LinksUpdate or LinksUpdateComplete

Definition at line 14 of file LinksUpdateConstructedHook.php.

Member Function Documentation

◆ onLinksUpdateConstructed()

MediaWiki\Hook\LinksUpdateConstructedHook::onLinksUpdateConstructed ( $linksUpdate)

This hook is called at the end of LinksUpdate() is construction.

Since
1.35
Parameters
LinksUpdate$linksUpdate
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: