Skip to content

Kirby 5.2.0

Panel::url()

Creates an absolute Panel URL independent of the Panel slug config

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

Parameters

Name Type Default
$url stringornull null
$options array [ ]

Return type

string

Parent class

Kirby\Panel\Panel