MediaWiki
REL1_40
MakeGlobalVariablesScriptHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
14
interface
MakeGlobalVariablesScriptHook
{
33
public
function
onMakeGlobalVariablesScript
( &$vars, $out ): void;
34
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:60
MediaWiki\Hook\MakeGlobalVariablesScriptHook
This is a hook handler interface, see docs/Hooks.md.
Definition
MakeGlobalVariablesScriptHook.php:14
MediaWiki\Hook\MakeGlobalVariablesScriptHook\onMakeGlobalVariablesScript
onMakeGlobalVariablesScript(&$vars, $out)
Export user- or page-specific mw.config variables to JavaScript.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
MakeGlobalVariablesScriptHook.php
Generated on Thu Jun 27 2024 14:02:50 for MediaWiki by
1.10.0