AdminThemeUikit::renderQuickTreeLink()
Render link that opens the quick page-tree panel
Usage
// basic usage
$string = $adminThemeUikit->renderQuickTreeLink();
// usage with all arguments
$string = $adminThemeUikit->renderQuickTreeLink(string $icon = 'tree', string $text = '');Arguments
| Name | Type(s) | Description |
|---|---|---|
$icon (optional) | string | Icon to use for link Default:sitemap |
$text (optional) | string | Optional text to accompany icon Default:empty |
Return value
string
AdminThemeUikit methods and properties
API reference based on ProcessWire core version 3.0.253