MediaWiki master
SkinComponent.php
Go to the documentation of this file.
1<?php
19namespace MediaWiki\Skin;
20
25interface SkinComponent {
33 public function getTemplateData(): array;
34}
getTemplateData()
This returns all the data that is needed to the component.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Ge...