public function CompiledRoute::getHostTokens

Returns the host tokens.

Return value

array The tokens

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/CompiledRoute.php, line 99

Class

CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.

Namespace

Symfony\Component\Routing

Code

public function getHostTokens() {
  return $this->hostTokens;
}