You are here

public function CompiledRoute::getHostTokens in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/routing/CompiledRoute.php \Symfony\Component\Routing\CompiledRoute::getHostTokens()

Returns the host tokens.

Return value

array The tokens

File

vendor/symfony/routing/CompiledRoute.php, line 132

Class

CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.

Namespace

Symfony\Component\Routing

Code

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