Skip to content

Kirby 4.2.0

Panel::url()

Creates an absolute Panel URL independent of the Panel slug config

Panel::url(?string $url = null, array $options = [ ]): string

Parameters

Name Type Default
$url string|null null
$options array [ ]

Return type

string

Parent class

Kirby\Panel\Panel