User:SamanthaNguyen/Sandbox/2

From mediawiki.org
Sandbox
Available from version ???
Please edit this page to enter a summary.
Define function:
public static function onSandbox( ?? ) { ... }
Attach hook: In extension.json:
{
	"Hooks": {
		"Sandbox": "MyExtensionHooks::onSandbox"
	}
}
Called from: File(s):
Interface: SandboxHook.php

For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:Sandbox extensions.