protected UnroutedUrlAssembler::buildLocalUrl($uri, array $options = [], $collect_bubbleable_metadata = FALSE)
File
core/lib/Drupal/Core/Utility/UnroutedUrlAssembler.php, line 101
Class
UnroutedUrlAssembler Provides a way to build external or non Drupal local domain URLs.
Namespace
Drupal\Core\Utility
Code
protected function buildLocalUrl($uri, array $options = [], $collect_bubbleable_metadata = FALSE) {
$generated_url = $collect_bubbleable_metadata ? new GeneratedUrl() : NULL;
$t