MediaWiki  master
SkinComponent.php
Go to the documentation of this file.
1 <?php
19 namespace MediaWiki\Skin;
20 
25 interface 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...