MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onMaintenanceRefreshLinksInit ( $refreshLinks) | |
This hook is called before executing the refreshLinks.php maintenance script. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "MaintenanceRefreshLinksInit" to register handlers implementing this interface.
Definition at line 14 of file MaintenanceRefreshLinksInitHook.php.
MediaWiki\Hook\MaintenanceRefreshLinksInitHook::onMaintenanceRefreshLinksInit | ( | $refreshLinks | ) |
This hook is called before executing the refreshLinks.php maintenance script.
RefreshLinks | $refreshLinks |
Implemented in MediaWiki\HookContainer\HookRunner.