MediaWiki REL1_39
MaintenanceUpdateAddParamsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
27 public function onMaintenanceUpdateAddParams( &$params );
28}
This is a hook handler interface, see docs/Hooks.md.
onMaintenanceUpdateAddParams(&$params)
Use this hook to add params to the update.php maintenance script.