MediaWiki REL1_35
MediaWiki\Hook\LinksUpdateConstructedHook Interface Reference

Stable to implement. 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

Stable to implement.

Definition at line 11 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: