MediaWiki master
SkinComponent.php
Go to the documentation of this file.
1<?php
7
12interface SkinComponent {
20 public function getTemplateData(): array;
21}
22
24class_alias( SkinComponent::class, 'MediaWiki\\Skin\\SkinComponent' );
getTemplateData()
This returns all the data that is needed to the component.