MediaWiki master
RequestContextCreateSkinHook.php
Go to the documentation of this file.
1<?php
2
4
7
28 public function onRequestContextCreateSkin( $context, &$skin );
29}
30
32class_alias( RequestContextCreateSkinHook::class, 'MediaWiki\\Hook\\RequestContextCreateSkinHook' );
The base class for all skins.
Definition Skin.php:53
This is a hook handler interface, see docs/Hooks.md.
onRequestContextCreateSkin( $context, &$skin)
This hook is called when RequestContext::getSkin creates a skin instance.
Interface for objects which can provide a MediaWiki context on request.