MediaWiki master
MediaWiki\Hook\MaintenanceRefreshLinksInitHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

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

Detailed Description

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

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

Stability: stable
to implement

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