Manual:Hooks/MaintenanceRefreshLinksInit
From MediaWiki.org
| MaintenanceRefreshLinksInit | |
|---|---|
| Available from version 1.18.0 (r85735) Before executing the refreshLinks.php maintenance script. |
|
Define function: |
public static function onMaintenanceRefreshLinksInit( $refreshLinks ) { ... }
|
Attach hook: |
$wgHooks['MaintenanceRefreshLinksInit'][] = 'MyExtensionHooks::onMaintenanceRefreshLinksInit'; |
| Called from: | refreshLinks.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:MaintenanceRefreshLinksInit extensions.
[edit] Details
- $refreshLinks: RefreshLinks object