Url::build() Url Builder Actually just a factory for new Uri($parts) kirby/src/Http/Url.php#L41 Url::build(array $parts = [ ], ?string $url = null): string Parameters Name Type Default $parts array [ ] $url string|null null Return type string Parent class Kirby\Http\Url