MediaWiki master
MaintenanceRefreshLinksInitHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
23 public function onMaintenanceRefreshLinksInit( $refreshLinks );
24}
This is a hook handler interface, see docs/Hooks.md.
onMaintenanceRefreshLinksInit( $refreshLinks)
This hook is called before executing the refreshLinks.php maintenance script.