You are here

public function UrlGenerator::__construct in Persistent URL 8

File

src/Routing/UrlGenerator.php, line 24

Class

UrlGenerator

Namespace

Drupal\purl\Routing

Code

public function __construct(UrlGeneratorInterface $urlGenerator) {
  $this->urlGenerator = $urlGenerator;
}