MediaWiki master
MediaWiki\Skin\Components\ComponentRegistryContext Interface Reference

Inherited by MediaWiki\Skin\Components\SkinComponentRegistryContext.

Public Member Functions

 getConfig ()
 Returns the config needed for the component.
 
 getTitle ()
 Returns the Title object for the component.
 

Detailed Description

Access: internal
for use inside Skin and SkinTemplate classes only
Stability: unstable

Definition at line 15 of file ComponentRegistryContext.php.

Member Function Documentation

◆ getConfig()

MediaWiki\Skin\Components\ComponentRegistryContext::getConfig ( )

Returns the config needed for the component.

Returns
Config

Implemented in MediaWiki\Skin\Components\SkinComponentRegistryContext.

◆ getTitle()

MediaWiki\Skin\Components\ComponentRegistryContext::getTitle ( )

Returns the Title object for the component.

Returns
Title

Implemented in MediaWiki\Skin\Components\SkinComponentRegistryContext.


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