UnroutedUrlAssemblerInterface
interface UnroutedUrlAssemblerInterface (View source)
Provides a way to build external or non Drupal local domain URLs.
Methods
string|GeneratedUrl
assemble(string $uri, array $options = [], bool $collect_bubbleable_metadata = FALSE)
Builds a domain-local or external URL from a URI.
Details
string|GeneratedUrl
assemble(string $uri, array $options = [], bool $collect_bubbleable_metadata = FALSE)
Builds a domain-local or external URL from a URI.
For actual implementations the logic probably has to be split up between domain-local URIs and external URLs.