Page MenuHomeWickedGov Phorge

MaintenanceShellStartHook.php
No OneTemporary

Size
366 B
Referenced Files
None
Subscribers
None

MaintenanceShellStartHook.php

<?php
namespace MediaWiki\Hook;
/**
* @stable to implement
* @ingroup Hooks
*/
interface MaintenanceShellStartHook {
/**
* This hook is called before maintenance script shells start, such as eval.php and shell.php
*
* @since 1.36
* @return void This hook must not abort, it must return no value
*/
public function onMaintenanceShellStart(): void;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 14:11 (1 d, 17 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7d/cc/98ffe1d3b1c7e4d05ef921ff50e1
Default Alt Text
MaintenanceShellStartHook.php (366 B)

Event Timeline