Manual:SkinModule.php

From mediawiki.org

Module for skin stylesheets. Every skin should define which features it would like to reuse for core inside a ResourceLoader module that has set the class to SkinModule. Extends LessVarFileModule.

Public methods[edit]

  • getStyleFiles() - get styles defined in the module definition, plus any enabled feature styles.
  • getStyles()
  • getPreloadLinks()
  • getAvailableLogos() - (static) return an array of all available logos that a skin may use.
  • isKnownEmpty()
  • getDefinitionSummary()

See also[edit]