|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onSkinPageReadyConfig (RL\Context $context, array &$config) | |
Allows skins to change the mediawiki.page.ready module configuration. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinPageReadyConfig" to register handlers implementing this interface.
Definition at line 13 of file SkinPageReadyConfigHook.php.
| MediaWiki\Skins\Hook\SkinPageReadyConfigHook::onSkinPageReadyConfig | ( | RL\Context | $context, |
| array & | $config ) |
Allows skins to change the mediawiki.page.ready module configuration.
| RL\\Context | $context | |
| mixed[] | &$config | Associative array of configurable options |
Implemented in MediaWiki\HookContainer\HookRunner.