MediaWiki REL1_39
MediaWiki\Hook\MaintenanceShellStartHook Interface Reference
Inheritance diagram for MediaWiki\Hook\MaintenanceShellStartHook:

Public Member Functions

 onMaintenanceShellStart ()
 This hook is called before maintenance script shells start, such as eval.php and shell.php.
 

Detailed Description

Stability: stable
to implement

Definition at line 9 of file MaintenanceShellStartHook.php.

Member Function Documentation

◆ onMaintenanceShellStart()

MediaWiki\Hook\MaintenanceShellStartHook::onMaintenanceShellStart ( )

This hook is called before maintenance script shells start, such as eval.php and shell.php.

Since
1.36
Returns
void This hook must not abort, it must return no value

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: