MediaWiki master
MediaWiki\Skins\Hook\SkinPageReadyConfigHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSkinPageReadyConfig (RL\Context $context, array &$config)
 Allows skins to change the mediawiki.page.ready module configuration.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SkinPageReadyConfig" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 13 of file SkinPageReadyConfigHook.php.

Member Function Documentation

◆ onSkinPageReadyConfig()

MediaWiki\Skins\Hook\SkinPageReadyConfigHook::onSkinPageReadyConfig ( RL\Context $context,
array & $config )

Allows skins to change the mediawiki.page.ready module configuration.

Since
1.36
Parameters
RL\\Context$context
mixed[]&$configAssociative array of configurable options
Returns
void This hook must not abort, it must return no value

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: