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