MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onMaintenanceUpdateAddParams (&$params) | |
Use this hook to add params to the update.php maintenance script. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "MaintenanceUpdateAddParams" to register handlers implementing this interface.
Definition at line 12 of file MaintenanceUpdateAddParamsHook.php.
MediaWiki\Hook\MaintenanceUpdateAddParamsHook::onMaintenanceUpdateAddParams | ( | & | $params | ) |
Use this hook to add params to the update.php maintenance script.
array | &$params | Array to populate with the params to be added. Array elements are keyed by the param name. Each param is an associative array that must include the following keys:
|
Implemented in MediaWiki\HookContainer\HookRunner.