MediaWiki REL1_35
MediaWiki\Hook\LinksUpdateHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\LinksUpdateHook:

Public Member Functions

 onLinksUpdate ( $linksUpdate)
 This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update.
 

Detailed Description

Stable to implement.

Definition at line 11 of file LinksUpdateHook.php.

Member Function Documentation

◆ onLinksUpdate()

MediaWiki\Hook\LinksUpdateHook::onLinksUpdate (   $linksUpdate)

This hook is called at the beginning of LinksUpdate::doUpdate() just before the actual update.

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: