Url
The Url class extends the Kirby\Http\Url class. In addition to the methods of that class for dealing with URLs, it provides a specific Url::home method that always creates the correct base URL and a template asset URL builder.
-
Url::build()
-
Url::current()
-
Url::currentDir()
-
Url::editor()
-
Url::fix()
-
Url::home()
-
Url::index()
-
Url::isAbsolute()
-
Url::last()
-
Url::makeAbsolute()
-
Url::path()
-
Url::query()
-
Url::short()
-
Url::slug()
-
Url::stripFragment()
-
Url::stripPath()
-
Url::stripQuery()
-
Url::to()
-
Url::toObject()
-
Url::toTemplateAsset()