MediaWiki REL1_35
SkinPageReadyConfigHook.php
Go to the documentation of this file.
1<?php
2
4
6
19 public function onSkinPageReadyConfig(
20 ResourceLoaderContext $context,
21 array &$config
22 ) : void;
23}
Context object that contains information about the state of a specific ResourceLoader web request.
onSkinPageReadyConfig(ResourceLoaderContext $context, array &$config)
Allows skins to change the mediawiki.page.ready module configuration.