MediaWiki REL1_35
MediaWiki\Skins\Hook\SkinPageReadyConfigHook Interface Reference

Stable for implementation. More...

Inheritance diagram for MediaWiki\Skins\Hook\SkinPageReadyConfigHook:

Public Member Functions

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

Detailed Description

Stable for implementation.

Definition at line 10 of file SkinPageReadyConfigHook.php.

Member Function Documentation

◆ onSkinPageReadyConfig()

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

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

Since
1.36
Parameters
ResourceLoaderContext$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: