Skip to content

Kirby 5.0.4

$plugins->url()

Absolute url to the cache file This is used by the panel to link the plugins

$plugins->url(string $type): string

Parameters

Name Type Default
$typerequired string no default value

Return type

string

This method modifies the existing $plugins object it is applied to and returns it again.

Parent class

Kirby\Panel\Plugins