public function CompiledRoute::getTokens

Returns the tokens.

Return value

array The tokens

File

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

Class

CompiledRoute
CompiledRoutes are returned by the RouteCompiler class.

Namespace

Symfony\Component\Routing

Code

public function getTokens() {
  return $this->tokens;
}