AdminThemeUikit::getThemeInfo()
Get info for theme style
Usage
// basic usage
$array = $adminThemeUikit->getThemeInfo();
// usage with all arguments
$array = $adminThemeUikit->getThemeInfo(string $themeName = '');Arguments
| Name | Type(s) | Description |
|---|---|---|
$themeName (optional) | string | Optionally specify name of theme style, or omit to use current |
Return value
array
Exceptions
Method can throw exceptions on error:
WireException
AdminThemeUikit methods and properties
API reference based on ProcessWire core version 3.0.253