MediaWiki master
SkinPageReadyConfigHook.php
Go to the documentation of this file.
1<?php
2
4
6
22 public function onSkinPageReadyConfig(
23 RL\Context $context,
24 array &$config
25 ): void;
26}
This is a hook handler interface, see docs/Hooks.md.
onSkinPageReadyConfig(RL\Context $context, array &$config)
Allows skins to change the mediawiki.page.ready module configuration.