MediaWiki REL1_35
MediaWiki\Hook\MaintenanceRefreshLinksInitHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\MaintenanceRefreshLinksInitHook:

Public Member Functions

 onMaintenanceRefreshLinksInit ( $refreshLinks)
 This hook is called before executing the refreshLinks.php maintenance script.
 

Detailed Description

Stable to implement.

Definition at line 11 of file MaintenanceRefreshLinksInitHook.php.

Member Function Documentation

◆ onMaintenanceRefreshLinksInit()

MediaWiki\Hook\MaintenanceRefreshLinksInitHook::onMaintenanceRefreshLinksInit (   $refreshLinks)

This hook is called before executing the refreshLinks.php maintenance script.

Since
1.35
Parameters
RefreshLinks$refreshLinks
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: