You are here

public function UrlGenerator::supports in Persistent URL 8

Parameters

mixed $name:

Return value

bool

File

src/Routing/UrlGenerator.php, line 100

Class

UrlGenerator

Namespace

Drupal\purl\Routing

Code

public function supports($name) {
  return $this->urlGenerator
    ->supports($name);
}