MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onMaintenanceUpdateAddParams (&$params) | |
Use this hook to add params to the update.php maintenance script. | |
Stable to implement.
Definition at line 10 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.