MediaWiki REL1_37
SkinPageReadyConfigHook.php
Go to the documentation of this file.
1<?php
2
4
6
22 public function onSkinPageReadyConfig(
23 ResourceLoaderContext $context,
24 array &$config
25 ): void;
26}
Context object that contains information about the state of a specific ResourceLoader web request.
This is a hook handler interface, see docs/Hooks.md.
onSkinPageReadyConfig(ResourceLoaderContext $context, array &$config)
Allows skins to change the mediawiki.page.ready module configuration.