AdminThemeUikit::getLogo()

Get the URL to the ProcessWire or brand logo (or <img> tag)

Usage

// basic usage
$string = $adminThemeUikit->getLogo();

// usage with all arguments
$string = $adminThemeUikit->getLogo(array $options = []);

Arguments

NameType(s)Description
$options (optional)array
  • getURL (bool): Return only the URL? Default:false
  • getNative (bool): Return only the ProcessWire brand logo? Default:false
  • alt (string): Alt attribute for tag Default:auto
  • height (string): Height style to use for SVG images Default:''

Return value

string


AdminThemeUikit methods and properties

API reference based on ProcessWire core version 3.0.252